public class StatusType extends Object
Java class for StatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ConditionCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReferenceDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReferenceTime" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}StatusReasonCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}StatusReason" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SequenceID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Text" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IndicationIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Percent" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReliabilityPercent" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Condition" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ConditionType> |
condition |
protected ConditionCodeType |
conditionCode |
protected List<DescriptionType> |
description |
protected IndicationIndicatorType |
indicationIndicator |
protected PercentType |
percent |
protected ReferenceDateType |
referenceDate |
protected ReferenceTimeType |
referenceTime |
protected ReliabilityPercentType |
reliabilityPercent |
protected SequenceIDType |
sequenceID |
protected List<StatusReasonType> |
statusReason |
protected StatusReasonCodeType |
statusReasonCode |
protected List<TextType> |
text |
| Constructor and Description |
|---|
StatusType() |
| Modifier and Type | Method and Description |
|---|---|
List<ConditionType> |
getCondition()
Gets the value of the condition property.
|
ConditionCodeType |
getConditionCode()
Gets the value of the conditionCode property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
IndicationIndicatorType |
getIndicationIndicator()
Gets the value of the indicationIndicator property.
|
PercentType |
getPercent()
Gets the value of the percent property.
|
ReferenceDateType |
getReferenceDate()
Gets the value of the referenceDate property.
|
ReferenceTimeType |
getReferenceTime()
Gets the value of the referenceTime property.
|
ReliabilityPercentType |
getReliabilityPercent()
Gets the value of the reliabilityPercent property.
|
SequenceIDType |
getSequenceID()
Gets the value of the sequenceID property.
|
List<StatusReasonType> |
getStatusReason()
Gets the value of the statusReason property.
|
StatusReasonCodeType |
getStatusReasonCode()
Gets the value of the statusReasonCode property.
|
List<TextType> |
getText()
Gets the value of the text property.
|
void |
setConditionCode(ConditionCodeType value)
Sets the value of the conditionCode property.
|
void |
setIndicationIndicator(IndicationIndicatorType value)
Sets the value of the indicationIndicator property.
|
void |
setPercent(PercentType value)
Sets the value of the percent property.
|
void |
setReferenceDate(ReferenceDateType value)
Sets the value of the referenceDate property.
|
void |
setReferenceTime(ReferenceTimeType value)
Sets the value of the referenceTime property.
|
void |
setReliabilityPercent(ReliabilityPercentType value)
Sets the value of the reliabilityPercent property.
|
void |
setSequenceID(SequenceIDType value)
Sets the value of the sequenceID property.
|
void |
setStatusReasonCode(StatusReasonCodeType value)
Sets the value of the statusReasonCode property.
|
protected ConditionCodeType conditionCode
protected ReferenceDateType referenceDate
protected ReferenceTimeType referenceTime
protected List<DescriptionType> description
protected StatusReasonCodeType statusReasonCode
protected List<StatusReasonType> statusReason
protected SequenceIDType sequenceID
protected IndicationIndicatorType indicationIndicator
protected PercentType percent
protected ReliabilityPercentType reliabilityPercent
protected List<ConditionType> condition
public ConditionCodeType getConditionCode()
ConditionCodeTypepublic void setConditionCode(ConditionCodeType value)
value - allowed object is
ConditionCodeTypepublic ReferenceDateType getReferenceDate()
ReferenceDateTypepublic void setReferenceDate(ReferenceDateType value)
value - allowed object is
ReferenceDateTypepublic ReferenceTimeType getReferenceTime()
ReferenceTimeTypepublic void setReferenceTime(ReferenceTimeType value)
value - allowed object is
ReferenceTimeTypepublic 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
public StatusReasonCodeType getStatusReasonCode()
StatusReasonCodeTypepublic void setStatusReasonCode(StatusReasonCodeType value)
value - allowed object is
StatusReasonCodeTypepublic List<StatusReasonType> getStatusReason()
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 statusReason property.
For example, to add a new item, do as follows:
getStatusReason().add(newItem);
Objects of the following type(s) are allowed in the list
StatusReasonType
public SequenceIDType getSequenceID()
SequenceIDTypepublic void setSequenceID(SequenceIDType value)
value - allowed object is
SequenceIDTypepublic List<TextType> getText()
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 text property.
For example, to add a new item, do as follows:
getText().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
public IndicationIndicatorType getIndicationIndicator()
IndicationIndicatorTypepublic void setIndicationIndicator(IndicationIndicatorType value)
value - allowed object is
IndicationIndicatorTypepublic PercentType getPercent()
PercentTypepublic void setPercent(PercentType value)
value - allowed object is
PercentTypepublic ReliabilityPercentType getReliabilityPercent()
ReliabilityPercentTypepublic void setReliabilityPercent(ReliabilityPercentType value)
value - allowed object is
ReliabilityPercentTypepublic List<ConditionType> getCondition()
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 condition property.
For example, to add a new item, do as follows:
getCondition().add(newItem);
Objects of the following type(s) are allowed in the list
ConditionType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.