Class CodeType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.ccts.CodeType
-
- Direct Known Subclasses:
CodeType
public class CodeType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:UniqueID xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">UNDT000007</ccts:UniqueID>
<?xml version="1.0" encoding="UTF-8"?><ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">CCT</ccts:CategoryCode>
<?xml version="1.0" encoding="UTF-8"?><ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Code. Type</ccts:DictionaryEntryName>
<?xml version="1.0" encoding="UTF-8"?><ccts:VersionID xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">1.0</ccts:VersionID>
<?xml version="1.0" encoding="UTF-8"?><ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information.</ccts:Definition>
<?xml version="1.0" encoding="UTF-8"?><ccts:RepresentationTermName xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Code</ccts:RepresentationTermName>
<?xml version="1.0" encoding="UTF-8"?><ccts:PrimitiveType xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">string</ccts:PrimitiveType>
<?xml version="1.0" encoding="UTF-8"?><ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Should not be used if the character string identifies an instance of an object class or an object in the real world, in which case the Identifier. Type should be used.</ccts:UsageRule>
Java class for CodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>normalizedString"> <attribute name="listID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="listAgencyID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="listAgencyName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="listName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="languageID" type="{http://www.w3.org/2001/XMLSchema}language" /> <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="listSchemeURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringlanguageIDprotected StringlistAgencyIDprotected StringlistAgencyNameprotected StringlistIDprotected StringlistNameprotected StringlistSchemeURIprotected StringlistURIprotected StringlistVersionIDprotected Stringnameprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description CodeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLanguageID()Gets the value of the languageID property.StringgetListAgencyID()Gets the value of the listAgencyID property.StringgetListAgencyName()Gets the value of the listAgencyName property.StringgetListID()Gets the value of the listID property.StringgetListName()Gets the value of the listName property.StringgetListSchemeURI()Gets the value of the listSchemeURI 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.StringgetValue()Gets the value of the value property.voidsetLanguageID(String value)Sets the value of the languageID property.voidsetListAgencyID(String value)Sets the value of the listAgencyID property.voidsetListAgencyName(String value)Sets the value of the listAgencyName property.voidsetListID(String value)Sets the value of the listID property.voidsetListName(String value)Sets the value of the listName property.voidsetListSchemeURI(String value)Sets the value of the listSchemeURI 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.voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
listID
protected String listID
-
listAgencyID
protected String listAgencyID
-
listAgencyName
protected String listAgencyName
-
listName
protected String listName
-
listVersionID
protected String listVersionID
-
name
protected String name
-
languageID
protected String languageID
-
listURI
protected String listURI
-
listSchemeURI
protected String listSchemeURI
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getListID
public String getListID()
Gets the value of the listID property.- Returns:
- possible object is
String
-
setListID
public void setListID(String value)
Sets the value of the listID property.- Parameters:
value- allowed object isString
-
getListAgencyID
public String getListAgencyID()
Gets the value of the listAgencyID property.- Returns:
- possible object is
String
-
setListAgencyID
public void setListAgencyID(String value)
Sets the value of the listAgencyID property.- Parameters:
value- allowed object isString
-
getListAgencyName
public String getListAgencyName()
Gets the value of the listAgencyName property.- Returns:
- possible object is
String
-
setListAgencyName
public void setListAgencyName(String value)
Sets the value of the listAgencyName property.- Parameters:
value- allowed object isString
-
getListName
public String getListName()
Gets the value of the listName property.- Returns:
- possible object is
String
-
setListName
public void setListName(String value)
Sets the value of the listName property.- Parameters:
value- allowed object isString
-
getListVersionID
public String getListVersionID()
Gets the value of the listVersionID property.- Returns:
- possible object is
String
-
setListVersionID
public void setListVersionID(String value)
Sets the value of the listVersionID 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
-
getLanguageID
public String getLanguageID()
Gets the value of the languageID property.- Returns:
- possible object is
String
-
setLanguageID
public void setLanguageID(String value)
Sets the value of the languageID 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
-
getListSchemeURI
public String getListSchemeURI()
Gets the value of the listSchemeURI property.- Returns:
- possible object is
String
-
-