public class AwardingCriterionResponseType 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 Response. Details</ccts:DictionaryEntryName>
<ccts:Definition>Defines the response for an awarding criterion from the tendering party.</ccts:Definition>
<ccts:ObjectClass>Awarding Criterion Response</ccts:ObjectClass>
</ccts:Component>
Java class for AwardingCriterionResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AwardingCriterionResponseType">
<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}AwardingCriterionID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AwardingCriterionDescription" maxOccurs="unbounded" 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}Quantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Amount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SubordinateAwardingCriterionResponse" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AmountType |
amount |
protected List<AwardingCriterionDescriptionType> |
awardingCriterionDescription |
protected AwardingCriterionIDType |
awardingCriterionID |
protected List<DescriptionType> |
description |
protected IDType |
id |
protected QuantityType |
quantity |
protected List<AwardingCriterionResponseType> |
subordinateAwardingCriterionResponse |
| Constructor and Description |
|---|
AwardingCriterionResponseType() |
| Modifier and Type | Method and Description |
|---|---|
AmountType |
getAmount()
<?
|
List<AwardingCriterionDescriptionType> |
getAwardingCriterionDescription()
<?
|
AwardingCriterionIDType |
getAwardingCriterionID()
<?
|
List<DescriptionType> |
getDescription()
<?
|
IDType |
getID()
<?
|
QuantityType |
getQuantity()
<?
|
List<AwardingCriterionResponseType> |
getSubordinateAwardingCriterionResponse()
<?
|
void |
setAmount(AmountType value)
Sets the value of the amount property.
|
void |
setAwardingCriterionID(AwardingCriterionIDType value)
Sets the value of the awardingCriterionID property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
protected IDType id
protected AwardingCriterionIDType awardingCriterionID
protected List<AwardingCriterionDescriptionType> awardingCriterionDescription
protected List<DescriptionType> description
protected QuantityType quantity
protected AmountType amount
protected List<AwardingCriterionResponseType> subordinateAwardingCriterionResponse
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 Response. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identification of this awarding criterion response.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion Response</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 AwardingCriterionIDType getAwardingCriterionID()
<?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 Response. Awarding Criterion Identifier. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifer of the awarding criterion being referred to.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion Response</ccts:ObjectClass>
<ccts:PropertyTerm>Awarding Criterion Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
AwardingCriterionIDTypepublic void setAwardingCriterionID(AwardingCriterionIDType value)
value - allowed object is
AwardingCriterionIDTypepublic List<AwardingCriterionDescriptionType> getAwardingCriterionDescription()
<?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 Response. Awarding Criterion_ Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>Describes the awarding criterion.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion Response</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Awarding Criterion</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the awardingCriterionDescription 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 awardingCriterionDescription property.
For example, to add a new item, do as follows:
getAwardingCriterionDescription().add(newItem);
Objects of the following type(s) are allowed in the list
AwardingCriterionDescriptionType
public 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 Response. Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>Describes the awarding criterion response.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion Response</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 QuantityType getQuantity()
<?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 Response. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>Specifies the quantity tendered for this awarding criterion.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion Response</ccts:ObjectClass>
<ccts:PropertyTerm>Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
</ccts:Component>
QuantityTypepublic void setQuantity(QuantityType value)
value - allowed object is
QuantityTypepublic AmountType getAmount()
<?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 Response. Amount</ccts:DictionaryEntryName>
<ccts:Definition>Specifies the monetary amount tendered for this awarding criterion.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion Response</ccts:ObjectClass>
<ccts:PropertyTerm>Amount</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
</ccts:Component>
AmountTypepublic void setAmount(AmountType value)
value - allowed object is
AmountTypepublic List<AwardingCriterionResponseType> getSubordinateAwardingCriterionResponse()
<?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 Response. Subordinate_ Awarding Criterion Response. Awarding Criterion Response</ccts:DictionaryEntryName>
<ccts:Definition>Defines responses to any subsidiary awarding criterion.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Awarding Criterion Response</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Subordinate</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Awarding Criterion Response</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Awarding Criterion Response</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Awarding Criterion Response</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the subordinateAwardingCriterionResponse 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 subordinateAwardingCriterionResponse property.
For example, to add a new item, do as follows:
getSubordinateAwardingCriterionResponse().add(newItem);
Objects of the following type(s) are allowed in the list
AwardingCriterionResponseType
Copyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.