Class QualifyingPartyType


  • public class QualifyingPartyType
    extends Object

    Java class for QualifyingPartyType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="QualifyingPartyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ParticipationPercent" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PersonalSituation" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OperatingYearsQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EmployeeQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BusinessClassificationEvidenceID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BusinessIdentityEvidenceID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TendererRoleCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}BusinessClassificationScheme" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TechnicalCapability" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}FinancialCapability" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CompletedTask" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Declaration" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Party" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EconomicOperatorRole" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • QualifyingPartyType

        public QualifyingPartyType()
    • Method Detail

      • getPersonalSituation

        public List<PersonalSituationType> getPersonalSituation()
        Gets the value of the personalSituation 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 personalSituation property.

        For example, to add a new item, do as follows:

            getPersonalSituation().add(newItem);
         

        Objects of the following type(s) are allowed in the list PersonalSituationType

      • getTechnicalCapability

        public List<CapabilityType> getTechnicalCapability()
        Gets the value of the technicalCapability 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 technicalCapability property.

        For example, to add a new item, do as follows:

            getTechnicalCapability().add(newItem);
         

        Objects of the following type(s) are allowed in the list CapabilityType

      • getFinancialCapability

        public List<CapabilityType> getFinancialCapability()
        Gets the value of the financialCapability 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 financialCapability property.

        For example, to add a new item, do as follows:

            getFinancialCapability().add(newItem);
         

        Objects of the following type(s) are allowed in the list CapabilityType

      • getCompletedTask

        public List<CompletedTaskType> getCompletedTask()
        Gets the value of the completedTask 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 completedTask property.

        For example, to add a new item, do as follows:

            getCompletedTask().add(newItem);
         

        Objects of the following type(s) are allowed in the list CompletedTaskType

      • getDeclaration

        public List<DeclarationType> getDeclaration()
        Gets the value of the declaration 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 declaration property.

        For example, to add a new item, do as follows:

            getDeclaration().add(newItem);
         

        Objects of the following type(s) are allowed in the list DeclarationType

      • getParty

        public PartyType getParty()
        Gets the value of the party property.
        Returns:
        possible object is PartyType
      • setParty

        public void setParty​(PartyType value)
        Sets the value of the party property.
        Parameters:
        value - allowed object is PartyType