public class ProcurementProjectType extends Object
Java class for ProcurementProjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcurementProjectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name" maxOccurs="unbounded"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProcurementTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProcurementSubTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}QualityControlCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RequiredFeeAmount" 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}RequestedDeliveryDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EstimatedOverallContractQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RequestedTenderTotal" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MainCommodityClassification" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AdditionalCommodityClassification" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RealizedLocation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PlannedPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractExtension" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RequestForTenderLine" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CommodityClassificationType> |
additionalCommodityClassification |
protected ContractExtensionType |
contractExtension |
protected List<DescriptionType> |
description |
protected EstimatedOverallContractQuantityType |
estimatedOverallContractQuantity |
protected List<FeeDescriptionType> |
feeDescription |
protected IDType |
id |
protected CommodityClassificationType |
mainCommodityClassification |
protected List<NameType> |
name |
protected List<NoteType> |
note |
protected PeriodType |
plannedPeriod |
protected ProcurementSubTypeCodeType |
procurementSubTypeCode |
protected ProcurementTypeCodeType |
procurementTypeCode |
protected QualityControlCodeType |
qualityControlCode |
protected List<LocationType> |
realizedLocation |
protected RequestedDeliveryDateType |
requestedDeliveryDate |
protected RequestedTenderTotalType |
requestedTenderTotal |
protected List<RequestForTenderLineType> |
requestForTenderLine |
protected RequiredFeeAmountType |
requiredFeeAmount |
| Constructor and Description |
|---|
ProcurementProjectType() |
| Modifier and Type | Method and Description |
|---|---|
List<CommodityClassificationType> |
getAdditionalCommodityClassification()
Gets the value of the additionalCommodityClassification property.
|
ContractExtensionType |
getContractExtension()
Gets the value of the contractExtension property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
EstimatedOverallContractQuantityType |
getEstimatedOverallContractQuantity()
Gets the value of the estimatedOverallContractQuantity property.
|
List<FeeDescriptionType> |
getFeeDescription()
Gets the value of the feeDescription property.
|
IDType |
getID()
Gets the value of the id property.
|
CommodityClassificationType |
getMainCommodityClassification()
Gets the value of the mainCommodityClassification property.
|
List<NameType> |
getName()
Gets the value of the name property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
PeriodType |
getPlannedPeriod()
Gets the value of the plannedPeriod property.
|
ProcurementSubTypeCodeType |
getProcurementSubTypeCode()
Gets the value of the procurementSubTypeCode property.
|
ProcurementTypeCodeType |
getProcurementTypeCode()
Gets the value of the procurementTypeCode property.
|
QualityControlCodeType |
getQualityControlCode()
Gets the value of the qualityControlCode property.
|
List<LocationType> |
getRealizedLocation()
Gets the value of the realizedLocation property.
|
RequestedDeliveryDateType |
getRequestedDeliveryDate()
Gets the value of the requestedDeliveryDate property.
|
RequestedTenderTotalType |
getRequestedTenderTotal()
Gets the value of the requestedTenderTotal property.
|
List<RequestForTenderLineType> |
getRequestForTenderLine()
Gets the value of the requestForTenderLine property.
|
RequiredFeeAmountType |
getRequiredFeeAmount()
Gets the value of the requiredFeeAmount property.
|
void |
setContractExtension(ContractExtensionType value)
Sets the value of the contractExtension property.
|
void |
setEstimatedOverallContractQuantity(EstimatedOverallContractQuantityType value)
Sets the value of the estimatedOverallContractQuantity property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setMainCommodityClassification(CommodityClassificationType value)
Sets the value of the mainCommodityClassification property.
|
void |
setPlannedPeriod(PeriodType value)
Sets the value of the plannedPeriod property.
|
void |
setProcurementSubTypeCode(ProcurementSubTypeCodeType value)
Sets the value of the procurementSubTypeCode property.
|
void |
setProcurementTypeCode(ProcurementTypeCodeType value)
Sets the value of the procurementTypeCode property.
|
void |
setQualityControlCode(QualityControlCodeType value)
Sets the value of the qualityControlCode property.
|
void |
setRequestedDeliveryDate(RequestedDeliveryDateType value)
Sets the value of the requestedDeliveryDate property.
|
void |
setRequestedTenderTotal(RequestedTenderTotalType value)
Sets the value of the requestedTenderTotal property.
|
void |
setRequiredFeeAmount(RequiredFeeAmountType value)
Sets the value of the requiredFeeAmount property.
|
protected IDType id
protected List<DescriptionType> description
protected ProcurementTypeCodeType procurementTypeCode
protected ProcurementSubTypeCodeType procurementSubTypeCode
protected QualityControlCodeType qualityControlCode
protected RequiredFeeAmountType requiredFeeAmount
protected List<FeeDescriptionType> feeDescription
protected RequestedDeliveryDateType requestedDeliveryDate
protected EstimatedOverallContractQuantityType estimatedOverallContractQuantity
protected RequestedTenderTotalType requestedTenderTotal
protected CommodityClassificationType mainCommodityClassification
protected List<CommodityClassificationType> additionalCommodityClassification
protected List<LocationType> realizedLocation
protected PeriodType plannedPeriod
protected ContractExtensionType contractExtension
protected List<RequestForTenderLineType> requestForTenderLine
public void setID(IDType value)
value - allowed object is
IDTypepublic List<NameType> getName()
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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
public List<DescriptionType> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public ProcurementTypeCodeType getProcurementTypeCode()
ProcurementTypeCodeTypepublic void setProcurementTypeCode(ProcurementTypeCodeType value)
value - allowed object is
ProcurementTypeCodeTypepublic ProcurementSubTypeCodeType getProcurementSubTypeCode()
ProcurementSubTypeCodeTypepublic void setProcurementSubTypeCode(ProcurementSubTypeCodeType value)
value - allowed object is
ProcurementSubTypeCodeTypepublic QualityControlCodeType getQualityControlCode()
QualityControlCodeTypepublic void setQualityControlCode(QualityControlCodeType value)
value - allowed object is
QualityControlCodeTypepublic RequiredFeeAmountType getRequiredFeeAmount()
RequiredFeeAmountTypepublic void setRequiredFeeAmount(RequiredFeeAmountType value)
value - allowed object is
RequiredFeeAmountTypepublic 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 RequestedDeliveryDateType getRequestedDeliveryDate()
RequestedDeliveryDateTypepublic void setRequestedDeliveryDate(RequestedDeliveryDateType value)
value - allowed object is
RequestedDeliveryDateTypepublic EstimatedOverallContractQuantityType getEstimatedOverallContractQuantity()
EstimatedOverallContractQuantityTypepublic void setEstimatedOverallContractQuantity(EstimatedOverallContractQuantityType value)
value - allowed object is
EstimatedOverallContractQuantityTypepublic List<NoteType> getNote()
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 note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
NoteType
public RequestedTenderTotalType getRequestedTenderTotal()
RequestedTenderTotalTypepublic void setRequestedTenderTotal(RequestedTenderTotalType value)
value - allowed object is
RequestedTenderTotalTypepublic CommodityClassificationType getMainCommodityClassification()
CommodityClassificationTypepublic void setMainCommodityClassification(CommodityClassificationType value)
value - allowed object is
CommodityClassificationTypepublic List<CommodityClassificationType> getAdditionalCommodityClassification()
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 additionalCommodityClassification property.
For example, to add a new item, do as follows:
getAdditionalCommodityClassification().add(newItem);
Objects of the following type(s) are allowed in the list
CommodityClassificationType
public List<LocationType> getRealizedLocation()
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 realizedLocation property.
For example, to add a new item, do as follows:
getRealizedLocation().add(newItem);
Objects of the following type(s) are allowed in the list
LocationType
public PeriodType getPlannedPeriod()
PeriodTypepublic void setPlannedPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic ContractExtensionType getContractExtension()
ContractExtensionTypepublic void setContractExtension(ContractExtensionType value)
value - allowed object is
ContractExtensionTypepublic List<RequestForTenderLineType> getRequestForTenderLine()
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 requestForTenderLine property.
For example, to add a new item, do as follows:
getRequestForTenderLine().add(newItem);
Objects of the following type(s) are allowed in the list
RequestForTenderLineType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.