public class AwardingCriterionType extends Object
Java class for AwardingCriterionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AwardingCriterionType">
<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}AwardingCriterionTypeCode" 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}WeightNumeric" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Weight" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CalculationExpression" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CalculationExpressionCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumImprovementBid" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SubordinateAwardingCriterion" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AwardingCriterionTypeCodeType |
awardingCriterionTypeCode |
protected List<CalculationExpressionType> |
calculationExpression |
protected CalculationExpressionCodeType |
calculationExpressionCode |
protected List<DescriptionType> |
description |
protected IDType |
id |
protected MaximumAmountType |
maximumAmount |
protected MaximumQuantityType |
maximumQuantity |
protected MinimumAmountType |
minimumAmount |
protected List<MinimumImprovementBidType> |
minimumImprovementBid |
protected MinimumQuantityType |
minimumQuantity |
protected List<AwardingCriterionType> |
subordinateAwardingCriterion |
protected List<WeightType> |
weight |
protected WeightNumericType |
weightNumeric |
| Constructor and Description |
|---|
AwardingCriterionType() |
| Modifier and Type | Method and Description |
|---|---|
AwardingCriterionTypeCodeType |
getAwardingCriterionTypeCode()
Gets the value of the awardingCriterionTypeCode property.
|
List<CalculationExpressionType> |
getCalculationExpression()
Gets the value of the calculationExpression property.
|
CalculationExpressionCodeType |
getCalculationExpressionCode()
Gets the value of the calculationExpressionCode property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
IDType |
getID()
Gets the value of the id property.
|
MaximumAmountType |
getMaximumAmount()
Gets the value of the maximumAmount property.
|
MaximumQuantityType |
getMaximumQuantity()
Gets the value of the maximumQuantity property.
|
MinimumAmountType |
getMinimumAmount()
Gets the value of the minimumAmount property.
|
List<MinimumImprovementBidType> |
getMinimumImprovementBid()
Gets the value of the minimumImprovementBid property.
|
MinimumQuantityType |
getMinimumQuantity()
Gets the value of the minimumQuantity property.
|
List<AwardingCriterionType> |
getSubordinateAwardingCriterion()
Gets the value of the subordinateAwardingCriterion property.
|
List<WeightType> |
getWeight()
Gets the value of the weight property.
|
WeightNumericType |
getWeightNumeric()
Gets the value of the weightNumeric property.
|
void |
setAwardingCriterionTypeCode(AwardingCriterionTypeCodeType value)
Sets the value of the awardingCriterionTypeCode property.
|
void |
setCalculationExpressionCode(CalculationExpressionCodeType value)
Sets the value of the calculationExpressionCode property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setMaximumAmount(MaximumAmountType value)
Sets the value of the maximumAmount property.
|
void |
setMaximumQuantity(MaximumQuantityType value)
Sets the value of the maximumQuantity property.
|
void |
setMinimumAmount(MinimumAmountType value)
Sets the value of the minimumAmount property.
|
void |
setMinimumQuantity(MinimumQuantityType value)
Sets the value of the minimumQuantity property.
|
void |
setWeightNumeric(WeightNumericType value)
Sets the value of the weightNumeric property.
|
protected IDType id
protected AwardingCriterionTypeCodeType awardingCriterionTypeCode
protected List<DescriptionType> description
protected WeightNumericType weightNumeric
protected List<WeightType> weight
protected List<CalculationExpressionType> calculationExpression
protected CalculationExpressionCodeType calculationExpressionCode
protected MinimumQuantityType minimumQuantity
protected MaximumQuantityType maximumQuantity
protected MinimumAmountType minimumAmount
protected MaximumAmountType maximumAmount
protected List<MinimumImprovementBidType> minimumImprovementBid
protected List<AwardingCriterionType> subordinateAwardingCriterion
public void setID(IDType value)
value - allowed object is
IDTypepublic AwardingCriterionTypeCodeType getAwardingCriterionTypeCode()
AwardingCriterionTypeCodeTypepublic void setAwardingCriterionTypeCode(AwardingCriterionTypeCodeType value)
value - allowed object is
AwardingCriterionTypeCodeTypepublic 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 WeightNumericType getWeightNumeric()
WeightNumericTypepublic void setWeightNumeric(WeightNumericType value)
value - allowed object is
WeightNumericTypepublic List<WeightType> getWeight()
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 weight property.
For example, to add a new item, do as follows:
getWeight().add(newItem);
Objects of the following type(s) are allowed in the list
WeightType
public List<CalculationExpressionType> getCalculationExpression()
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 calculationExpression property.
For example, to add a new item, do as follows:
getCalculationExpression().add(newItem);
Objects of the following type(s) are allowed in the list
CalculationExpressionType
public CalculationExpressionCodeType getCalculationExpressionCode()
CalculationExpressionCodeTypepublic void setCalculationExpressionCode(CalculationExpressionCodeType value)
value - allowed object is
CalculationExpressionCodeTypepublic MinimumQuantityType getMinimumQuantity()
MinimumQuantityTypepublic void setMinimumQuantity(MinimumQuantityType value)
value - allowed object is
MinimumQuantityTypepublic MaximumQuantityType getMaximumQuantity()
MaximumQuantityTypepublic void setMaximumQuantity(MaximumQuantityType value)
value - allowed object is
MaximumQuantityTypepublic MinimumAmountType getMinimumAmount()
MinimumAmountTypepublic void setMinimumAmount(MinimumAmountType value)
value - allowed object is
MinimumAmountTypepublic MaximumAmountType getMaximumAmount()
MaximumAmountTypepublic void setMaximumAmount(MaximumAmountType value)
value - allowed object is
MaximumAmountTypepublic List<MinimumImprovementBidType> getMinimumImprovementBid()
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 minimumImprovementBid property.
For example, to add a new item, do as follows:
getMinimumImprovementBid().add(newItem);
Objects of the following type(s) are allowed in the list
MinimumImprovementBidType
public List<AwardingCriterionType> getSubordinateAwardingCriterion()
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 subordinateAwardingCriterion property.
For example, to add a new item, do as follows:
getSubordinateAwardingCriterion().add(newItem);
Objects of the following type(s) are allowed in the list
AwardingCriterionType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.