Class PersonDeathDateType

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

    @CodingStyleguideUnaware
    public class PersonDeathDateType
    extends oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.DateType

    Java class for PersonDeathDateType complex type.

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

     <complexType name="PersonDeathDateType">
       <simpleContent>
         <extension base="<urn:oasis:names:specification:bdndr:schema:xsd:UnqualifiedDataTypes-1>DateType">
         </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 Detail

      • PersonDeathDateType

        public PersonDeathDateType()
        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.DateType
      • hashCode

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

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