Package org.openapplications.oagis._9
Class StatusType
- java.lang.Object
-
- org.openapplications.oagis._9.StatusBasisType
-
- org.openapplications.oagis._9.StatusABIEType
-
- org.openapplications.oagis._9.StatusType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class StatusType extends StatusABIEType
Java class for StatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusType"> <complexContent> <extension base="{http://www.openapplications.org/oagis/9}StatusABIEType"> <sequence> <element ref="{http://www.openapplications.org/oagis/9}UserArea" minOccurs="0"/> </sequence> </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 StatusType()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 StatusTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(StatusType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeUserAreaTypegetUserArea()Gets the value of the userArea property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetUserArea(UserAreaType value)Sets the value of the userArea property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring-
Methods inherited from class org.openapplications.oagis._9.StatusABIEType
cloneTo, getTimePeriod, setTimePeriod
-
Methods inherited from class org.openapplications.oagis._9.StatusBasisType
addReason, cloneTo, getCode, getCodeValue, getDescription, getDescriptionValue, getEffectiveDateTime, getReason, getReasonAtIndex, getReasonCode, getReasonCodeValue, getReasonCount, hasNoReasonEntries, hasReasonEntries, setCode, setCode, setDescription, setDescription, setEffectiveDateTime, setReason, setReasonCode, setReasonCode
-
-
-
-
Method Detail
-
getUserArea
@Nullable public UserAreaType getUserArea()
Gets the value of the userArea property.- Returns:
- possible object is
UserAreaType
-
setUserArea
public void setUserArea(@Nullable UserAreaType value)
Sets the value of the userArea property.- Parameters:
value- allowed object isUserAreaType
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
equalsin classStatusABIEType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classStatusABIEType
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring- Overrides:
toStringin classStatusABIEType
-
cloneTo
public void cloneTo(@Nonnull StatusType 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 StatusType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classStatusABIEType- Returns:
- The cloned object. Never
null.
-
-