Class AwardingCriterionType


  • public class AwardingCriterionType
    extends Object

    Java class for AwardingCriterionType complex type

    .

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

    
     <complexType name="AwardingCriterionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AwardingCriterionTypeCode" 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}WeightNumeric" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Weight" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CalculationExpression" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CalculationExpressionCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumImprovementBid" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SubordinateAwardingCriterion" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AwardingCriterionType

        public AwardingCriterionType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

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

        Returns:
        The value of the description property.
      • setWeightNumeric

        public void setWeightNumeric​(WeightNumericType value)
        Sets the value of the weightNumeric property.
        Parameters:
        value - allowed object is WeightNumericType
      • getWeight

        public List<WeightType> getWeight()
        Gets the value of the weight 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 weight property.

        For example, to add a new item, do as follows:

         getWeight().add(newItem);
         

        Objects of the following type(s) are allowed in the list WeightType

        Returns:
        The value of the weight property.
      • getCalculationExpression

        public List<CalculationExpressionType> getCalculationExpression()
        Gets the value of the calculationExpression 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 calculationExpression property.

        For example, to add a new item, do as follows:

         getCalculationExpression().add(newItem);
         

        Objects of the following type(s) are allowed in the list CalculationExpressionType

        Returns:
        The value of the calculationExpression property.
      • setMinimumQuantity

        public void setMinimumQuantity​(MinimumQuantityType value)
        Sets the value of the minimumQuantity property.
        Parameters:
        value - allowed object is MinimumQuantityType
      • setMaximumQuantity

        public void setMaximumQuantity​(MaximumQuantityType value)
        Sets the value of the maximumQuantity property.
        Parameters:
        value - allowed object is MaximumQuantityType
      • setMinimumAmount

        public void setMinimumAmount​(MinimumAmountType value)
        Sets the value of the minimumAmount property.
        Parameters:
        value - allowed object is MinimumAmountType
      • setMaximumAmount

        public void setMaximumAmount​(MaximumAmountType value)
        Sets the value of the maximumAmount property.
        Parameters:
        value - allowed object is MaximumAmountType
      • getMinimumImprovementBid

        public List<MinimumImprovementBidType> getMinimumImprovementBid()
        Gets the value of the minimumImprovementBid 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 minimumImprovementBid property.

        For example, to add a new item, do as follows:

         getMinimumImprovementBid().add(newItem);
         

        Objects of the following type(s) are allowed in the list MinimumImprovementBidType

        Returns:
        The value of the minimumImprovementBid property.
      • getSubordinateAwardingCriterion

        public List<AwardingCriterionType> getSubordinateAwardingCriterion()
        Gets the value of the subordinateAwardingCriterion 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 subordinateAwardingCriterion property.

        For example, to add a new item, do as follows:

         getSubordinateAwardingCriterion().add(newItem);
         

        Objects of the following type(s) are allowed in the list AwardingCriterionType

        Returns:
        The value of the subordinateAwardingCriterion property.