Class TenderResultType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.TenderResultType
-
public class TenderResultType extends Object
Java class for TenderResultType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="TenderResultType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TenderResultCode" 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}AdvertisementAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AwardDate"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AwardTime" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReceivedTenderQuantity" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LowerTenderAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}HigherTenderAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}StartDate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReceivedElectronicTenderQuantity" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReceivedForeignTenderQuantity" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Contract" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AwardedTenderedProject" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractFormalizationPeriod" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SubcontractTerms" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}WinningParty" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AdvertisementAmountTypeadvertisementAmountprotected AwardDateTypeawardDateprotected TenderedProjectTypeawardedTenderedProjectprotected AwardTimeTypeawardTimeprotected ContractTypecontractprotected PeriodTypecontractFormalizationPeriodprotected List<DescriptionType>descriptionprotected HigherTenderAmountTypehigherTenderAmountprotected LowerTenderAmountTypelowerTenderAmountprotected ReceivedElectronicTenderQuantityTypereceivedElectronicTenderQuantityprotected ReceivedForeignTenderQuantityTypereceivedForeignTenderQuantityprotected ReceivedTenderQuantityTypereceivedTenderQuantityprotected StartDateTypestartDateprotected List<SubcontractTermsType>subcontractTermsprotected TenderResultCodeTypetenderResultCodeprotected List<WinningPartyType>winningParty
-
Constructor Summary
Constructors Constructor Description TenderResultType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdvertisementAmountTypegetAdvertisementAmount()Gets the value of the advertisementAmount property.AwardDateTypegetAwardDate()Gets the value of the awardDate property.TenderedProjectTypegetAwardedTenderedProject()Gets the value of the awardedTenderedProject property.AwardTimeTypegetAwardTime()Gets the value of the awardTime property.ContractTypegetContract()Gets the value of the contract property.PeriodTypegetContractFormalizationPeriod()Gets the value of the contractFormalizationPeriod property.List<DescriptionType>getDescription()Gets the value of the description property.HigherTenderAmountTypegetHigherTenderAmount()Gets the value of the higherTenderAmount property.LowerTenderAmountTypegetLowerTenderAmount()Gets the value of the lowerTenderAmount property.ReceivedElectronicTenderQuantityTypegetReceivedElectronicTenderQuantity()Gets the value of the receivedElectronicTenderQuantity property.ReceivedForeignTenderQuantityTypegetReceivedForeignTenderQuantity()Gets the value of the receivedForeignTenderQuantity property.ReceivedTenderQuantityTypegetReceivedTenderQuantity()Gets the value of the receivedTenderQuantity property.StartDateTypegetStartDate()Gets the value of the startDate property.List<SubcontractTermsType>getSubcontractTerms()Gets the value of the subcontractTerms property.TenderResultCodeTypegetTenderResultCode()Gets the value of the tenderResultCode property.List<WinningPartyType>getWinningParty()Gets the value of the winningParty property.voidsetAdvertisementAmount(AdvertisementAmountType value)Sets the value of the advertisementAmount property.voidsetAwardDate(AwardDateType value)Sets the value of the awardDate property.voidsetAwardedTenderedProject(TenderedProjectType value)Sets the value of the awardedTenderedProject property.voidsetAwardTime(AwardTimeType value)Sets the value of the awardTime property.voidsetContract(ContractType value)Sets the value of the contract property.voidsetContractFormalizationPeriod(PeriodType value)Sets the value of the contractFormalizationPeriod property.voidsetHigherTenderAmount(HigherTenderAmountType value)Sets the value of the higherTenderAmount property.voidsetLowerTenderAmount(LowerTenderAmountType value)Sets the value of the lowerTenderAmount property.voidsetReceivedElectronicTenderQuantity(ReceivedElectronicTenderQuantityType value)Sets the value of the receivedElectronicTenderQuantity property.voidsetReceivedForeignTenderQuantity(ReceivedForeignTenderQuantityType value)Sets the value of the receivedForeignTenderQuantity property.voidsetReceivedTenderQuantity(ReceivedTenderQuantityType value)Sets the value of the receivedTenderQuantity property.voidsetStartDate(StartDateType value)Sets the value of the startDate property.voidsetTenderResultCode(TenderResultCodeType value)Sets the value of the tenderResultCode property.
-
-
-
Field Detail
-
tenderResultCode
protected TenderResultCodeType tenderResultCode
-
description
protected List<DescriptionType> description
-
advertisementAmount
protected AdvertisementAmountType advertisementAmount
-
awardDate
protected AwardDateType awardDate
-
awardTime
protected AwardTimeType awardTime
-
receivedTenderQuantity
protected ReceivedTenderQuantityType receivedTenderQuantity
-
lowerTenderAmount
protected LowerTenderAmountType lowerTenderAmount
-
higherTenderAmount
protected HigherTenderAmountType higherTenderAmount
-
startDate
protected StartDateType startDate
-
receivedElectronicTenderQuantity
protected ReceivedElectronicTenderQuantityType receivedElectronicTenderQuantity
-
receivedForeignTenderQuantity
protected ReceivedForeignTenderQuantityType receivedForeignTenderQuantity
-
contract
protected ContractType contract
-
awardedTenderedProject
protected TenderedProjectType awardedTenderedProject
-
contractFormalizationPeriod
protected PeriodType contractFormalizationPeriod
-
subcontractTerms
protected List<SubcontractTermsType> subcontractTerms
-
winningParty
protected List<WinningPartyType> winningParty
-
-
Method Detail
-
getTenderResultCode
public TenderResultCodeType getTenderResultCode()
Gets the value of the tenderResultCode property.- Returns:
- possible object is
TenderResultCodeType
-
setTenderResultCode
public void setTenderResultCode(TenderResultCodeType value)
Sets the value of the tenderResultCode property.- Parameters:
value- allowed object isTenderResultCodeType
-
getDescription
public List<DescriptionType> getDescription()
Gets the value of the description 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 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- Returns:
- The value of the description property.
-
getAdvertisementAmount
public AdvertisementAmountType getAdvertisementAmount()
Gets the value of the advertisementAmount property.- Returns:
- possible object is
AdvertisementAmountType
-
setAdvertisementAmount
public void setAdvertisementAmount(AdvertisementAmountType value)
Sets the value of the advertisementAmount property.- Parameters:
value- allowed object isAdvertisementAmountType
-
getAwardDate
public AwardDateType getAwardDate()
Gets the value of the awardDate property.- Returns:
- possible object is
AwardDateType
-
setAwardDate
public void setAwardDate(AwardDateType value)
Sets the value of the awardDate property.- Parameters:
value- allowed object isAwardDateType
-
getAwardTime
public AwardTimeType getAwardTime()
Gets the value of the awardTime property.- Returns:
- possible object is
AwardTimeType
-
setAwardTime
public void setAwardTime(AwardTimeType value)
Sets the value of the awardTime property.- Parameters:
value- allowed object isAwardTimeType
-
getReceivedTenderQuantity
public ReceivedTenderQuantityType getReceivedTenderQuantity()
Gets the value of the receivedTenderQuantity property.- Returns:
- possible object is
ReceivedTenderQuantityType
-
setReceivedTenderQuantity
public void setReceivedTenderQuantity(ReceivedTenderQuantityType value)
Sets the value of the receivedTenderQuantity property.- Parameters:
value- allowed object isReceivedTenderQuantityType
-
getLowerTenderAmount
public LowerTenderAmountType getLowerTenderAmount()
Gets the value of the lowerTenderAmount property.- Returns:
- possible object is
LowerTenderAmountType
-
setLowerTenderAmount
public void setLowerTenderAmount(LowerTenderAmountType value)
Sets the value of the lowerTenderAmount property.- Parameters:
value- allowed object isLowerTenderAmountType
-
getHigherTenderAmount
public HigherTenderAmountType getHigherTenderAmount()
Gets the value of the higherTenderAmount property.- Returns:
- possible object is
HigherTenderAmountType
-
setHigherTenderAmount
public void setHigherTenderAmount(HigherTenderAmountType value)
Sets the value of the higherTenderAmount property.- Parameters:
value- allowed object isHigherTenderAmountType
-
getStartDate
public StartDateType getStartDate()
Gets the value of the startDate property.- Returns:
- possible object is
StartDateType
-
setStartDate
public void setStartDate(StartDateType value)
Sets the value of the startDate property.- Parameters:
value- allowed object isStartDateType
-
getReceivedElectronicTenderQuantity
public ReceivedElectronicTenderQuantityType getReceivedElectronicTenderQuantity()
Gets the value of the receivedElectronicTenderQuantity property.- Returns:
- possible object is
ReceivedElectronicTenderQuantityType
-
setReceivedElectronicTenderQuantity
public void setReceivedElectronicTenderQuantity(ReceivedElectronicTenderQuantityType value)
Sets the value of the receivedElectronicTenderQuantity property.- Parameters:
value- allowed object isReceivedElectronicTenderQuantityType
-
getReceivedForeignTenderQuantity
public ReceivedForeignTenderQuantityType getReceivedForeignTenderQuantity()
Gets the value of the receivedForeignTenderQuantity property.- Returns:
- possible object is
ReceivedForeignTenderQuantityType
-
setReceivedForeignTenderQuantity
public void setReceivedForeignTenderQuantity(ReceivedForeignTenderQuantityType value)
Sets the value of the receivedForeignTenderQuantity property.- Parameters:
value- allowed object isReceivedForeignTenderQuantityType
-
getContract
public ContractType getContract()
Gets the value of the contract property.- Returns:
- possible object is
ContractType
-
setContract
public void setContract(ContractType value)
Sets the value of the contract property.- Parameters:
value- allowed object isContractType
-
getAwardedTenderedProject
public TenderedProjectType getAwardedTenderedProject()
Gets the value of the awardedTenderedProject property.- Returns:
- possible object is
TenderedProjectType
-
setAwardedTenderedProject
public void setAwardedTenderedProject(TenderedProjectType value)
Sets the value of the awardedTenderedProject property.- Parameters:
value- allowed object isTenderedProjectType
-
getContractFormalizationPeriod
public PeriodType getContractFormalizationPeriod()
Gets the value of the contractFormalizationPeriod property.- Returns:
- possible object is
PeriodType
-
setContractFormalizationPeriod
public void setContractFormalizationPeriod(PeriodType value)
Sets the value of the contractFormalizationPeriod property.- Parameters:
value- allowed object isPeriodType
-
getSubcontractTerms
public List<SubcontractTermsType> getSubcontractTerms()
Gets the value of the subcontractTerms 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 subcontractTerms property.For example, to add a new item, do as follows:
getSubcontractTerms().add(newItem);
Objects of the following type(s) are allowed in the list
SubcontractTermsType- Returns:
- The value of the subcontractTerms property.
-
getWinningParty
public List<WinningPartyType> getWinningParty()
Gets the value of the winningParty 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 winningParty property.For example, to add a new item, do as follows:
getWinningParty().add(newItem);
Objects of the following type(s) are allowed in the list
WinningPartyType- Returns:
- The value of the winningParty property.
-
-