Class TextType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable
    Direct Known Subclasses:
    FamilyNameType, FormattedNameType, MiddleNameType, SequencedTextType

    @CodingStyleguideUnaware
    public class TextType
    extends TextType

    Java class for TextType complex type.

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

     <complexType name="TextType">
       <simpleContent>
         <extension base="<http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1>TextType">
         </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

      • TextType

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

        public TextType​(@Nullable
                        String valueParam)
        Constructor for value of type String calling super class constructor.
        Note: automatically created by ph-jaxb22-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-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        equals in class TextType
      • hashCode

        public int hashCode()
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class TextType
      • cloneTo

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