Class AwardingCriterionType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.AwardingCriterionType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AwardingCriterionTypeCodeTypeawardingCriterionTypeCodeprotected List<CalculationExpressionType>calculationExpressionprotected CalculationExpressionCodeTypecalculationExpressionCodeprotected List<DescriptionType>descriptionprotected IDTypeidprotected MaximumAmountTypemaximumAmountprotected MaximumQuantityTypemaximumQuantityprotected MinimumAmountTypeminimumAmountprotected List<MinimumImprovementBidType>minimumImprovementBidprotected MinimumQuantityTypeminimumQuantityprotected List<AwardingCriterionType>subordinateAwardingCriterionprotected List<WeightType>weightprotected WeightNumericTypeweightNumeric
-
Constructor Summary
Constructors Constructor Description AwardingCriterionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwardingCriterionTypeCodeTypegetAwardingCriterionTypeCode()Gets the value of the awardingCriterionTypeCode property.List<CalculationExpressionType>getCalculationExpression()Gets the value of the calculationExpression property.CalculationExpressionCodeTypegetCalculationExpressionCode()Gets the value of the calculationExpressionCode property.List<DescriptionType>getDescription()Gets the value of the description property.IDTypegetID()Gets the value of the id property.MaximumAmountTypegetMaximumAmount()Gets the value of the maximumAmount property.MaximumQuantityTypegetMaximumQuantity()Gets the value of the maximumQuantity property.MinimumAmountTypegetMinimumAmount()Gets the value of the minimumAmount property.List<MinimumImprovementBidType>getMinimumImprovementBid()Gets the value of the minimumImprovementBid property.MinimumQuantityTypegetMinimumQuantity()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.WeightNumericTypegetWeightNumeric()Gets the value of the weightNumeric property.voidsetAwardingCriterionTypeCode(AwardingCriterionTypeCodeType value)Sets the value of the awardingCriterionTypeCode property.voidsetCalculationExpressionCode(CalculationExpressionCodeType value)Sets the value of the calculationExpressionCode property.voidsetID(IDType value)Sets the value of the id property.voidsetMaximumAmount(MaximumAmountType value)Sets the value of the maximumAmount property.voidsetMaximumQuantity(MaximumQuantityType value)Sets the value of the maximumQuantity property.voidsetMinimumAmount(MinimumAmountType value)Sets the value of the minimumAmount property.voidsetMinimumQuantity(MinimumQuantityType value)Sets the value of the minimumQuantity property.voidsetWeightNumeric(WeightNumericType value)Sets the value of the weightNumeric property.
-
-
-
Field Detail
-
id
protected IDType id
-
awardingCriterionTypeCode
protected AwardingCriterionTypeCodeType awardingCriterionTypeCode
-
description
protected List<DescriptionType> description
-
weightNumeric
protected WeightNumericType weightNumeric
-
weight
protected List<WeightType> weight
-
calculationExpression
protected List<CalculationExpressionType> calculationExpression
-
calculationExpressionCode
protected CalculationExpressionCodeType calculationExpressionCode
-
minimumQuantity
protected MinimumQuantityType minimumQuantity
-
maximumQuantity
protected MaximumQuantityType maximumQuantity
-
minimumAmount
protected MinimumAmountType minimumAmount
-
maximumAmount
protected MaximumAmountType maximumAmount
-
minimumImprovementBid
protected List<MinimumImprovementBidType> minimumImprovementBid
-
subordinateAwardingCriterion
protected List<AwardingCriterionType> subordinateAwardingCriterion
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getAwardingCriterionTypeCode
public AwardingCriterionTypeCodeType getAwardingCriterionTypeCode()
Gets the value of the awardingCriterionTypeCode property.- Returns:
- possible object is
AwardingCriterionTypeCodeType
-
setAwardingCriterionTypeCode
public void setAwardingCriterionTypeCode(AwardingCriterionTypeCodeType value)
Sets the value of the awardingCriterionTypeCode property.- Parameters:
value- allowed object isAwardingCriterionTypeCodeType
-
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.
-
getWeightNumeric
public WeightNumericType getWeightNumeric()
Gets the value of the weightNumeric property.- Returns:
- possible object is
WeightNumericType
-
setWeightNumeric
public void setWeightNumeric(WeightNumericType value)
Sets the value of the weightNumeric property.- Parameters:
value- allowed object isWeightNumericType
-
getWeight
public List<WeightType> getWeight()
Gets the value of the weight 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 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- Returns:
- The value of the weight property.
-
getCalculationExpression
public List<CalculationExpressionType> getCalculationExpression()
Gets the value of the calculationExpression 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 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- Returns:
- The value of the calculationExpression property.
-
getCalculationExpressionCode
public CalculationExpressionCodeType getCalculationExpressionCode()
Gets the value of the calculationExpressionCode property.- Returns:
- possible object is
CalculationExpressionCodeType
-
setCalculationExpressionCode
public void setCalculationExpressionCode(CalculationExpressionCodeType value)
Sets the value of the calculationExpressionCode property.- Parameters:
value- allowed object isCalculationExpressionCodeType
-
getMinimumQuantity
public MinimumQuantityType getMinimumQuantity()
Gets the value of the minimumQuantity property.- Returns:
- possible object is
MinimumQuantityType
-
setMinimumQuantity
public void setMinimumQuantity(MinimumQuantityType value)
Sets the value of the minimumQuantity property.- Parameters:
value- allowed object isMinimumQuantityType
-
getMaximumQuantity
public MaximumQuantityType getMaximumQuantity()
Gets the value of the maximumQuantity property.- Returns:
- possible object is
MaximumQuantityType
-
setMaximumQuantity
public void setMaximumQuantity(MaximumQuantityType value)
Sets the value of the maximumQuantity property.- Parameters:
value- allowed object isMaximumQuantityType
-
getMinimumAmount
public MinimumAmountType getMinimumAmount()
Gets the value of the minimumAmount property.- Returns:
- possible object is
MinimumAmountType
-
setMinimumAmount
public void setMinimumAmount(MinimumAmountType value)
Sets the value of the minimumAmount property.- Parameters:
value- allowed object isMinimumAmountType
-
getMaximumAmount
public MaximumAmountType getMaximumAmount()
Gets the value of the maximumAmount property.- Returns:
- possible object is
MaximumAmountType
-
setMaximumAmount
public void setMaximumAmount(MaximumAmountType value)
Sets the value of the maximumAmount property.- Parameters:
value- allowed object isMaximumAmountType
-
getMinimumImprovementBid
public List<MinimumImprovementBidType> getMinimumImprovementBid()
Gets the value of the minimumImprovementBid 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 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- Returns:
- The value of the minimumImprovementBid property.
-
getSubordinateAwardingCriterion
public List<AwardingCriterionType> getSubordinateAwardingCriterion()
Gets the value of the subordinateAwardingCriterion 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 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- Returns:
- The value of the subordinateAwardingCriterion property.
-
-