public class TenderPreparationType extends Object
Java class for TenderPreparationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TenderPreparationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TenderEnvelopeID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TenderEnvelopeTypeCode" minOccurs="0"/>
<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}OpenTenderID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ProcurementProjectLot" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentTenderRequirement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
description |
protected List<TenderRequirementType> |
documentTenderRequirement |
protected OpenTenderIDType |
openTenderID |
protected List<ProcurementProjectLotType> |
procurementProjectLot |
protected TenderEnvelopeIDType |
tenderEnvelopeID |
protected TenderEnvelopeTypeCodeType |
tenderEnvelopeTypeCode |
| Constructor and Description |
|---|
TenderPreparationType() |
| Modifier and Type | Method and Description |
|---|---|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
List<TenderRequirementType> |
getDocumentTenderRequirement()
Gets the value of the documentTenderRequirement property.
|
OpenTenderIDType |
getOpenTenderID()
Gets the value of the openTenderID property.
|
List<ProcurementProjectLotType> |
getProcurementProjectLot()
Gets the value of the procurementProjectLot property.
|
TenderEnvelopeIDType |
getTenderEnvelopeID()
Gets the value of the tenderEnvelopeID property.
|
TenderEnvelopeTypeCodeType |
getTenderEnvelopeTypeCode()
Gets the value of the tenderEnvelopeTypeCode property.
|
void |
setOpenTenderID(OpenTenderIDType value)
Sets the value of the openTenderID property.
|
void |
setTenderEnvelopeID(TenderEnvelopeIDType value)
Sets the value of the tenderEnvelopeID property.
|
void |
setTenderEnvelopeTypeCode(TenderEnvelopeTypeCodeType value)
Sets the value of the tenderEnvelopeTypeCode property.
|
protected TenderEnvelopeIDType tenderEnvelopeID
protected TenderEnvelopeTypeCodeType tenderEnvelopeTypeCode
protected List<DescriptionType> description
protected OpenTenderIDType openTenderID
protected List<ProcurementProjectLotType> procurementProjectLot
protected List<TenderRequirementType> documentTenderRequirement
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 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 OpenTenderIDType getOpenTenderID()
OpenTenderIDTypepublic void setOpenTenderID(OpenTenderIDType value)
value - allowed object is
OpenTenderIDTypepublic List<ProcurementProjectLotType> getProcurementProjectLot()
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 procurementProjectLot property.
For example, to add a new item, do as follows:
getProcurementProjectLot().add(newItem);
Objects of the following type(s) are allowed in the list
ProcurementProjectLotType
public List<TenderRequirementType> getDocumentTenderRequirement()
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 documentTenderRequirement property.
For example, to add a new item, do as follows:
getDocumentTenderRequirement().add(newItem);
Objects of the following type(s) are allowed in the list
TenderRequirementType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.