Class TenderedProjectType


  • public class TenderedProjectType
    extends Object

    Java class for TenderedProjectType complex type

    .

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

    
     <complexType name="TenderedProjectType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}VariantID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FeeAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FeeDescription" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TenderEnvelopeID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TenderEnvelopeTypeCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ProcurementProjectLot" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EvidenceDocumentReference" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxTotal" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}LegalMonetaryTotal" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TenderLine" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AwardingCriterionResponse" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TenderedProjectType

        public TenderedProjectType()
    • Method Detail

      • getVariantID

        public VariantIDType getVariantID()
        Gets the value of the variantID property.
        Returns:
        possible object is VariantIDType
      • setVariantID

        public void setVariantID​(VariantIDType value)
        Sets the value of the variantID property.
        Parameters:
        value - allowed object is VariantIDType
      • getFeeAmount

        public FeeAmountType getFeeAmount()
        Gets the value of the feeAmount property.
        Returns:
        possible object is FeeAmountType
      • setFeeAmount

        public void setFeeAmount​(FeeAmountType value)
        Sets the value of the feeAmount property.
        Parameters:
        value - allowed object is FeeAmountType
      • getFeeDescription

        public List<FeeDescriptionType> getFeeDescription()
        Gets the value of the feeDescription 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 feeDescription property.

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

         getFeeDescription().add(newItem);
         

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

        Returns:
        The value of the feeDescription property.
      • getEvidenceDocumentReference

        public List<DocumentReferenceType> getEvidenceDocumentReference()
        Gets the value of the evidenceDocumentReference 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 evidenceDocumentReference property.

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

         getEvidenceDocumentReference().add(newItem);
         

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

        Returns:
        The value of the evidenceDocumentReference property.
      • getTaxTotal

        public List<TaxTotalType> getTaxTotal()
        Gets the value of the taxTotal 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 taxTotal property.

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

         getTaxTotal().add(newItem);
         

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

        Returns:
        The value of the taxTotal property.
      • getLegalMonetaryTotal

        public MonetaryTotalType getLegalMonetaryTotal()
        Gets the value of the legalMonetaryTotal property.
        Returns:
        possible object is MonetaryTotalType
      • setLegalMonetaryTotal

        public void setLegalMonetaryTotal​(MonetaryTotalType value)
        Sets the value of the legalMonetaryTotal property.
        Parameters:
        value - allowed object is MonetaryTotalType
      • getTenderLine

        public List<TenderLineType> getTenderLine()
        Gets the value of the tenderLine 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 tenderLine property.

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

         getTenderLine().add(newItem);
         

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

        Returns:
        The value of the tenderLine property.
      • getAwardingCriterionResponse

        public List<AwardingCriterionResponseType> getAwardingCriterionResponse()
        Gets the value of the awardingCriterionResponse 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 awardingCriterionResponse property.

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

         getAwardingCriterionResponse().add(newItem);
         

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

        Returns:
        The value of the awardingCriterionResponse property.