Class TenderResultType


  • public class TenderResultType
    extends Object

    Java class for TenderResultType complex type

    .

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

    
     <complexType name="TenderResultType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TenderResultCode" 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}AdvertisementAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AwardDate"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AwardTime" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReceivedTenderQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LowerTenderAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}HigherTenderAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}StartDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReceivedElectronicTenderQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReceivedForeignTenderQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Contract" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AwardedTenderedProject" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractFormalizationPeriod" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SubcontractTerms" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}WinningParty" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TenderResultType

        public TenderResultType()
    • 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.
      • getAwardDate

        public AwardDateType getAwardDate()
        Gets the value of the awardDate property.
        Returns:
        possible object is AwardDateType
      • setAwardDate

        public void setAwardDate​(AwardDateType value)
        Sets the value of the awardDate property.
        Parameters:
        value - allowed object is AwardDateType
      • getAwardTime

        public AwardTimeType getAwardTime()
        Gets the value of the awardTime property.
        Returns:
        possible object is AwardTimeType
      • setAwardTime

        public void setAwardTime​(AwardTimeType value)
        Sets the value of the awardTime property.
        Parameters:
        value - allowed object is AwardTimeType
      • getStartDate

        public StartDateType getStartDate()
        Gets the value of the startDate property.
        Returns:
        possible object is StartDateType
      • setStartDate

        public void setStartDate​(StartDateType value)
        Sets the value of the startDate property.
        Parameters:
        value - allowed object is StartDateType
      • getContract

        public ContractType getContract()
        Gets the value of the contract property.
        Returns:
        possible object is ContractType
      • setContract

        public void setContract​(ContractType value)
        Sets the value of the contract property.
        Parameters:
        value - allowed object is ContractType
      • setAwardedTenderedProject

        public void setAwardedTenderedProject​(TenderedProjectType value)
        Sets the value of the awardedTenderedProject property.
        Parameters:
        value - allowed object is TenderedProjectType
      • getContractFormalizationPeriod

        public PeriodType getContractFormalizationPeriod()
        Gets the value of the contractFormalizationPeriod property.
        Returns:
        possible object is PeriodType
      • setContractFormalizationPeriod

        public void setContractFormalizationPeriod​(PeriodType value)
        Sets the value of the contractFormalizationPeriod property.
        Parameters:
        value - allowed object is PeriodType
      • getSubcontractTerms

        public List<SubcontractTermsType> getSubcontractTerms()
        Gets the value of the subcontractTerms 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 subcontractTerms property.

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

         getSubcontractTerms().add(newItem);
         

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

        Returns:
        The value of the subcontractTerms property.
      • getWinningParty

        public List<WinningPartyType> getWinningParty()
        Gets the value of the winningParty 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 winningParty property.

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

         getWinningParty().add(newItem);
         

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

        Returns:
        The value of the winningParty property.