@CodingStyleguideUnaware public class StateChangeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for StateChangeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StateChangeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openapplications.org/oagis/9}FromStateCode" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}ToStateCode" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}ChangeDateTime" minOccurs="0"/>
<group ref="{http://www.openapplications.org/oagis/9}FreeFormTextGroup" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}UserArea" minOccurs="0"/>
</sequence>
</restriction>
</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 |
|---|
StateChangeType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addNote(NoteType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
StateChangeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(StateChangeType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getChangeDateTime()
Gets the value of the changeDateTime property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
StateCodeType |
getFromStateCode()
Gets the value of the fromStateCode property.
|
String |
getFromStateCodeValue()
Get the value of the contained StateCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<NoteType> |
getNote()
Gets the value of the note property.
|
NoteType |
getNoteAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNoteCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
StateCodeType |
getToStateCode()
Gets the value of the toStateCode property.
|
String |
getToStateCodeValue()
Get the value of the contained StateCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
UserAreaType |
getUserArea()
Gets the value of the userArea property.
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setChangeDateTime(String value)
Sets the value of the changeDateTime property.
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setFromStateCode(StateCodeType value)
Sets the value of the fromStateCode property.
|
StateCodeType |
setFromStateCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setNote(List<NoteType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setToStateCode(StateCodeType value)
Sets the value of the toStateCode property.
|
StateCodeType |
setToStateCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setUserArea(UserAreaType value)
Sets the value of the userArea property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public StateChangeType()
@Nullable public StateCodeType getFromStateCode()
StateCodeTypepublic void setFromStateCode(@Nullable StateCodeType value)
value - allowed object is
StateCodeType@Nullable public StateCodeType getToStateCode()
StateCodeTypepublic void setToStateCode(@Nullable StateCodeType value)
value - allowed object is
StateCodeType@Nullable public String getChangeDateTime()
Stringpublic void setChangeDateTime(@Nullable String value)
value - allowed object is
String@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NoteType> getNote()
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 note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
NoteType
@Nullable public UserAreaType getUserArea()
UserAreaTypepublic void setUserArea(@Nullable UserAreaType value)
value - allowed object is
UserAreaTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be null.public void setNote(@Nullable List<NoteType> aList)
aList - The new list member to set. May be null.public boolean hasDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be null.public boolean hasNoteEntries()
true if at least one item is contained, false otherwise.public boolean hasNoNoteEntries()
true if no item is contained, false otherwise.@Nonnegative public int getNoteCount()
@Nullable public NoteType getNoteAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addNote(@Nonnull NoteType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull StateChangeType 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 StateChangeType clone()
@Nonnull public StateCodeType setFromStateCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public StateCodeType setToStateCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getFromStateCodeValue()
nullCopyright © 2016–2020 Philip Helger. All rights reserved.