@CodingStyleguideUnaware public class StatusBasisType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for StatusBasisType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusBasisType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openapplications.org/oagis/9}Code" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}Description" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}EffectiveDateTime" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}ReasonCode" minOccurs="0"/>
<element ref="{http://www.openapplications.org/oagis/9}Reason" maxOccurs="unbounded" 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 |
|---|
StatusBasisType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addReason(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
StatusBasisType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(StatusBasisType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
CodeType |
getCode()
Gets the value of the code property.
|
String |
getCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
DescriptionType |
getDescription()
Gets the value of the description property.
|
String |
getDescriptionValue()
Get the value of the contained DescriptionType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getEffectiveDateTime()
Gets the value of the effectiveDateTime property.
|
List<TextType> |
getReason()
Gets the value of the reason property.
|
TextType |
getReasonAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CodeType |
getReasonCode()
Gets the value of the reasonCode property.
|
String |
getReasonCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
getReasonCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoReasonEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasReasonEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCode(CodeType value)
Sets the value of the code property.
|
CodeType |
setCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDescription(DescriptionType value)
Sets the value of the description property.
|
DescriptionType |
setDescription(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setEffectiveDateTime(String value)
Sets the value of the effectiveDateTime property.
|
void |
setReason(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setReasonCode(CodeType value)
Sets the value of the reasonCode property.
|
CodeType |
setReasonCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public StatusBasisType()
@Nullable public CodeType getCode()
CodeTypepublic void setCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public DescriptionType getDescription()
DescriptionTypepublic void setDescription(@Nullable DescriptionType value)
value - allowed object is
DescriptionType@Nullable public String getEffectiveDateTime()
Stringpublic void setEffectiveDateTime(@Nullable String value)
value - allowed object is
String@Nullable public CodeType getReasonCode()
CodeTypepublic void setReasonCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getReason()
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 reason property.
For example, to add a new item, do as follows:
getReason().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setReason(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public boolean hasReasonEntries()
true if at least one item is contained, false otherwise.public boolean hasNoReasonEntries()
true if no item is contained, false otherwise.@Nonnegative public int getReasonCount()
@Nullable public TextType getReasonAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addReason(@Nonnull TextType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull StatusBasisType 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 StatusBasisType clone()
@Nonnull public CodeType setCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setReasonCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public DescriptionType setDescription(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getCodeValue()
null@Nullable public String getDescriptionValue()
nullCopyright © 2016–2020 Philip Helger. All rights reserved.