Class CodeType
- java.lang.Object
-
- com.helger.xsds.ccts.cct.schemamodule.CodeType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class CodeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?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:p602981_="http://java.sun.com/xml/ns/jaxb" xmlns:p775163_="http://java.sun.com/xml/ns/jaxb/xjc" 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:p602981_="http://java.sun.com/xml/ns/jaxb" xmlns:p775163_="http://java.sun.com/xml/ns/jaxb/xjc" 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:p602981_="http://java.sun.com/xml/ns/jaxb" xmlns:p775163_="http://java.sun.com/xml/ns/jaxb/xjc" 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:p602981_="http://java.sun.com/xml/ns/jaxb" xmlns:p775163_="http://java.sun.com/xml/ns/jaxb/xjc" 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:p602981_="http://java.sun.com/xml/ns/jaxb" xmlns:p775163_="http://java.sun.com/xml/ns/jaxb/xjc" 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:p602981_="http://java.sun.com/xml/ns/jaxb" xmlns:p775163_="http://java.sun.com/xml/ns/jaxb/xjc" 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:p602981_="http://java.sun.com/xml/ns/jaxb" xmlns:p775163_="http://java.sun.com/xml/ns/jaxb/xjc" 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:p602981_="http://java.sun.com/xml/ns/jaxb" xmlns:p775163_="http://java.sun.com/xml/ns/jaxb/xjc" 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>This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(CodeType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeStringgetLanguageID()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.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetLanguageID(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.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getValue
@Nullable public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(@Nullable String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getListID
@Nullable public String getListID()
Gets the value of the listID property.- Returns:
- possible object is
String
-
setListID
public void setListID(@Nullable String value)
Sets the value of the listID property.- Parameters:
value- allowed object isString
-
getListAgencyID
@Nullable public String getListAgencyID()
Gets the value of the listAgencyID property.- Returns:
- possible object is
String
-
setListAgencyID
public void setListAgencyID(@Nullable String value)
Sets the value of the listAgencyID property.- Parameters:
value- allowed object isString
-
getListAgencyName
@Nullable public String getListAgencyName()
Gets the value of the listAgencyName property.- Returns:
- possible object is
String
-
setListAgencyName
public void setListAgencyName(@Nullable String value)
Sets the value of the listAgencyName property.- Parameters:
value- allowed object isString
-
getListName
@Nullable public String getListName()
Gets the value of the listName property.- Returns:
- possible object is
String
-
setListName
public void setListName(@Nullable String value)
Sets the value of the listName property.- Parameters:
value- allowed object isString
-
getListVersionID
@Nullable public String getListVersionID()
Gets the value of the listVersionID property.- Returns:
- possible object is
String
-
setListVersionID
public void setListVersionID(@Nullable String value)
Sets the value of the listVersionID property.- Parameters:
value- allowed object isString
-
getName
@Nullable public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(@Nullable String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getLanguageID
@Nullable public String getLanguageID()
Gets the value of the languageID property.- Returns:
- possible object is
String
-
setLanguageID
public void setLanguageID(@Nullable String value)
Sets the value of the languageID property.- Parameters:
value- allowed object isString
-
getListURI
@Nullable public String getListURI()
Gets the value of the listURI property.- Returns:
- possible object is
String
-
setListURI
public void setListURI(@Nullable String value)
Sets the value of the listURI property.- Parameters:
value- allowed object isString
-
getListSchemeURI
@Nullable public String getListSchemeURI()
Gets the value of the listSchemeURI property.- Returns:
- possible object is
String
-
setListSchemeURI
public void setListSchemeURI(@Nullable String value)
Sets the value of the listSchemeURI property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull CodeType ret)
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
-