Class StatusBasisType
- java.lang.Object
-
- org.openapplications.oagis._9.StatusBasisType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
- Direct Known Subclasses:
ChangeStatusType,StatusABIEType
@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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StatusBasisType()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 voidaddReason(TextType elem)Created by ph-jaxb22-plugin -Xph-list-extensionStatusBasisTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(StatusBasisType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeCodeTypegetCode()Gets the value of the code property.StringgetCodeValue()Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderDescriptionTypegetDescription()Gets the value of the description property.StringgetDescriptionValue()Get the value of the contained DescriptionType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderStringgetEffectiveDateTime()Gets the value of the effectiveDateTime property.List<TextType>getReason()Gets the value of the reason property.TextTypegetReasonAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionCodeTypegetReasonCode()Gets the value of the reasonCode property.StringgetReasonCodeValue()Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderintgetReasonCount()Created by ph-jaxb22-plugin -Xph-list-extensioninthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodebooleanhasNoReasonEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasReasonEntries()Created by ph-jaxb22-plugin -Xph-list-extensionCodeTypesetCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetCode(CodeType value)Sets the value of the code property.DescriptionTypesetDescription(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetDescription(DescriptionType value)Sets the value of the description property.voidsetEffectiveDateTime(String value)Sets the value of the effectiveDateTime property.voidsetReason(List<TextType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionCodeTypesetReasonCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetReasonCode(CodeType value)Sets the value of the reasonCode property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getCode
@Nullable public CodeType getCode()
Gets the value of the code property.- Returns:
- possible object is
CodeType
-
setCode
public void setCode(@Nullable CodeType value)
Sets the value of the code property.- Parameters:
value- allowed object isCodeType
-
getDescription
@Nullable public DescriptionType getDescription()
Gets the value of the description property.- Returns:
- possible object is
DescriptionType
-
setDescription
public void setDescription(@Nullable DescriptionType value)
Sets the value of the description property.- Parameters:
value- allowed object isDescriptionType
-
getEffectiveDateTime
@Nullable public String getEffectiveDateTime()
Gets the value of the effectiveDateTime property.- Returns:
- possible object is
String
-
setEffectiveDateTime
public void setEffectiveDateTime(@Nullable String value)
Sets the value of the effectiveDateTime property.- Parameters:
value- allowed object isString
-
getReasonCode
@Nullable public CodeType getReasonCode()
Gets the value of the reasonCode property.- Returns:
- possible object is
CodeType
-
setReasonCode
public void setReasonCode(@Nullable CodeType value)
Sets the value of the reasonCode property.- Parameters:
value- allowed object isCodeType
-
getReason
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<TextType> getReason()
Gets the value of the reason 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 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
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
setReason
public void setReason(@Nullable List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
hasReasonEntries
public boolean hasReasonEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoReasonEntries
public boolean hasNoReasonEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getReasonCount
@Nonnegative public int getReasonCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getReasonAtIndex
@Nullable public TextType getReasonAtIndex(@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!
-
addReason
public void addReason(@Nonnull TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
cloneTo
public void cloneTo(@Nonnull StatusBasisType 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 StatusBasisType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
setCode
@Nonnull public CodeType setCode(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type CodeType and never
null
-
setReasonCode
@Nonnull public CodeType setReasonCode(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type CodeType and never
null
-
setDescription
@Nonnull public DescriptionType setDescription(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type DescriptionType and never
null
-
getCodeValue
@Nullable public String getCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained CodeType object or
null
-
getDescriptionValue
@Nullable public String getDescriptionValue()
Get the value of the contained DescriptionType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained DescriptionType object or
null
-
-