Class XHE10UUIDType

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

    @CodingStyleguideUnaware
    public class XHE10UUIDType
    extends XHE10IdentifierType

    Java class for UUIDType complex type.

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

    
     <complexType name="UUIDType">
       <simpleContent>
         <restriction base="<http://docs.oasis-open.org/bdxr/ns/XHE/1/UnqualifiedDataTypes>IdentifierType">
         </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
      XHE10UUIDType()
      Default constructor
      Note: automatically created by ph-jaxb-plugin -Xph-value-extender
      XHE10UUIDType​(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
      XHE10UUIDType clone()
      Created by ph-jaxb-plugin -Xph-cloneable2
      void cloneTo​(XHE10UUIDType 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

      • XHE10UUIDType

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

        public XHE10UUIDType​(@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

      • cloneTo

        public void cloneTo​(@Nonnull
                            XHE10UUIDType 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 XHE10UUIDType clone()
        Created by ph-jaxb-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class XHE10IdentifierType
        Returns:
        The cloned object. Never null.