Class NameType

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

    @CodingStyleguideUnaware
    public class NameType
    extends NameType

    Java class for NameType complex type.

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

     <complexType name="NameType">
       <simpleContent>
         <extension base="<http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1>NameType">
           <attribute name="sequence" type="{http://www.openapplications.org/oagis/9}IntegerNumericType" />
           <attribute name="sequenceName" type="{http://www.openapplications.org/oagis/9}StringType" />
         </extension>
       </simpleContent>
     </complexType>
     

    This class was annotated by ph-jaxb22-plugin -Xph-annotate

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

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

    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

      • NameType

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

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

      • setSequence

        public void setSequence​(@Nullable
                                BigInteger value)
        Sets the value of the sequence property.
        Parameters:
        value - allowed object is BigInteger
      • getSequenceName

        @Nullable
        public String getSequenceName()
        Gets the value of the sequenceName property.
        Returns:
        possible object is String
      • setSequenceName

        public void setSequenceName​(@Nullable
                                    String value)
        Sets the value of the sequenceName property.
        Parameters:
        value - allowed object is String
      • equals

        public boolean equals​(Object o)
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        equals in class NameType
      • hashCode

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

        public String toString()
        Created by ph-jaxb22-plugin -Xph-tostring
        Overrides:
        toString in class NameType
      • cloneTo

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