Class 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
    • Constructor Detail

      • CodeType

        public CodeType()
        Default constructor
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
      • CodeType

        public CodeType​(@Nullable
                        String valueParam)
        Constructor for value of type String
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
        Parameters:
        valueParam - The value to be set. May be null.
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • equals

        public boolean equals​(Object o)
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Created by ph-jaxb22-plugin -Xph-tostring
        Overrides:
        toString in class Object
      • cloneTo

        public void cloneTo​(@Nonnull
                            CodeType ret)
        This method clones all values from this to 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 be null.
      • clone

        @Nonnull
        @ReturnsMutableCopy
        public CodeType clone()
        Created by ph-jaxb22-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class Object
        Returns:
        The cloned object. Never null.