Class AwardingTermsType


  • public class AwardingTermsType
    extends Object

    Java class for AwardingTermsType complex type

    .

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

    
     <complexType name="AwardingTermsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}WeightingAlgorithmCode" 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}TechnicalCommitteeDescription" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LowTendersDescription" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PrizeIndicator" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PrizeDescription" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentDescription" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FollowupContractIndicator" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BindingOnBuyerIndicator" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AwardingCriterion" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TechnicalCommitteePerson" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AwardingTermsType

        public AwardingTermsType()
    • Method Detail

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

        public List<TechnicalCommitteeDescriptionType> getTechnicalCommitteeDescription()
        Gets the value of the technicalCommitteeDescription 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 technicalCommitteeDescription property.

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

         getTechnicalCommitteeDescription().add(newItem);
         

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

        Returns:
        The value of the technicalCommitteeDescription property.
      • getLowTendersDescription

        public List<LowTendersDescriptionType> getLowTendersDescription()
        Gets the value of the lowTendersDescription 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 lowTendersDescription property.

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

         getLowTendersDescription().add(newItem);
         

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

        Returns:
        The value of the lowTendersDescription property.
      • setPrizeIndicator

        public void setPrizeIndicator​(PrizeIndicatorType value)
        Sets the value of the prizeIndicator property.
        Parameters:
        value - allowed object is PrizeIndicatorType
      • getPrizeDescription

        public List<PrizeDescriptionType> getPrizeDescription()
        Gets the value of the prizeDescription 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 prizeDescription property.

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

         getPrizeDescription().add(newItem);
         

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

        Returns:
        The value of the prizeDescription property.
      • getPaymentDescription

        public List<PaymentDescriptionType> getPaymentDescription()
        Gets the value of the paymentDescription 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 paymentDescription property.

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

         getPaymentDescription().add(newItem);
         

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

        Returns:
        The value of the paymentDescription property.
      • getAwardingCriterion

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

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

         getAwardingCriterion().add(newItem);
         

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

        Returns:
        The value of the awardingCriterion property.
      • getTechnicalCommitteePerson

        public List<PersonType> getTechnicalCommitteePerson()
        Gets the value of the technicalCommitteePerson 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 technicalCommitteePerson property.

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

         getTechnicalCommitteePerson().add(newItem);
         

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

        Returns:
        The value of the technicalCommitteePerson property.