All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.powsybl.openrao.data.crac.io.cim.xsd.PartyIDString Maven / Gradle / Ivy

There is a newer version: 6.2.1
Show newest version
//
// Ce fichier a été généré par Eclipse Implementation of JAXB, v4.0.5 
// Voir https://eclipse-ee4j.github.io/jaxb-ri 
// Toute modification apportée à ce fichier sera perdue lors de la recompilation du schéma source. 
//


package com.powsybl.openrao.data.crac.io.cim.xsd;

import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.XmlValue;


/**
 * 

Classe Java pour PartyID_String complex type.

* *

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

* *
{@code
 * 
 *   
 *     
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "PartyID_String", propOrder = { "value" }) public class PartyIDString { @XmlValue protected String value; @XmlAttribute(name = "codingScheme", required = true) protected String codingScheme; /** * Obtient la valeur de la propriété value. * * @return * possible object is * {@link String } * */ public String getValue() { return value; } /** * Définit la valeur de la propriété value. * * @param value * allowed object is * {@link String } * */ public void setValue(String value) { this.value = value; } /** * Obtient la valeur de la propriété codingScheme. * * @return * possible object is * {@link String } * */ public String getCodingScheme() { return codingScheme; } /** * Définit la valeur de la propriété codingScheme. * * @param value * allowed object is * {@link String } * */ public void setCodingScheme(String value) { this.codingScheme = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy