Class AwardingTermsType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.AwardingTermsType
-
public class AwardingTermsType extends Object
Java class for AwardingTermsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AwardingTermsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}WeightingAlgorithmCode" 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}TechnicalCommitteeDescription" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LowTendersDescription" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PrizeIndicator" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PrizeDescription" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentDescription" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FollowupContractIndicator" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BindingOnBuyerIndicator" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AwardingCriterion" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TechnicalCommitteePerson" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AwardingCriterionType>awardingCriterionprotected BindingOnBuyerIndicatorTypebindingOnBuyerIndicatorprotected List<DescriptionType>descriptionprotected FollowupContractIndicatorTypefollowupContractIndicatorprotected List<LowTendersDescriptionType>lowTendersDescriptionprotected List<PaymentDescriptionType>paymentDescriptionprotected List<PrizeDescriptionType>prizeDescriptionprotected PrizeIndicatorTypeprizeIndicatorprotected List<TechnicalCommitteeDescriptionType>technicalCommitteeDescriptionprotected List<PersonType>technicalCommitteePersonprotected WeightingAlgorithmCodeTypeweightingAlgorithmCode
-
Constructor Summary
Constructors Constructor Description AwardingTermsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AwardingCriterionType>getAwardingCriterion()Gets the value of the awardingCriterion property.BindingOnBuyerIndicatorTypegetBindingOnBuyerIndicator()Gets the value of the bindingOnBuyerIndicator property.List<DescriptionType>getDescription()Gets the value of the description property.FollowupContractIndicatorTypegetFollowupContractIndicator()Gets the value of the followupContractIndicator property.List<LowTendersDescriptionType>getLowTendersDescription()Gets the value of the lowTendersDescription property.List<PaymentDescriptionType>getPaymentDescription()Gets the value of the paymentDescription property.List<PrizeDescriptionType>getPrizeDescription()Gets the value of the prizeDescription property.PrizeIndicatorTypegetPrizeIndicator()Gets the value of the prizeIndicator property.List<TechnicalCommitteeDescriptionType>getTechnicalCommitteeDescription()Gets the value of the technicalCommitteeDescription property.List<PersonType>getTechnicalCommitteePerson()Gets the value of the technicalCommitteePerson property.WeightingAlgorithmCodeTypegetWeightingAlgorithmCode()Gets the value of the weightingAlgorithmCode property.voidsetBindingOnBuyerIndicator(BindingOnBuyerIndicatorType value)Sets the value of the bindingOnBuyerIndicator property.voidsetFollowupContractIndicator(FollowupContractIndicatorType value)Sets the value of the followupContractIndicator property.voidsetPrizeIndicator(PrizeIndicatorType value)Sets the value of the prizeIndicator property.voidsetWeightingAlgorithmCode(WeightingAlgorithmCodeType value)Sets the value of the weightingAlgorithmCode property.
-
-
-
Field Detail
-
weightingAlgorithmCode
protected WeightingAlgorithmCodeType weightingAlgorithmCode
-
description
protected List<DescriptionType> description
-
technicalCommitteeDescription
protected List<TechnicalCommitteeDescriptionType> technicalCommitteeDescription
-
lowTendersDescription
protected List<LowTendersDescriptionType> lowTendersDescription
-
prizeIndicator
protected PrizeIndicatorType prizeIndicator
-
prizeDescription
protected List<PrizeDescriptionType> prizeDescription
-
paymentDescription
protected List<PaymentDescriptionType> paymentDescription
-
followupContractIndicator
protected FollowupContractIndicatorType followupContractIndicator
-
bindingOnBuyerIndicator
protected BindingOnBuyerIndicatorType bindingOnBuyerIndicator
-
awardingCriterion
protected List<AwardingCriterionType> awardingCriterion
-
technicalCommitteePerson
protected List<PersonType> technicalCommitteePerson
-
-
Method Detail
-
getWeightingAlgorithmCode
public WeightingAlgorithmCodeType getWeightingAlgorithmCode()
Gets the value of the weightingAlgorithmCode property.- Returns:
- possible object is
WeightingAlgorithmCodeType
-
setWeightingAlgorithmCode
public void setWeightingAlgorithmCode(WeightingAlgorithmCodeType value)
Sets the value of the weightingAlgorithmCode property.- Parameters:
value- allowed object isWeightingAlgorithmCodeType
-
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
-
getTechnicalCommitteeDescription
public List<TechnicalCommitteeDescriptionType> getTechnicalCommitteeDescription()
Gets the value of the technicalCommitteeDescription 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 technicalCommitteeDescription property.For example, to add a new item, do as follows:
getTechnicalCommitteeDescription().add(newItem);Objects of the following type(s) are allowed in the list
TechnicalCommitteeDescriptionType
-
getLowTendersDescription
public List<LowTendersDescriptionType> getLowTendersDescription()
Gets the value of the lowTendersDescription 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 lowTendersDescription property.For example, to add a new item, do as follows:
getLowTendersDescription().add(newItem);Objects of the following type(s) are allowed in the list
LowTendersDescriptionType
-
getPrizeIndicator
public PrizeIndicatorType getPrizeIndicator()
Gets the value of the prizeIndicator property.- Returns:
- possible object is
PrizeIndicatorType
-
setPrizeIndicator
public void setPrizeIndicator(PrizeIndicatorType value)
Sets the value of the prizeIndicator property.- Parameters:
value- allowed object isPrizeIndicatorType
-
getPrizeDescription
public List<PrizeDescriptionType> getPrizeDescription()
Gets the value of the prizeDescription 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 prizeDescription property.For example, to add a new item, do as follows:
getPrizeDescription().add(newItem);Objects of the following type(s) are allowed in the list
PrizeDescriptionType
-
getPaymentDescription
public List<PaymentDescriptionType> getPaymentDescription()
Gets the value of the paymentDescription 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 paymentDescription property.For example, to add a new item, do as follows:
getPaymentDescription().add(newItem);Objects of the following type(s) are allowed in the list
PaymentDescriptionType
-
getFollowupContractIndicator
public FollowupContractIndicatorType getFollowupContractIndicator()
Gets the value of the followupContractIndicator property.- Returns:
- possible object is
FollowupContractIndicatorType
-
setFollowupContractIndicator
public void setFollowupContractIndicator(FollowupContractIndicatorType value)
Sets the value of the followupContractIndicator property.- Parameters:
value- allowed object isFollowupContractIndicatorType
-
getBindingOnBuyerIndicator
public BindingOnBuyerIndicatorType getBindingOnBuyerIndicator()
Gets the value of the bindingOnBuyerIndicator property.- Returns:
- possible object is
BindingOnBuyerIndicatorType
-
setBindingOnBuyerIndicator
public void setBindingOnBuyerIndicator(BindingOnBuyerIndicatorType value)
Sets the value of the bindingOnBuyerIndicator property.- Parameters:
value- allowed object isBindingOnBuyerIndicatorType
-
getAwardingCriterion
public List<AwardingCriterionType> getAwardingCriterion()
Gets the value of the awardingCriterion 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 awardingCriterion property.For example, to add a new item, do as follows:
getAwardingCriterion().add(newItem);Objects of the following type(s) are allowed in the list
AwardingCriterionType
-
getTechnicalCommitteePerson
public List<PersonType> getTechnicalCommitteePerson()
Gets the value of the technicalCommitteePerson 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 technicalCommitteePerson property.For example, to add a new item, do as follows:
getTechnicalCommitteePerson().add(newItem);Objects of the following type(s) are allowed in the list
PersonType
-
-