Class ChangeStatusType
- java.lang.Object
-
- org.openapplications.oagis._9.StatusBasisType
-
- org.openapplications.oagis._9.ChangeStatusType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class ChangeStatusType extends StatusBasisType
Java class for ChangeStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChangeStatusType"> <complexContent> <extension base="{http://www.openapplications.org/oagis/9}StatusBasisType"> <sequence> <element ref="{http://www.openapplications.org/oagis/9}StateChange" maxOccurs="unbounded" minOccurs="0"/> <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-list-extension
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 ChangeStatusType()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 voidaddStateChange(StateChangeType elem)Created by ph-jaxb22-plugin -Xph-list-extensionChangeStatusTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(ChangeStatusType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeList<StateChangeType>getStateChange()Gets the value of the stateChange property.StateChangeTypegetStateChangeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetStateChangeCount()Created by ph-jaxb22-plugin -Xph-list-extensionUserAreaTypegetUserArea()Gets the value of the userArea property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodebooleanhasNoStateChangeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasStateChangeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetStateChange(List<StateChangeType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetUserArea(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.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
-
getStateChange
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<StateChangeType> getStateChange()
Gets the value of the stateChange property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the stateChange property.For example, to add a new item, do as follows:
getStateChange().add(newItem);Objects of the following type(s) are allowed in the list
StateChangeType
-
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 classStatusBasisType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classStatusBasisType
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring- Overrides:
toStringin classStatusBasisType
-
setStateChange
public void setStateChange(@Nullable List<StateChangeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
hasStateChangeEntries
public boolean hasStateChangeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoStateChangeEntries
public boolean hasNoStateChangeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getStateChangeCount
@Nonnegative public int getStateChangeCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getStateChangeAtIndex
@Nullable public StateChangeType getStateChangeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addStateChange
public void addStateChange(@Nonnull StateChangeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
cloneTo
public void cloneTo(@Nonnull ChangeStatusType 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 ChangeStatusType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classStatusBasisType- Returns:
- The cloned object. Never
null.
-
-