Class ProcurementProjectType


  • public class ProcurementProjectType
    extends Object

    Java class for ProcurementProjectType complex type

    .

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

    
     <complexType name="ProcurementProjectType">
       <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}Name" maxOccurs="unbounded"/>
             <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}ProcurementTypeCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProcurementSubTypeCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}QualityControlCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RequiredFeeAmount" 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}RequestedDeliveryDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EstimatedOverallContractQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RequestedTenderTotal" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MainCommodityClassification" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AdditionalCommodityClassification" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RealizedLocation" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PlannedPeriod" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractExtension" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RequestForTenderLine" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ProcurementProjectType

        public ProcurementProjectType()
    • 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
      • getName

        public List<NameType> getName()
        Gets the value of the name 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 name property.

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

         getName().add(newItem);
         

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

        Returns:
        The value of the name property.
      • 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.
      • 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.
      • getNote

        public List<NoteType> getNote()
        Gets the value of the note 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 note property.

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

         getNote().add(newItem);
         

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

        Returns:
        The value of the note property.
      • getAdditionalCommodityClassification

        public List<CommodityClassificationType> getAdditionalCommodityClassification()
        Gets the value of the additionalCommodityClassification 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 additionalCommodityClassification property.

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

         getAdditionalCommodityClassification().add(newItem);
         

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

        Returns:
        The value of the additionalCommodityClassification property.
      • getRealizedLocation

        public List<LocationType> getRealizedLocation()
        Gets the value of the realizedLocation 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 realizedLocation property.

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

         getRealizedLocation().add(newItem);
         

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

        Returns:
        The value of the realizedLocation property.
      • getPlannedPeriod

        public PeriodType getPlannedPeriod()
        Gets the value of the plannedPeriod property.
        Returns:
        possible object is PeriodType
      • setPlannedPeriod

        public void setPlannedPeriod​(PeriodType value)
        Sets the value of the plannedPeriod property.
        Parameters:
        value - allowed object is PeriodType
      • getRequestForTenderLine

        public List<RequestForTenderLineType> getRequestForTenderLine()
        Gets the value of the requestForTenderLine 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 requestForTenderLine property.

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

         getRequestForTenderLine().add(newItem);
         

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

        Returns:
        The value of the requestForTenderLine property.