Package org.openapplications.oagis._9
Class SequencedTextType
- java.lang.Object
-
- org.openapplications.oagis._9.unqualifieddatatypes._1.TextType
-
- org.openapplications.oagis._9.TextType
-
- org.openapplications.oagis._9.SequencedTextType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class SequencedTextType extends TextType
Java class for SequencedTextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SequencedTextType"> <simpleContent> <extension base="<http://www.openapplications.org/oagis/9>TextType"> <attribute name="sequence" type="{http://www.openapplications.org/oagis/9}PositiveIntegerNumericType" /> <attribute name="sequenceName" type="{http://www.openapplications.org/oagis/9}NormalizedStringType" /> </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 Summary
Constructors Constructor Description SequencedTextType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderSequencedTextType(String valueParam)Constructor for value of type String calling super class constructor.
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SequencedTextTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(SequencedTextType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeBigIntegergetSequence()Gets the value of the sequence property.StringgetSequenceName()Gets the value of the sequenceName property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetSequence(BigInteger value)Sets the value of the sequence property.voidsetSequenceName(String value)Sets the value of the sequenceName property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring-
Methods inherited from class org.openapplications.oagis._9.unqualifieddatatypes._1.TextType
cloneTo, getLanguageID, getValue, setLanguageID, setValue
-
-
-
-
Method Detail
-
getSequence
@Nullable public BigInteger getSequence()
Gets the value of the sequence property.- Returns:
- possible object is
BigInteger
-
setSequence
public void setSequence(@Nullable BigInteger value)
Sets the value of the sequence property.- Parameters:
value- allowed object isBigInteger
-
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 isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull SequencedTextType ret)
This method clones all values fromthisto 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 benull.
-
clone
@Nonnull @ReturnsMutableCopy public SequencedTextType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-