Class LegalEntityLegalNameType

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

    @CodingStyleguideUnaware
    public class LegalEntityLegalNameType
    extends oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.NameType

    Java class for LegalEntityLegalNameType complex type.

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

     <complexType name="LegalEntityLegalNameType">
       <simpleContent>
         <extension base="<urn:oasis:names:specification:bdndr:schema:xsd:UnqualifiedDataTypes-1>NameType">
         </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
      LegalEntityLegalNameType()
      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
      LegalEntityLegalNameType clone()
      Created by ph-jaxb22-plugin -Xph-cloneable2
      void cloneTo​(LegalEntityLegalNameType 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.NameType

        cloneTo
      • Methods inherited from class com.helger.xsds.ccts.cct.schemamodule.TextType

        cloneTo, getLanguageID, getLanguageLocaleID, getValue, setLanguageID, setLanguageLocaleID, setValue, toString
    • Constructor Detail

      • LegalEntityLegalNameType

        public LegalEntityLegalNameType()
        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.NameType
      • hashCode

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

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