Class ConditionType


  • public class ConditionType
    extends Object

    Java class for ConditionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ConditionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AttributeID"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Measure" 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}MinimumMeasure" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumMeasure" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ConditionType

        public ConditionType()
    • Method Detail

      • setAttributeID

        public void setAttributeID​(AttributeIDType value)
        Sets the value of the attributeID property.
        Parameters:
        value - allowed object is AttributeIDType
      • getMeasure

        public MeasureType getMeasure()
        Gets the value of the measure property.
        Returns:
        possible object is MeasureType
      • setMeasure

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

      • setMinimumMeasure

        public void setMinimumMeasure​(MinimumMeasureType value)
        Sets the value of the minimumMeasure property.
        Parameters:
        value - allowed object is MinimumMeasureType
      • setMaximumMeasure

        public void setMaximumMeasure​(MaximumMeasureType value)
        Sets the value of the maximumMeasure property.
        Parameters:
        value - allowed object is MaximumMeasureType