public class TendererPartyQualificationType 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>Tenderer Party Qualification. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe the qualifications of a tenderer party.</ccts:Definition>
<ccts:ObjectClass>Tenderer Party Qualification</ccts:ObjectClass>
</ccts:Component>
Java class for TendererPartyQualificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TendererPartyQualificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}InterestedProcurementProjectLot" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MainQualifyingParty"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AdditionalQualifyingParty" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<QualifyingPartyType> |
additionalQualifyingParty |
protected List<ProcurementProjectLotType> |
interestedProcurementProjectLot |
protected QualifyingPartyType |
mainQualifyingParty |
| Constructor and Description |
|---|
TendererPartyQualificationType() |
| Modifier and Type | Method and Description |
|---|---|
List<QualifyingPartyType> |
getAdditionalQualifyingParty()
<?
|
List<ProcurementProjectLotType> |
getInterestedProcurementProjectLot()
<?
|
QualifyingPartyType |
getMainQualifyingParty()
<?
|
void |
setMainQualifyingParty(QualifyingPartyType value)
Sets the value of the mainQualifyingParty property.
|
protected List<ProcurementProjectLotType> interestedProcurementProjectLot
protected QualifyingPartyType mainQualifyingParty
protected List<QualifyingPartyType> additionalQualifyingParty
public List<ProcurementProjectLotType> getInterestedProcurementProjectLot()
<?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>Tenderer Party Qualification. Interested_ Procurement Project Lot. Procurement Project Lot</ccts:DictionaryEntryName>
<ccts:Definition>The procurement project lot the party is interested in.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Tenderer Party Qualification</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Interested</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Procurement Project Lot</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Procurement Project Lot</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Procurement Project Lot</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the interestedProcurementProjectLot 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 interestedProcurementProjectLot property.
For example, to add a new item, do as follows:
getInterestedProcurementProjectLot().add(newItem);
Objects of the following type(s) are allowed in the list
ProcurementProjectLotType
public QualifyingPartyType getMainQualifyingParty()
<?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>Tenderer Party Qualification. Main_ Qualifying Party. Qualifying Party</ccts:DictionaryEntryName>
<ccts:Definition>The qualifications of the main tenderer party.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Tenderer Party Qualification</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Main</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Qualifying Party</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Qualifying Party</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Qualifying Party</ccts:RepresentationTerm>
</ccts:Component>
QualifyingPartyTypepublic void setMainQualifyingParty(QualifyingPartyType value)
value - allowed object is
QualifyingPartyTypepublic List<QualifyingPartyType> getAdditionalQualifyingParty()
<?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>Tenderer Party Qualification. Additional_ Qualifying Party. Qualifying Party</ccts:DictionaryEntryName>
<ccts:Definition>The qualifications of a tenderer party other than the main tenderer party when bidding as a consortium.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Tenderer Party Qualification</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Qualifying Party</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Qualifying Party</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Qualifying Party</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the additionalQualifyingParty 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 additionalQualifyingParty property.
For example, to add a new item, do as follows:
getAdditionalQualifyingParty().add(newItem);
Objects of the following type(s) are allowed in the list
QualifyingPartyType
Copyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.