public class TendererPartyQualificationType extends Object
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()
Gets the value of the additionalQualifyingParty property.
|
List<ProcurementProjectLotType> |
getInterestedProcurementProjectLot()
Gets the value of the interestedProcurementProjectLot property.
|
QualifyingPartyType |
getMainQualifyingParty()
Gets the value of the mainQualifyingParty property.
|
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()
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()
QualifyingPartyTypepublic void setMainQualifyingParty(QualifyingPartyType value)
value - allowed object is
QualifyingPartyTypepublic List<QualifyingPartyType> getAdditionalQualifyingParty()
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 © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.