Class XHE10IdentifierType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable
    Direct Known Subclasses:
    XHE10CustomizationIDType, XHE10ExtensionAgencyIDType, XHE10ExtensionAgencyURIType, XHE10ExtensionURIType, XHE10ExtensionVersionIDType, XHE10HandlingServiceIDType, XHE10IDType, XHE10ProfileExecutionIDType, XHE10ProfileIDType, XHE10UUIDType, XHE10ValidationVersionIDType, XHE10XHEVersionIDType

    @CodingStyleguideUnaware
    public class XHE10IdentifierType
    extends com.helger.xsds.ccts.cct.schemamodule.IdentifierType
    implements Serializable
     <?xml version="1.0" encoding="UTF-8"?><ccts:UniqueID xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:ccts-cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">XHEUDT0000011</ccts:UniqueID>
     
     <?xml version="1.0" encoding="UTF-8"?><ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:ccts-cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">UDT</ccts:CategoryCode>
     
     <?xml version="1.0" encoding="UTF-8"?><ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:ccts-cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Identifier. Type</ccts:DictionaryEntryName>
     
     <?xml version="1.0" encoding="UTF-8"?><ccts:VersionID xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:ccts-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:ccts-cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">A character string to identify and uniquely distinguish one instance of an object in an identification scheme from all other objects in the same scheme, 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:ccts-cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Identifier</ccts:RepresentationTermName>
     
     <?xml version="1.0" encoding="UTF-8"?><ccts:PrimitiveType xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:ccts-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:ccts-cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Other supplementary components in the CCT are captured as part of the token and name for the schema module containing the identifier list and thus, are not declared as attributes. </ccts:UsageRule>
     

    Java class for IdentifierType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="IdentifierType">
       <simpleContent>
         <extension base="<urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2>IdentifierType">
         </extension>
       </simpleContent>
     </complexType>
     

    This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode

    This class contains methods created by ph-jaxb-plugin -Xph-cloneable2

    This class contains methods created by ph-jaxb-plugin -Xph-value-extender

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XHE10IdentifierType()
      Default constructor
      Note: automatically created by ph-jaxb-plugin -Xph-value-extender
      XHE10IdentifierType​(String valueParam)
      Constructor for value of type String
      Note: automatically created by ph-jaxb-plugin -Xph-value-extender
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      XHE10IdentifierType clone()
      Created by ph-jaxb-plugin -Xph-cloneable2
      void cloneTo​(XHE10IdentifierType ret)
      This method clones all values from this to the passed object.
      boolean equals​(Object o)
      Created by ph-jaxb-plugin -Xph-equalshashcode
      int hashCode()
      Created by ph-jaxb-plugin -Xph-equalshashcode
      • Methods inherited from class com.helger.xsds.ccts.cct.schemamodule.IdentifierType

        cloneTo, getSchemeAgencyID, getSchemeAgencyName, getSchemeDataURI, getSchemeID, getSchemeName, getSchemeURI, getSchemeVersionID, getValue, setSchemeAgencyID, setSchemeAgencyName, setSchemeDataURI, setSchemeID, setSchemeName, setSchemeURI, setSchemeVersionID, setValue, toString
    • Constructor Detail

      • XHE10IdentifierType

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

        public XHE10IdentifierType​(@Nullable
                                   String valueParam)
        Constructor for value of type String
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender
        Parameters:
        valueParam - The value to be set. May be null.
    • Method Detail

      • equals

        public boolean equals​(Object o)
        Created by ph-jaxb-plugin -Xph-equalshashcode
        Overrides:
        equals in class com.helger.xsds.ccts.cct.schemamodule.IdentifierType
      • hashCode

        public int hashCode()
        Created by ph-jaxb-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class com.helger.xsds.ccts.cct.schemamodule.IdentifierType
      • cloneTo

        public void cloneTo​(@Nonnull
                            XHE10IdentifierType ret)
        This method clones all values from this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2
        Parameters:
        ret - The target object to clone to. May not be null.
      • clone

        @Nonnull
        @ReturnsMutableCopy
        public XHE10IdentifierType clone()
        Created by ph-jaxb-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class com.helger.xsds.ccts.cct.schemamodule.IdentifierType
        Returns:
        The cloned object. Never null.