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>
| Modifier and Type | Field and Description |
|---|---|
protected CompanyLegalFormType |
companyLegalForm |
protected CompanyLegalFormCodeType |
companyLegalFormCode |
protected List<DescriptionType> |
description |
protected List<EconomicOperatorRoleType> |
economicOperatorRole |
protected EmployeeQuantityType |
employeeQuantity |
protected List<EvaluationCriterionType> |
financialEvaluationCriterion |
protected OperatingYearsQuantityType |
operatingYearsQuantity |
protected List<PersonalSituationType> |
personalSituation |
protected List<ClassificationSchemeType> |
requiredBusinessClassificationScheme |
protected List<TendererRequirementType> |
specificTendererRequirement |
protected List<EvaluationCriterionType> |
technicalEvaluationCriterion |
| Constructor and Description |
|---|
TendererQualificationRequestType() |
| Modifier and Type | Method and Description |
|---|---|
CompanyLegalFormType |
getCompanyLegalForm()
Gets the value of the companyLegalForm property.
|
CompanyLegalFormCodeType |
getCompanyLegalFormCode()
Gets the value of the companyLegalFormCode property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
List<EconomicOperatorRoleType> |
getEconomicOperatorRole()
Gets the value of the economicOperatorRole property.
|
EmployeeQuantityType |
getEmployeeQuantity()
Gets the value of the employeeQuantity property.
|
List<EvaluationCriterionType> |
getFinancialEvaluationCriterion()
Gets the value of the financialEvaluationCriterion property.
|
OperatingYearsQuantityType |
getOperatingYearsQuantity()
Gets the value of the operatingYearsQuantity property.
|
List<PersonalSituationType> |
getPersonalSituation()
Gets the value of the personalSituation property.
|
List<ClassificationSchemeType> |
getRequiredBusinessClassificationScheme()
Gets the value of the requiredBusinessClassificationScheme property.
|
List<TendererRequirementType> |
getSpecificTendererRequirement()
Gets the value of the specificTendererRequirement property.
|
List<EvaluationCriterionType> |
getTechnicalEvaluationCriterion()
Gets the value of the technicalEvaluationCriterion property.
|
void |
setCompanyLegalForm(CompanyLegalFormType value)
Sets the value of the companyLegalForm property.
|
void |
setCompanyLegalFormCode(CompanyLegalFormCodeType value)
Sets the value of the companyLegalFormCode property.
|
void |
setEmployeeQuantity(EmployeeQuantityType value)
Sets the value of the employeeQuantity property.
|
void |
setOperatingYearsQuantity(OperatingYearsQuantityType value)
Sets the value of the operatingYearsQuantity property.
|
protected CompanyLegalFormCodeType companyLegalFormCode
protected CompanyLegalFormType companyLegalForm
protected List<PersonalSituationType> personalSituation
protected OperatingYearsQuantityType operatingYearsQuantity
protected EmployeeQuantityType employeeQuantity
protected List<DescriptionType> description
protected List<ClassificationSchemeType> requiredBusinessClassificationScheme
protected List<EvaluationCriterionType> technicalEvaluationCriterion
protected List<EvaluationCriterionType> financialEvaluationCriterion
protected List<TendererRequirementType> specificTendererRequirement
protected List<EconomicOperatorRoleType> economicOperatorRole
public CompanyLegalFormCodeType getCompanyLegalFormCode()
CompanyLegalFormCodeTypepublic void setCompanyLegalFormCode(CompanyLegalFormCodeType value)
value - allowed object is
CompanyLegalFormCodeTypepublic CompanyLegalFormType getCompanyLegalForm()
CompanyLegalFormTypepublic void setCompanyLegalForm(CompanyLegalFormType value)
value - allowed object is
CompanyLegalFormTypepublic List<PersonalSituationType> getPersonalSituation()
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
public OperatingYearsQuantityType getOperatingYearsQuantity()
OperatingYearsQuantityTypepublic void setOperatingYearsQuantity(OperatingYearsQuantityType value)
value - allowed object is
OperatingYearsQuantityTypepublic EmployeeQuantityType getEmployeeQuantity()
EmployeeQuantityTypepublic void setEmployeeQuantity(EmployeeQuantityType value)
value - allowed object is
EmployeeQuantityTypepublic List<DescriptionType> getDescription()
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
public List<ClassificationSchemeType> getRequiredBusinessClassificationScheme()
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
public List<EvaluationCriterionType> getTechnicalEvaluationCriterion()
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
public List<EvaluationCriterionType> getFinancialEvaluationCriterion()
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
public List<TendererRequirementType> getSpecificTendererRequirement()
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
public List<EconomicOperatorRoleType> getEconomicOperatorRole()
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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.