public class AwardingCriterionType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Awarding Criterion. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to define a criterion from the contracting party that will be taken into account when awarding a contract. An awarding criterion can be objective, when it can be evaluated following a formula, or subjective, when human analysis is required.</ccts:Definition>
<ccts:ObjectClass>Awarding Criterion</ccts:ObjectClass>
</ccts:Component>
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() |
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 IDType getID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Awarding Criterion. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>Identifies a specific awarding criterion.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion</ccts:ObjectClass>
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
IDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic AwardingCriterionTypeCodeType getAwardingCriterionTypeCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Awarding Criterion. Awarding Criterion Type Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code used to define this awarding criterion. </ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion</ccts:ObjectClass>
<ccts:PropertyTerm>Awarding Criterion Type Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
AwardingCriterionTypeCodeTypepublic void setAwardingCriterionTypeCode(AwardingCriterionTypeCodeType value)
value - allowed object is
AwardingCriterionTypeCodeTypepublic List<DescriptionType> getDescription()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Awarding Criterion. Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>A description of the awarding criterion.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion</ccts:ObjectClass>
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
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 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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Awarding Criterion. Weight Numeric. Numeric</ccts:DictionaryEntryName>
<ccts:Definition>A number defining the comparative weighting assigned to this awarding criterion, to enable formulaic evaluation.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion</ccts:ObjectClass>
<ccts:PropertyTerm>Weight Numeric</ccts:PropertyTerm>
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
<ccts:DataType>Numeric. Type</ccts:DataType>
</ccts:Component>
WeightNumericTypepublic void setWeightNumeric(WeightNumericType value)
value - allowed object is
WeightNumericTypepublic List<WeightType> getWeight()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Awarding Criterion. Weight. Text</ccts:DictionaryEntryName>
<ccts:Definition>A description of the comparative weighting for this awarding criterion.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion</ccts:ObjectClass>
<ccts:PropertyTerm>Weight</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
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 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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Awarding Criterion. Calculation Expression. Text</ccts:DictionaryEntryName>
<ccts:Definition>The mathematical expression that will be used to evaluate this criterion.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion</ccts:ObjectClass>
<ccts:PropertyTerm>Calculation Expression</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
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 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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Awarding Criterion. Calculation Expression Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code identifying the mathematical expression that will be used to evaluate this criterion.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion</ccts:ObjectClass>
<ccts:PropertyTerm>Calculation Expression Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
CalculationExpressionCodeTypepublic void setCalculationExpressionCode(CalculationExpressionCodeType value)
value - allowed object is
CalculationExpressionCodeTypepublic MinimumQuantityType getMinimumQuantity()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Awarding Criterion. Minimum_ Quantity. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The minimum quantity for an awarding criterion.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Minimum</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
</ccts:Component>
MinimumQuantityTypepublic void setMinimumQuantity(MinimumQuantityType value)
value - allowed object is
MinimumQuantityTypepublic MaximumQuantityType getMaximumQuantity()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Awarding Criterion. Maximum_ Quantity. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The maximum quantity for an awarding criterion.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Maximum</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
</ccts:Component>
MaximumQuantityTypepublic void setMaximumQuantity(MaximumQuantityType value)
value - allowed object is
MaximumQuantityTypepublic MinimumAmountType getMinimumAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Awarding Criterion. Minimum_ Amount. Amount</ccts:DictionaryEntryName>
<ccts:Definition>The minimum monetary amount for an awarding criterion.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Minimum</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Amount</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
</ccts:Component>
MinimumAmountTypepublic void setMinimumAmount(MinimumAmountType value)
value - allowed object is
MinimumAmountTypepublic MaximumAmountType getMaximumAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Awarding Criterion. Maximum_ Amount. Amount</ccts:DictionaryEntryName>
<ccts:Definition>The maximum monetary amount for an awarding criterion.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Maximum</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Amount</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
</ccts:Component>
MaximumAmountTypepublic void setMaximumAmount(MaximumAmountType value)
value - allowed object is
MaximumAmountTypepublic List<MinimumImprovementBidType> getMinimumImprovementBid()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Awarding Criterion. Minimum Improvement Bid. Text</ccts:DictionaryEntryName>
<ccts:Definition>Describes the minimum improvement bid for this awarding criterion when used in an auction.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion</ccts:ObjectClass>
<ccts:PropertyTerm>Minimum Improvement Bid</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
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 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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Awarding Criterion. Subordinate_ Awarding Criterion. Awarding Criterion</ccts:DictionaryEntryName>
<ccts:Definition>Defines any subsidiary awarding criterion.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Subordinate</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Awarding Criterion</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Awarding Criterion</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Awarding Criterion</ccts:RepresentationTerm>
</ccts:Component>
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 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 © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.