Package org.openapplications.oagis._9
Class ProcessType
- java.lang.Object
-
- org.openapplications.oagis._9.VerbType
-
- org.openapplications.oagis._9.ActionVerbType
-
- org.openapplications.oagis._9.ProcessType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class ProcessType extends ActionVerbType
Java class for ProcessType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessType"> <complexContent> <extension base="{http://www.openapplications.org/oagis/9}ActionVerbType"> <attribute name="acknowledgeCode" type="{http://www.openapplications.org/oagis/9}ResponseCodeContentType" /> </extension> </complexContent> </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 ProcessType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(ProcessType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeStringgetAcknowledgeCode()Gets the value of the acknowledgeCode property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetAcknowledgeCode(String value)Sets the value of the acknowledgeCode property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring-
Methods inherited from class org.openapplications.oagis._9.ActionVerbType
addActionCriteria, cloneTo, getActionCriteria, getActionCriteriaAtIndex, getActionCriteriaCount, hasActionCriteriaEntries, hasNoActionCriteriaEntries, setActionCriteria
-
-
-
-
Method Detail
-
getAcknowledgeCode
@Nullable public String getAcknowledgeCode()
Gets the value of the acknowledgeCode property.- Returns:
- possible object is
String
-
setAcknowledgeCode
public void setAcknowledgeCode(@Nullable String value)
Sets the value of the acknowledgeCode property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
equalsin classActionVerbType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classActionVerbType
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring- Overrides:
toStringin classActionVerbType
-
cloneTo
public void cloneTo(@Nonnull ProcessType 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 ProcessType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classActionVerbType- Returns:
- The cloned object. Never
null.
-
-