Class 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>
     
    • Constructor Detail

      • StatusType

        public StatusType()
    • Method Detail

      • setConditionCode

        public void setConditionCode​(ConditionCodeType value)
        Sets the value of the conditionCode property.
        Parameters:
        value - allowed object is ConditionCodeType
      • setReferenceDate

        public void setReferenceDate​(ReferenceDateType value)
        Sets the value of the referenceDate property.
        Parameters:
        value - allowed object is ReferenceDateType
      • setReferenceTime

        public void setReferenceTime​(ReferenceTimeType value)
        Sets the value of the referenceTime property.
        Parameters:
        value - allowed object is ReferenceTimeType
      • 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 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

      • 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 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

      • 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 is SequenceIDType
      • 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 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

      • 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 is PercentType
      • 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 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