Package org.openapplications.oagis._9
Class TextType
- java.lang.Object
-
- org.openapplications.oagis._9.unqualifieddatatypes._1.TextType
-
- org.openapplications.oagis._9.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 Summary
Constructors Constructor Description TextType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderTextType(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 TextTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(TextType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeinthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcode-
Methods inherited from class org.openapplications.oagis._9.unqualifieddatatypes._1.TextType
cloneTo, getLanguageID, getValue, setLanguageID, setValue, toString
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
cloneTo
public void cloneTo(@Nonnull TextType 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.
-
-