Class 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>
     
    • Constructor Detail

      • TendererPartyQualificationType

        public TendererPartyQualificationType()
    • 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 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

        Returns:
        The value of the interestedProcurementProjectLot property.
      • setMainQualifyingParty

        public void setMainQualifyingParty​(QualifyingPartyType value)
        Sets the value of the mainQualifyingParty property.
        Parameters:
        value - allowed object is QualifyingPartyType
      • 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 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

        Returns:
        The value of the additionalQualifyingParty property.