Class PersonIDType

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

    @CodingStyleguideUnaware
    public class PersonIDType
    extends oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.IdentifierType

    Java class for PersonIDType complex type.

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

     <complexType name="PersonIDType">
       <simpleContent>
         <extension base="<urn:oasis:names:specification:bdndr:schema:xsd:UnqualifiedDataTypes-1>IdentifierType">
         </extension>
       </simpleContent>
     </complexType>
     

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

    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 Summary

      Constructors 
      Constructor Description
      PersonIDType()
      Default constructor
      Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PersonIDType clone()
      Created by ph-jaxb22-plugin -Xph-cloneable2
      void cloneTo​(PersonIDType ret)
      This method clones all values from this to the passed object.
      boolean equals​(Object o)
      Created by ph-jaxb22-plugin -Xph-equalshashcode
      int hashCode()
      Created by ph-jaxb22-plugin -Xph-equalshashcode
      • Methods inherited from class oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.IdentifierType

        cloneTo
      • 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

      • PersonIDType

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

      • equals

        public boolean equals​(Object o)
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        equals in class oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.IdentifierType
      • hashCode

        public int hashCode()
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.IdentifierType
      • cloneTo

        public void cloneTo​(@Nonnull
                            PersonIDType 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 PersonIDType clone()
        Created by ph-jaxb22-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.IdentifierType
        Returns:
        The cloned object. Never null.