public class TenderedProjectType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tendered Project. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe a tendered project or project lot.</ccts:Definition>
<ccts:ObjectClass>Tendered Project</ccts:ObjectClass>
</ccts:Component>
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() |
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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tendered Project. Variant. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for this variant of a tendered project.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Tendered Project</ccts:ObjectClass>
<ccts:PropertyTerm>Variant</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
VariantIDTypepublic void setVariantID(VariantIDType value)
value - allowed object is
VariantIDTypepublic FeeAmountType getFeeAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tendered Project. Fee. Amount</ccts:DictionaryEntryName>
<ccts:Definition>The fee amount for tendered projects.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Tendered Project</ccts:ObjectClass>
<ccts:PropertyTerm>Fee</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
</ccts:Component>
FeeAmountTypepublic void setFeeAmount(FeeAmountType value)
value - allowed object is
FeeAmountTypepublic List<FeeDescriptionType> getFeeDescription()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tendered Project. Fee_ Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing the fee amount for tendered projects.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Tendered Project</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Fee</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
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
public TenderEnvelopeIDType getTenderEnvelopeID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tendered Project. Tender Envelope Identifier. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for the tender envelope this tendered project belongs to.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Tendered Project</ccts:ObjectClass>
<ccts:PropertyTerm>Tender Envelope Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
TenderEnvelopeIDTypepublic void setTenderEnvelopeID(TenderEnvelopeIDType value)
value - allowed object is
TenderEnvelopeIDTypepublic TenderEnvelopeTypeCodeType getTenderEnvelopeTypeCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tendered Project. Tender Envelope Type Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the type of tender envelope this tendered project belongs to.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Tendered Project</ccts:ObjectClass>
<ccts:PropertyTerm>Tender Envelope Type Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
TenderEnvelopeTypeCodeTypepublic void setTenderEnvelopeTypeCode(TenderEnvelopeTypeCodeType value)
value - allowed object is
TenderEnvelopeTypeCodeTypepublic ProcurementProjectLotType getProcurementProjectLot()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tendered Project. Procurement Project Lot</ccts:DictionaryEntryName>
<ccts:Definition>The procurement project lot to which this Tender Line refers to. If there are no lots, this should not be defined.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Tendered Project</ccts:ObjectClass>
<ccts:PropertyTerm>Procurement Project Lot</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Procurement Project Lot</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Procurement Project Lot</ccts:RepresentationTerm>
</ccts:Component>
ProcurementProjectLotTypepublic void setProcurementProjectLot(ProcurementProjectLotType value)
value - allowed object is
ProcurementProjectLotTypepublic List<DocumentReferenceType> getEvidenceDocumentReference()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tendered Project. Evidence_ Document Reference. Document Reference</ccts:DictionaryEntryName>
<ccts:Definition>A reference to a non-structured evidentiary document supporting this tendered project.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Tendered Project</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Evidence</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
</ccts:Component>
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 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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tendered Project. Tax Total</ccts:DictionaryEntryName>
<ccts:Definition>A total amount of taxes of a particular kind applicable to the monetary total for this tendered project.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Tendered Project</ccts:ObjectClass>
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Tax Total</ccts:RepresentationTerm>
</ccts:Component>
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 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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tendered Project. Legal_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
<ccts:Definition>The total amount for this tendered project.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Tendered Project</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Legal</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Monetary Total</ccts:RepresentationTerm>
</ccts:Component>
MonetaryTotalTypepublic void setLegalMonetaryTotal(MonetaryTotalType value)
value - allowed object is
MonetaryTotalTypepublic List<TenderLineType> getTenderLine()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tendered Project. Tender Line</ccts:DictionaryEntryName>
<ccts:Definition>A line in the tender for this tendered project.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Tendered Project</ccts:ObjectClass>
<ccts:PropertyTerm>Tender Line</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Tender Line</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Tender Line</ccts:RepresentationTerm>
</ccts:Component>
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 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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Tendered Project. Awarding Criterion Response</ccts:DictionaryEntryName>
<ccts:Definition>An association to an Awarding Criterion Response.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Tendered Project</ccts:ObjectClass>
<ccts:PropertyTerm>Awarding Criterion Response</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Awarding Criterion Response</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Awarding Criterion Response</ccts:RepresentationTerm>
</ccts:Component>
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 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 © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.