Class StatusType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.StatusType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ConditionType>conditionprotected ConditionCodeTypeconditionCodeprotected List<DescriptionType>descriptionprotected IndicationIndicatorTypeindicationIndicatorprotected PercentTypepercentprotected ReferenceDateTypereferenceDateprotected ReferenceTimeTypereferenceTimeprotected ReliabilityPercentTypereliabilityPercentprotected SequenceIDTypesequenceIDprotected List<StatusReasonType>statusReasonprotected StatusReasonCodeTypestatusReasonCodeprotected List<TextType>text
-
Constructor Summary
Constructors Constructor Description StatusType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ConditionType>getCondition()Gets the value of the condition property.ConditionCodeTypegetConditionCode()Gets the value of the conditionCode property.List<DescriptionType>getDescription()Gets the value of the description property.IndicationIndicatorTypegetIndicationIndicator()Gets the value of the indicationIndicator property.PercentTypegetPercent()Gets the value of the percent property.ReferenceDateTypegetReferenceDate()Gets the value of the referenceDate property.ReferenceTimeTypegetReferenceTime()Gets the value of the referenceTime property.ReliabilityPercentTypegetReliabilityPercent()Gets the value of the reliabilityPercent property.SequenceIDTypegetSequenceID()Gets the value of the sequenceID property.List<StatusReasonType>getStatusReason()Gets the value of the statusReason property.StatusReasonCodeTypegetStatusReasonCode()Gets the value of the statusReasonCode property.List<TextType>getText()Gets the value of the text property.voidsetConditionCode(ConditionCodeType value)Sets the value of the conditionCode property.voidsetIndicationIndicator(IndicationIndicatorType value)Sets the value of the indicationIndicator property.voidsetPercent(PercentType value)Sets the value of the percent property.voidsetReferenceDate(ReferenceDateType value)Sets the value of the referenceDate property.voidsetReferenceTime(ReferenceTimeType value)Sets the value of the referenceTime property.voidsetReliabilityPercent(ReliabilityPercentType value)Sets the value of the reliabilityPercent property.voidsetSequenceID(SequenceIDType value)Sets the value of the sequenceID property.voidsetStatusReasonCode(StatusReasonCodeType value)Sets the value of the statusReasonCode property.
-
-
-
Field Detail
-
conditionCode
protected ConditionCodeType conditionCode
-
referenceDate
protected ReferenceDateType referenceDate
-
referenceTime
protected ReferenceTimeType referenceTime
-
description
protected List<DescriptionType> description
-
statusReasonCode
protected StatusReasonCodeType statusReasonCode
-
statusReason
protected List<StatusReasonType> statusReason
-
sequenceID
protected SequenceIDType sequenceID
-
indicationIndicator
protected IndicationIndicatorType indicationIndicator
-
percent
protected PercentType percent
-
reliabilityPercent
protected ReliabilityPercentType reliabilityPercent
-
condition
protected List<ConditionType> condition
-
-
Method Detail
-
getConditionCode
public ConditionCodeType getConditionCode()
Gets the value of the conditionCode property.- Returns:
- possible object is
ConditionCodeType
-
setConditionCode
public void setConditionCode(ConditionCodeType value)
Sets the value of the conditionCode property.- Parameters:
value- allowed object isConditionCodeType
-
getReferenceDate
public ReferenceDateType getReferenceDate()
Gets the value of the referenceDate property.- Returns:
- possible object is
ReferenceDateType
-
setReferenceDate
public void setReferenceDate(ReferenceDateType value)
Sets the value of the referenceDate property.- Parameters:
value- allowed object isReferenceDateType
-
getReferenceTime
public ReferenceTimeType getReferenceTime()
Gets the value of the referenceTime property.- Returns:
- possible object is
ReferenceTimeType
-
setReferenceTime
public void setReferenceTime(ReferenceTimeType value)
Sets the value of the referenceTime property.- Parameters:
value- allowed object isReferenceTimeType
-
getDescription
public List<DescriptionType> getDescription()
Gets the value of the description 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 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- Returns:
- The value of the description property.
-
getStatusReasonCode
public StatusReasonCodeType getStatusReasonCode()
Gets the value of the statusReasonCode property.- Returns:
- possible object is
StatusReasonCodeType
-
setStatusReasonCode
public void setStatusReasonCode(StatusReasonCodeType value)
Sets the value of the statusReasonCode property.- Parameters:
value- allowed object isStatusReasonCodeType
-
getStatusReason
public List<StatusReasonType> getStatusReason()
Gets the value of the statusReason 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 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- Returns:
- The value of the statusReason property.
-
getSequenceID
public SequenceIDType getSequenceID()
Gets the value of the sequenceID property.- Returns:
- possible object is
SequenceIDType
-
setSequenceID
public void setSequenceID(SequenceIDType value)
Sets the value of the sequenceID property.- Parameters:
value- allowed object isSequenceIDType
-
getText
public List<TextType> getText()
Gets the value of the text 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 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- Returns:
- The value of the text property.
-
getIndicationIndicator
public IndicationIndicatorType getIndicationIndicator()
Gets the value of the indicationIndicator property.- Returns:
- possible object is
IndicationIndicatorType
-
setIndicationIndicator
public void setIndicationIndicator(IndicationIndicatorType value)
Sets the value of the indicationIndicator property.- Parameters:
value- allowed object isIndicationIndicatorType
-
getPercent
public PercentType getPercent()
Gets the value of the percent property.- Returns:
- possible object is
PercentType
-
setPercent
public void setPercent(PercentType value)
Sets the value of the percent property.- Parameters:
value- allowed object isPercentType
-
getReliabilityPercent
public ReliabilityPercentType getReliabilityPercent()
Gets the value of the reliabilityPercent property.- Returns:
- possible object is
ReliabilityPercentType
-
setReliabilityPercent
public void setReliabilityPercent(ReliabilityPercentType value)
Sets the value of the reliabilityPercent property.- Parameters:
value- allowed object isReliabilityPercentType
-
getCondition
public List<ConditionType> getCondition()
Gets the value of the condition 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 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- Returns:
- The value of the condition property.
-
-