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>
| Modifier and Type | Field and Description |
|---|---|
protected List<AwardingCriterionResponseType> |
awardingCriterionResponse |
protected List<DocumentReferenceType> |
evidenceDocumentReference |
protected FeeAmountType |
feeAmount |
protected List<FeeDescriptionType> |
feeDescription |
protected MonetaryTotalType |
legalMonetaryTotal |
protected ProcurementProjectLotType |
procurementProjectLot |
protected List<TaxTotalType> |
taxTotal |
protected TenderEnvelopeIDType |
tenderEnvelopeID |
protected TenderEnvelopeTypeCodeType |
tenderEnvelopeTypeCode |
protected List<TenderLineType> |
tenderLine |
protected VariantIDType |
variantID |
| Constructor and Description |
|---|
TenderedProjectType() |
| Modifier and Type | Method and Description |
|---|---|
List<AwardingCriterionResponseType> |
getAwardingCriterionResponse()
Gets the value of the awardingCriterionResponse property.
|
List<DocumentReferenceType> |
getEvidenceDocumentReference()
Gets the value of the evidenceDocumentReference property.
|
FeeAmountType |
getFeeAmount()
Gets the value of the feeAmount property.
|
List<FeeDescriptionType> |
getFeeDescription()
Gets the value of the feeDescription property.
|
MonetaryTotalType |
getLegalMonetaryTotal()
Gets the value of the legalMonetaryTotal property.
|
ProcurementProjectLotType |
getProcurementProjectLot()
Gets the value of the procurementProjectLot property.
|
List<TaxTotalType> |
getTaxTotal()
Gets the value of the taxTotal property.
|
TenderEnvelopeIDType |
getTenderEnvelopeID()
Gets the value of the tenderEnvelopeID property.
|
TenderEnvelopeTypeCodeType |
getTenderEnvelopeTypeCode()
Gets the value of the tenderEnvelopeTypeCode property.
|
List<TenderLineType> |
getTenderLine()
Gets the value of the tenderLine property.
|
VariantIDType |
getVariantID()
Gets the value of the variantID property.
|
void |
setFeeAmount(FeeAmountType value)
Sets the value of the feeAmount property.
|
void |
setLegalMonetaryTotal(MonetaryTotalType value)
Sets the value of the legalMonetaryTotal property.
|
void |
setProcurementProjectLot(ProcurementProjectLotType value)
Sets the value of the procurementProjectLot property.
|
void |
setTenderEnvelopeID(TenderEnvelopeIDType value)
Sets the value of the tenderEnvelopeID property.
|
void |
setTenderEnvelopeTypeCode(TenderEnvelopeTypeCodeType value)
Sets the value of the tenderEnvelopeTypeCode property.
|
void |
setVariantID(VariantIDType value)
Sets the value of the variantID property.
|
protected VariantIDType variantID
protected FeeAmountType feeAmount
protected List<FeeDescriptionType> feeDescription
protected TenderEnvelopeIDType tenderEnvelopeID
protected TenderEnvelopeTypeCodeType tenderEnvelopeTypeCode
protected ProcurementProjectLotType procurementProjectLot
protected List<DocumentReferenceType> evidenceDocumentReference
protected List<TaxTotalType> taxTotal
protected MonetaryTotalType legalMonetaryTotal
protected List<TenderLineType> tenderLine
protected List<AwardingCriterionResponseType> awardingCriterionResponse
public VariantIDType getVariantID()
VariantIDTypepublic void setVariantID(VariantIDType value)
value - allowed object is
VariantIDTypepublic FeeAmountType getFeeAmount()
FeeAmountTypepublic void setFeeAmount(FeeAmountType value)
value - allowed object is
FeeAmountTypepublic List<FeeDescriptionType> getFeeDescription()
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
public TenderEnvelopeIDType getTenderEnvelopeID()
TenderEnvelopeIDTypepublic void setTenderEnvelopeID(TenderEnvelopeIDType value)
value - allowed object is
TenderEnvelopeIDTypepublic TenderEnvelopeTypeCodeType getTenderEnvelopeTypeCode()
TenderEnvelopeTypeCodeTypepublic void setTenderEnvelopeTypeCode(TenderEnvelopeTypeCodeType value)
value - allowed object is
TenderEnvelopeTypeCodeTypepublic ProcurementProjectLotType getProcurementProjectLot()
ProcurementProjectLotTypepublic void setProcurementProjectLot(ProcurementProjectLotType value)
value - allowed object is
ProcurementProjectLotTypepublic List<DocumentReferenceType> getEvidenceDocumentReference()
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 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
public List<TaxTotalType> getTaxTotal()
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 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
public MonetaryTotalType getLegalMonetaryTotal()
MonetaryTotalTypepublic void setLegalMonetaryTotal(MonetaryTotalType value)
value - allowed object is
MonetaryTotalTypepublic List<TenderLineType> getTenderLine()
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 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
public List<AwardingCriterionResponseType> getAwardingCriterionResponse()
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 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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.