Class XHE10BinaryObjectType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable

    @CodingStyleguideUnaware
    public class XHE10BinaryObjectType
    extends com.helger.xsds.ccts.cct.schemamodule.BinaryObjectType
    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">XHEUDT000002</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">Binary Object. 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 set of finite-length sequences of binary octets.</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">Binary Object</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">binary</ccts:PrimitiveType>
     

    Java class for BinaryObjectType complex type.

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

    
     <complexType name="BinaryObjectType">
       <simpleContent>
         <restriction base="<urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2>BinaryObjectType">
           <attribute name="mimeCode" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
         </restriction>
       </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
      XHE10BinaryObjectType()
      Default constructor
      Note: automatically created by ph-jaxb-plugin -Xph-value-extender
      XHE10BinaryObjectType​(byte[] valueParam)
      Constructor for value of type byte[]
      Note: automatically created by ph-jaxb-plugin -Xph-value-extender
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      XHE10BinaryObjectType clone()
      Created by ph-jaxb-plugin -Xph-cloneable2
      void cloneTo​(XHE10BinaryObjectType 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.BinaryObjectType

        cloneTo, getCharacterSetCode, getEncodingCode, getFilename, getFormat, getMimeCode, getUri, getValue, setCharacterSetCode, setEncodingCode, setFilename, setFormat, setMimeCode, setUri, setValue, toString
    • Constructor Detail

      • XHE10BinaryObjectType

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

        public XHE10BinaryObjectType​(@Nullable
                                     byte[] valueParam)
        Constructor for value of type byte[]
        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.BinaryObjectType
      • hashCode

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

        public void cloneTo​(@Nonnull
                            XHE10BinaryObjectType 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 XHE10BinaryObjectType 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.BinaryObjectType
        Returns:
        The cloned object. Never null.