Class Code
- java.lang.Object
-
- de.xoev.schemata.basisdatentypen._1_1.Code
-
public class Code extends Object
Datentyp für die Übermittlung von Codes (vgl. XÖV-Handbuch).Java class for Code complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Code"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0" form="unqualified"/> </sequence> <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Code()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()Gets the value of the code property.StringgetListURI()Gets the value of the listURI property.StringgetListVersionID()Gets the value of the listVersionID property.StringgetName()Gets the value of the name property.voidsetCode(String value)Sets the value of the code property.voidsetListURI(String value)Sets the value of the listURI property.voidsetListVersionID(String value)Sets the value of the listVersionID property.voidsetName(String value)Sets the value of the name property.
-
-
-
Method Detail
-
getCode
public String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(String value)
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getListURI
public String getListURI()
Gets the value of the listURI property.- Returns:
- possible object is
String
-
setListURI
public void setListURI(String value)
Sets the value of the listURI property.- Parameters:
value- allowed object isString
-
getListVersionID
public String getListVersionID()
Gets the value of the listVersionID property.- Returns:
- possible object is
String
-
-