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>
| Modifier and Type | Field and Description |
|---|---|
protected List<AwardingCriterionType> |
awardingCriterion |
protected BindingOnBuyerIndicatorType |
bindingOnBuyerIndicator |
protected List<DescriptionType> |
description |
protected FollowupContractIndicatorType |
followupContractIndicator |
protected List<LowTendersDescriptionType> |
lowTendersDescription |
protected List<PaymentDescriptionType> |
paymentDescription |
protected List<PrizeDescriptionType> |
prizeDescription |
protected PrizeIndicatorType |
prizeIndicator |
protected List<TechnicalCommitteeDescriptionType> |
technicalCommitteeDescription |
protected List<PersonType> |
technicalCommitteePerson |
protected WeightingAlgorithmCodeType |
weightingAlgorithmCode |
| Constructor and Description |
|---|
AwardingTermsType() |
| Modifier and Type | Method and Description |
|---|---|
List<AwardingCriterionType> |
getAwardingCriterion()
Gets the value of the awardingCriterion property.
|
BindingOnBuyerIndicatorType |
getBindingOnBuyerIndicator()
Gets the value of the bindingOnBuyerIndicator property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
FollowupContractIndicatorType |
getFollowupContractIndicator()
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.
|
PrizeIndicatorType |
getPrizeIndicator()
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.
|
WeightingAlgorithmCodeType |
getWeightingAlgorithmCode()
Gets the value of the weightingAlgorithmCode property.
|
void |
setBindingOnBuyerIndicator(BindingOnBuyerIndicatorType value)
Sets the value of the bindingOnBuyerIndicator property.
|
void |
setFollowupContractIndicator(FollowupContractIndicatorType value)
Sets the value of the followupContractIndicator property.
|
void |
setPrizeIndicator(PrizeIndicatorType value)
Sets the value of the prizeIndicator property.
|
void |
setWeightingAlgorithmCode(WeightingAlgorithmCodeType value)
Sets the value of the weightingAlgorithmCode property.
|
protected WeightingAlgorithmCodeType weightingAlgorithmCode
protected List<DescriptionType> description
protected List<TechnicalCommitteeDescriptionType> technicalCommitteeDescription
protected List<LowTendersDescriptionType> lowTendersDescription
protected PrizeIndicatorType prizeIndicator
protected List<PrizeDescriptionType> prizeDescription
protected List<PaymentDescriptionType> paymentDescription
protected FollowupContractIndicatorType followupContractIndicator
protected BindingOnBuyerIndicatorType bindingOnBuyerIndicator
protected List<AwardingCriterionType> awardingCriterion
protected List<PersonType> technicalCommitteePerson
public WeightingAlgorithmCodeType getWeightingAlgorithmCode()
WeightingAlgorithmCodeTypepublic void setWeightingAlgorithmCode(WeightingAlgorithmCodeType value)
value - allowed object is
WeightingAlgorithmCodeTypepublic 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 List<TechnicalCommitteeDescriptionType> getTechnicalCommitteeDescription()
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 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
public List<LowTendersDescriptionType> getLowTendersDescription()
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 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
public PrizeIndicatorType getPrizeIndicator()
PrizeIndicatorTypepublic void setPrizeIndicator(PrizeIndicatorType value)
value - allowed object is
PrizeIndicatorTypepublic List<PrizeDescriptionType> getPrizeDescription()
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 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
public List<PaymentDescriptionType> getPaymentDescription()
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 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
public FollowupContractIndicatorType getFollowupContractIndicator()
FollowupContractIndicatorTypepublic void setFollowupContractIndicator(FollowupContractIndicatorType value)
value - allowed object is
FollowupContractIndicatorTypepublic BindingOnBuyerIndicatorType getBindingOnBuyerIndicator()
BindingOnBuyerIndicatorTypepublic void setBindingOnBuyerIndicator(BindingOnBuyerIndicatorType value)
value - allowed object is
BindingOnBuyerIndicatorTypepublic List<AwardingCriterionType> getAwardingCriterion()
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 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
public List<PersonType> getTechnicalCommitteePerson()
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 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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.