public class EvaluationCriterionType 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>Evaluation Criterion. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class defining the required criterion for a tenderer to be elligible in a tendering process. </ccts:Definition>
<ccts:ObjectClass>Evaluation Criterion</ccts:ObjectClass>
</ccts:Component>
Java class for EvaluationCriterionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvaluationCriterionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EvaluationCriterionTypeCode" 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}ThresholdAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ThresholdQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExpressionCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Expression" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DurationPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SuggestedEvidence" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
description |
protected PeriodType |
durationPeriod |
protected EvaluationCriterionTypeCodeType |
evaluationCriterionTypeCode |
protected List<ExpressionType> |
expression |
protected ExpressionCodeType |
expressionCode |
protected List<EvidenceType> |
suggestedEvidence |
protected ThresholdAmountType |
thresholdAmount |
protected ThresholdQuantityType |
thresholdQuantity |
| Constructor and Description |
|---|
EvaluationCriterionType() |
| Modifier and Type | Method and Description |
|---|---|
List<DescriptionType> |
getDescription()
<?
|
PeriodType |
getDurationPeriod()
<?
|
EvaluationCriterionTypeCodeType |
getEvaluationCriterionTypeCode()
<?
|
List<ExpressionType> |
getExpression()
<?
|
ExpressionCodeType |
getExpressionCode()
<?
|
List<EvidenceType> |
getSuggestedEvidence()
<?
|
ThresholdAmountType |
getThresholdAmount()
<?
|
ThresholdQuantityType |
getThresholdQuantity()
<?
|
void |
setDurationPeriod(PeriodType value)
Sets the value of the durationPeriod property.
|
void |
setEvaluationCriterionTypeCode(EvaluationCriterionTypeCodeType value)
Sets the value of the evaluationCriterionTypeCode property.
|
void |
setExpressionCode(ExpressionCodeType value)
Sets the value of the expressionCode property.
|
void |
setThresholdAmount(ThresholdAmountType value)
Sets the value of the thresholdAmount property.
|
void |
setThresholdQuantity(ThresholdQuantityType value)
Sets the value of the thresholdQuantity property.
|
protected EvaluationCriterionTypeCodeType evaluationCriterionTypeCode
protected List<DescriptionType> description
protected ThresholdAmountType thresholdAmount
protected ThresholdQuantityType thresholdQuantity
protected ExpressionCodeType expressionCode
protected List<ExpressionType> expression
protected PeriodType durationPeriod
protected List<EvidenceType> suggestedEvidence
public EvaluationCriterionTypeCodeType getEvaluationCriterionTypeCode()
<?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>Evaluation Criterion. Evaluation Criterion Type Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code that specifies the criterion; it may be financial, technical or organizational.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Evaluation Criterion</ccts:ObjectClass>
<ccts:PropertyTerm>Evaluation Criterion Type Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
EvaluationCriterionTypeCodeTypepublic void setEvaluationCriterionTypeCode(EvaluationCriterionTypeCodeType value)
value - allowed object is
EvaluationCriterionTypeCodeTypepublic 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>Evaluation Criterion. Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>A description of the criterion.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Evaluation 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 ThresholdAmountType getThresholdAmount()
<?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>Evaluation Criterion. Threshold_ Amount. Amount</ccts:DictionaryEntryName>
<ccts:Definition>Estimated monetary amount of the threshold for the criterion.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Evaluation Criterion</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Threshold</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Amount</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
</ccts:Component>
ThresholdAmountTypepublic void setThresholdAmount(ThresholdAmountType value)
value - allowed object is
ThresholdAmountTypepublic ThresholdQuantityType getThresholdQuantity()
<?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>Evaluation Criterion. Threshold_ Quantity. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>Estimated quantity of the threshold for the criterion.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Evaluation Criterion</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Threshold</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
</ccts:Component>
ThresholdQuantityTypepublic void setThresholdQuantity(ThresholdQuantityType value)
value - allowed object is
ThresholdQuantityTypepublic ExpressionCodeType getExpressionCode()
<?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>Evaluation Criterion. Expression Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code identifying the expression that will be used to evaluate the criterion.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Evaluation Criterion</ccts:ObjectClass>
<ccts:PropertyTerm>Expression Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
ExpressionCodeTypepublic void setExpressionCode(ExpressionCodeType value)
value - allowed object is
ExpressionCodeTypepublic List<ExpressionType> getExpression()
<?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>Evaluation Criterion. Expression. Text</ccts:DictionaryEntryName>
<ccts:Definition>The expression that will be used to evaluate the criterion.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Evaluation Criterion</ccts:ObjectClass>
<ccts:PropertyTerm>Expression</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the expression 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 expression property.
For example, to add a new item, do as follows:
getExpression().add(newItem);
Objects of the following type(s) are allowed in the list
ExpressionType
public PeriodType getDurationPeriod()
<?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>Evaluation Criterion. Duration_ Period. Period</ccts:DictionaryEntryName>
<ccts:Definition>Describes the period for which the evaluation criterion is valid.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Evaluation Criterion</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Duration</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
</ccts:Component>
PeriodTypepublic void setDurationPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic List<EvidenceType> getSuggestedEvidence()
<?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>Evaluation Criterion. Suggested_ Evidence. Evidence</ccts:DictionaryEntryName>
<ccts:Definition>Describes any evidences that should be used to satisfy the criterion. </ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Evaluation Criterion</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Suggested</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Evidence</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Evidence</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Evidence</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the suggestedEvidence 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 suggestedEvidence property.
For example, to add a new item, do as follows:
getSuggestedEvidence().add(newItem);
Objects of the following type(s) are allowed in the list
EvidenceType
Copyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.