Class ProcurementProjectLotType


  • public class ProcurementProjectLotType
    extends Object

    Java class for ProcurementProjectLotType complex type.

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

     <complexType name="ProcurementProjectLotType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TenderingTerms" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ProcurementProject" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ProcurementProjectLotType

        public ProcurementProjectLotType()
    • 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
      • setTenderingTerms

        public void setTenderingTerms​(TenderingTermsType value)
        Sets the value of the tenderingTerms property.
        Parameters:
        value - allowed object is TenderingTermsType