Package org.openapplications.oagis._9
Class CodeType
- java.lang.Object
-
- org.openapplications.oagis._9.unqualifieddatatypes._1.CodeType
-
- org.openapplications.oagis._9.CodeType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class CodeType extends CodeType
Java class for CodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeType"> <simpleContent> <extension base="<http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1>CodeType"> </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 CodeType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderCodeType(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 CodeTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(CodeType 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.CodeType
cloneTo, getLanguageID, getListAgencyID, getListAgencyName, getListID, getListName, getListSchemeURI, getListURI, getListVersionID, getName, getValue, setLanguageID, setListAgencyID, setListAgencyName, setListID, setListName, setListSchemeURI, setListURI, setListVersionID, setName, 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 CodeType 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.
-
-