Class TendererQualificationRequestType


  • public class TendererQualificationRequestType
    extends Object

    Java class for TendererQualificationRequestType complex type.

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

     <complexType name="TendererQualificationRequestType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CompanyLegalFormCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CompanyLegalForm" 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}Description" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RequiredBusinessClassificationScheme" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TechnicalEvaluationCriterion" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}FinancialEvaluationCriterion" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SpecificTendererRequirement" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EconomicOperatorRole" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TendererQualificationRequestType

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

      • getDescription

        public List<DescriptionType> getDescription()
        Gets the value of the description 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 description property.

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

            getDescription().add(newItem);
         

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

      • getRequiredBusinessClassificationScheme

        public List<ClassificationSchemeType> getRequiredBusinessClassificationScheme()
        Gets the value of the requiredBusinessClassificationScheme 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 requiredBusinessClassificationScheme property.

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

            getRequiredBusinessClassificationScheme().add(newItem);
         

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

      • getTechnicalEvaluationCriterion

        public List<EvaluationCriterionType> getTechnicalEvaluationCriterion()
        Gets the value of the technicalEvaluationCriterion 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 technicalEvaluationCriterion property.

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

            getTechnicalEvaluationCriterion().add(newItem);
         

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

      • getFinancialEvaluationCriterion

        public List<EvaluationCriterionType> getFinancialEvaluationCriterion()
        Gets the value of the financialEvaluationCriterion 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 financialEvaluationCriterion property.

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

            getFinancialEvaluationCriterion().add(newItem);
         

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

      • getSpecificTendererRequirement

        public List<TendererRequirementType> getSpecificTendererRequirement()
        Gets the value of the specificTendererRequirement 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 specificTendererRequirement property.

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

            getSpecificTendererRequirement().add(newItem);
         

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

      • getEconomicOperatorRole

        public List<EconomicOperatorRoleType> getEconomicOperatorRole()
        Gets the value of the economicOperatorRole 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 economicOperatorRole property.

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

            getEconomicOperatorRole().add(newItem);
         

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