Class TendererPartyQualificationType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.TendererPartyQualificationType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<QualifyingPartyType>additionalQualifyingPartyprotected List<ProcurementProjectLotType>interestedProcurementProjectLotprotected QualifyingPartyTypemainQualifyingParty
-
Constructor Summary
Constructors Constructor Description TendererPartyQualificationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<QualifyingPartyType>getAdditionalQualifyingParty()Gets the value of the additionalQualifyingParty property.List<ProcurementProjectLotType>getInterestedProcurementProjectLot()Gets the value of the interestedProcurementProjectLot property.QualifyingPartyTypegetMainQualifyingParty()Gets the value of the mainQualifyingParty property.voidsetMainQualifyingParty(QualifyingPartyType value)Sets the value of the mainQualifyingParty property.
-
-
-
Field Detail
-
interestedProcurementProjectLot
protected List<ProcurementProjectLotType> interestedProcurementProjectLot
-
mainQualifyingParty
protected QualifyingPartyType mainQualifyingParty
-
additionalQualifyingParty
protected List<QualifyingPartyType> additionalQualifyingParty
-
-
Method Detail
-
getInterestedProcurementProjectLot
public List<ProcurementProjectLotType> getInterestedProcurementProjectLot()
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
setmethod 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
-
getMainQualifyingParty
public QualifyingPartyType getMainQualifyingParty()
Gets the value of the mainQualifyingParty property.- Returns:
- possible object is
QualifyingPartyType
-
setMainQualifyingParty
public void setMainQualifyingParty(QualifyingPartyType value)
Sets the value of the mainQualifyingParty property.- Parameters:
value- allowed object isQualifyingPartyType
-
getAdditionalQualifyingParty
public List<QualifyingPartyType> getAdditionalQualifyingParty()
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
setmethod 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
-
-