@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
| Constructor and Description |
|---|
ChangeStatusType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addStateChange(StateChangeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ChangeStatusType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ChangeStatusType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<StateChangeType> |
getStateChange()
Gets the value of the stateChange property.
|
StateChangeType |
getStateChangeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getStateChangeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
UserAreaType |
getUserArea()
Gets the value of the userArea property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoStateChangeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasStateChangeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setStateChange(List<StateChangeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setUserArea(UserAreaType value)
Sets the value of the userArea property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
addReason, cloneTo, getCode, getCodeValue, getDescription, getDescriptionValue, getEffectiveDateTime, getReason, getReasonAtIndex, getReasonCode, getReasonCodeValue, getReasonCount, hasNoReasonEntries, hasReasonEntries, setCode, setCode, setDescription, setDescription, setEffectiveDateTime, setReason, setReasonCode, setReasonCodepublic ChangeStatusType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<StateChangeType> getStateChange()
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 set method 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
@Nullable public UserAreaType getUserArea()
UserAreaTypepublic void setUserArea(@Nullable UserAreaType value)
value - allowed object is
UserAreaTypepublic boolean equals(Object o)
equals in class StatusBasisTypepublic int hashCode()
hashCode in class StatusBasisTypepublic String toString()
toString in class StatusBasisTypepublic void setStateChange(@Nullable List<StateChangeType> aList)
aList - The new list member to set. May be null.public boolean hasStateChangeEntries()
true if at least one item is contained, false otherwise.public boolean hasNoStateChangeEntries()
true if no item is contained, false otherwise.@Nonnegative public int getStateChangeCount()
@Nullable public StateChangeType getStateChangeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addStateChange(@Nonnull StateChangeType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull ChangeStatusType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public ChangeStatusType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class StatusBasisTypenull.Copyright © 2016–2021 Philip Helger. All rights reserved.