Class TenderedProjectType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AwardingCriterionResponseType>awardingCriterionResponseprotected List<DocumentReferenceType>evidenceDocumentReferenceprotected FeeAmountTypefeeAmountprotected List<FeeDescriptionType>feeDescriptionprotected MonetaryTotalTypelegalMonetaryTotalprotected ProcurementProjectLotTypeprocurementProjectLotprotected List<TaxTotalType>taxTotalprotected TenderEnvelopeIDTypetenderEnvelopeIDprotected TenderEnvelopeTypeCodeTypetenderEnvelopeTypeCodeprotected List<TenderLineType>tenderLineprotected VariantIDTypevariantID
-
Constructor Summary
Constructors Constructor Description TenderedProjectType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AwardingCriterionResponseType>getAwardingCriterionResponse()Gets the value of the awardingCriterionResponse property.List<DocumentReferenceType>getEvidenceDocumentReference()Gets the value of the evidenceDocumentReference property.FeeAmountTypegetFeeAmount()Gets the value of the feeAmount property.List<FeeDescriptionType>getFeeDescription()Gets the value of the feeDescription property.MonetaryTotalTypegetLegalMonetaryTotal()Gets the value of the legalMonetaryTotal property.ProcurementProjectLotTypegetProcurementProjectLot()Gets the value of the procurementProjectLot property.List<TaxTotalType>getTaxTotal()Gets the value of the taxTotal property.TenderEnvelopeIDTypegetTenderEnvelopeID()Gets the value of the tenderEnvelopeID property.TenderEnvelopeTypeCodeTypegetTenderEnvelopeTypeCode()Gets the value of the tenderEnvelopeTypeCode property.List<TenderLineType>getTenderLine()Gets the value of the tenderLine property.VariantIDTypegetVariantID()Gets the value of the variantID property.voidsetFeeAmount(FeeAmountType value)Sets the value of the feeAmount property.voidsetLegalMonetaryTotal(MonetaryTotalType value)Sets the value of the legalMonetaryTotal property.voidsetProcurementProjectLot(ProcurementProjectLotType value)Sets the value of the procurementProjectLot property.voidsetTenderEnvelopeID(TenderEnvelopeIDType value)Sets the value of the tenderEnvelopeID property.voidsetTenderEnvelopeTypeCode(TenderEnvelopeTypeCodeType value)Sets the value of the tenderEnvelopeTypeCode property.voidsetVariantID(VariantIDType value)Sets the value of the variantID property.
-
-
-
Field Detail
-
variantID
protected VariantIDType variantID
-
feeAmount
protected FeeAmountType feeAmount
-
feeDescription
protected List<FeeDescriptionType> feeDescription
-
tenderEnvelopeID
protected TenderEnvelopeIDType tenderEnvelopeID
-
tenderEnvelopeTypeCode
protected TenderEnvelopeTypeCodeType tenderEnvelopeTypeCode
-
procurementProjectLot
protected ProcurementProjectLotType procurementProjectLot
-
evidenceDocumentReference
protected List<DocumentReferenceType> evidenceDocumentReference
-
taxTotal
protected List<TaxTotalType> taxTotal
-
legalMonetaryTotal
protected MonetaryTotalType legalMonetaryTotal
-
tenderLine
protected List<TenderLineType> tenderLine
-
awardingCriterionResponse
protected List<AwardingCriterionResponseType> awardingCriterionResponse
-
-
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 isVariantIDType
-
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 isFeeAmountType
-
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
setmethod 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
-
getTenderEnvelopeID
public TenderEnvelopeIDType getTenderEnvelopeID()
Gets the value of the tenderEnvelopeID property.- Returns:
- possible object is
TenderEnvelopeIDType
-
setTenderEnvelopeID
public void setTenderEnvelopeID(TenderEnvelopeIDType value)
Sets the value of the tenderEnvelopeID property.- Parameters:
value- allowed object isTenderEnvelopeIDType
-
getTenderEnvelopeTypeCode
public TenderEnvelopeTypeCodeType getTenderEnvelopeTypeCode()
Gets the value of the tenderEnvelopeTypeCode property.- Returns:
- possible object is
TenderEnvelopeTypeCodeType
-
setTenderEnvelopeTypeCode
public void setTenderEnvelopeTypeCode(TenderEnvelopeTypeCodeType value)
Sets the value of the tenderEnvelopeTypeCode property.- Parameters:
value- allowed object isTenderEnvelopeTypeCodeType
-
getProcurementProjectLot
public ProcurementProjectLotType getProcurementProjectLot()
Gets the value of the procurementProjectLot property.- Returns:
- possible object is
ProcurementProjectLotType
-
setProcurementProjectLot
public void setProcurementProjectLot(ProcurementProjectLotType value)
Sets the value of the procurementProjectLot property.- Parameters:
value- allowed object isProcurementProjectLotType
-
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
setmethod 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
-
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
setmethod 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
-
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 isMonetaryTotalType
-
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
setmethod 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
-
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
setmethod 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
-
-