Package org.openapplications.oagis._9
Class ConfirmationResponseCodeType
- java.lang.Object
-
- org.openapplications.oagis._9.ResponseCodeType
-
- org.openapplications.oagis._9.ConfirmationResponseCodeType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class ConfirmationResponseCodeType extends ResponseCodeType
Java class for ConfirmationResponseCodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfirmationResponseCodeType"> <simpleContent> <extension base="<http://www.openapplications.org/oagis/9>ResponseCodeType"> </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 ConfirmationResponseCodeType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderConfirmationResponseCodeType(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 ConfirmationResponseCodeTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(ConfirmationResponseCodeType 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.ResponseCodeType
cloneTo, getListAgencyID, getListAgencyName, getListID, getListName, getListSchemeURI, getListURI, getListVersionID, getName, getValue, 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- Overrides:
equalsin classResponseCodeType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classResponseCodeType
-
cloneTo
public void cloneTo(@Nonnull ConfirmationResponseCodeType 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 ConfirmationResponseCodeType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classResponseCodeType- Returns:
- The cloned object. Never
null.
-
-