public class AuctionTermsType 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>Auction Terms. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe the terms to be fulfilled by tenderers if an auction is to be executed before the awarding of a tender.</ccts:Definition>
<ccts:ObjectClass>Auction Terms</ccts:ObjectClass>
</ccts:Component>
Java class for AuctionTermsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuctionTermsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AuctionConstraintIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}JustificationDescription" 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}ProcessDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ConditionsDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ElectronicDeviceDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AuctionURI" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AuctionConstraintIndicatorType |
auctionConstraintIndicator |
protected AuctionURIType |
auctionURI |
protected List<ConditionsDescriptionType> |
conditionsDescription |
protected List<DescriptionType> |
description |
protected List<ElectronicDeviceDescriptionType> |
electronicDeviceDescription |
protected List<JustificationDescriptionType> |
justificationDescription |
protected List<ProcessDescriptionType> |
processDescription |
| Constructor and Description |
|---|
AuctionTermsType() |
| Modifier and Type | Method and Description |
|---|---|
AuctionConstraintIndicatorType |
getAuctionConstraintIndicator()
<?
|
AuctionURIType |
getAuctionURI()
<?
|
List<ConditionsDescriptionType> |
getConditionsDescription()
<?
|
List<DescriptionType> |
getDescription()
<?
|
List<ElectronicDeviceDescriptionType> |
getElectronicDeviceDescription()
<?
|
List<JustificationDescriptionType> |
getJustificationDescription()
<?
|
List<ProcessDescriptionType> |
getProcessDescription()
<?
|
void |
setAuctionConstraintIndicator(AuctionConstraintIndicatorType value)
Sets the value of the auctionConstraintIndicator property.
|
void |
setAuctionURI(AuctionURIType value)
Sets the value of the auctionURI property.
|
protected AuctionConstraintIndicatorType auctionConstraintIndicator
protected List<JustificationDescriptionType> justificationDescription
protected List<DescriptionType> description
protected List<ProcessDescriptionType> processDescription
protected List<ConditionsDescriptionType> conditionsDescription
protected List<ElectronicDeviceDescriptionType> electronicDeviceDescription
protected AuctionURIType auctionURI
public AuctionConstraintIndicatorType getAuctionConstraintIndicator()
<?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>Auction Terms. Auction_ Constraint. Indicator</ccts:DictionaryEntryName>
<ccts:Definition>Indicates whether an electronic auction will be used before the awarding of a contract (true) or not (false).</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Auction Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Auction</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Constraint</ccts:PropertyTerm>
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
<ccts:DataType>Indicator. Type</ccts:DataType>
</ccts:Component>
AuctionConstraintIndicatorTypepublic void setAuctionConstraintIndicator(AuctionConstraintIndicatorType value)
value - allowed object is
AuctionConstraintIndicatorTypepublic List<JustificationDescriptionType> getJustificationDescription()
<?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>Auction Terms. Justification_ Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing a justification for the use of an auction in awarding the tender.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Auction Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Justification</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 justificationDescription 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 justificationDescription property.
For example, to add a new item, do as follows:
getJustificationDescription().add(newItem);
Objects of the following type(s) are allowed in the list
JustificationDescriptionType
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>Auction Terms. Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text for tenderers describing terms governing the auction.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Auction Terms</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 List<ProcessDescriptionType> getProcessDescription()
<?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>Auction Terms. Process_ Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing the auction process.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Auction Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Process</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 processDescription 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 processDescription property.
For example, to add a new item, do as follows:
getProcessDescription().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessDescriptionType
public List<ConditionsDescriptionType> getConditionsDescription()
<?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>Auction Terms. Conditions_ Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing the conditions under which the tenderers will be able to bid as part of the auction.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Auction Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Conditions</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 conditionsDescription 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 conditionsDescription property.
For example, to add a new item, do as follows:
getConditionsDescription().add(newItem);
Objects of the following type(s) are allowed in the list
ConditionsDescriptionType
public List<ElectronicDeviceDescriptionType> getElectronicDeviceDescription()
<?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>Auction Terms. Electronic Device_ Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing an electronic device used for the auction, including associated connectivity specifications.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Auction Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Electronic Device</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 electronicDeviceDescription 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 electronicDeviceDescription property.
For example, to add a new item, do as follows:
getElectronicDeviceDescription().add(newItem);
Objects of the following type(s) are allowed in the list
ElectronicDeviceDescriptionType
public AuctionURIType getAuctionURI()
<?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>Auction Terms. Auction_ URI. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>The Uniform Resource Identifier (URI) of the electronic device used for the auction.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Auction Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Auction</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>URI</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
AuctionURITypepublic void setAuctionURI(AuctionURIType value)
value - allowed object is
AuctionURITypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.