Class ProcurementProjectLotType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected IDTypeidprotected ProcurementProjectTypeprocurementProjectprotected TenderingTermsTypetenderingTerms
-
Constructor Summary
Constructors Constructor Description ProcurementProjectLotType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDTypegetID()Gets the value of the id property.ProcurementProjectTypegetProcurementProject()Gets the value of the procurementProject property.TenderingTermsTypegetTenderingTerms()Gets the value of the tenderingTerms property.voidsetID(IDType value)Sets the value of the id property.voidsetProcurementProject(ProcurementProjectType value)Sets the value of the procurementProject property.voidsetTenderingTerms(TenderingTermsType value)Sets the value of the tenderingTerms property.
-
-
-
Field Detail
-
id
protected IDType id
-
tenderingTerms
protected TenderingTermsType tenderingTerms
-
procurementProject
protected ProcurementProjectType procurementProject
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getTenderingTerms
public TenderingTermsType getTenderingTerms()
Gets the value of the tenderingTerms property.- Returns:
- possible object is
TenderingTermsType
-
setTenderingTerms
public void setTenderingTerms(TenderingTermsType value)
Sets the value of the tenderingTerms property.- Parameters:
value- allowed object isTenderingTermsType
-
getProcurementProject
public ProcurementProjectType getProcurementProject()
Gets the value of the procurementProject property.- Returns:
- possible object is
ProcurementProjectType
-
setProcurementProject
public void setProcurementProject(ProcurementProjectType value)
Sets the value of the procurementProject property.- Parameters:
value- allowed object isProcurementProjectType
-
-