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>
| Modifier and Type | Field and Description |
|---|---|
protected BusinessClassificationEvidenceIDType |
businessClassificationEvidenceID |
protected ClassificationSchemeType |
businessClassificationScheme |
protected BusinessIdentityEvidenceIDType |
businessIdentityEvidenceID |
protected List<CompletedTaskType> |
completedTask |
protected List<DeclarationType> |
declaration |
protected EconomicOperatorRoleType |
economicOperatorRole |
protected EmployeeQuantityType |
employeeQuantity |
protected List<CapabilityType> |
financialCapability |
protected OperatingYearsQuantityType |
operatingYearsQuantity |
protected ParticipationPercentType |
participationPercent |
protected PartyType |
party |
protected List<PersonalSituationType> |
personalSituation |
protected List<CapabilityType> |
technicalCapability |
protected TendererRoleCodeType |
tendererRoleCode |
| Constructor and Description |
|---|
QualifyingPartyType() |
| Modifier and Type | Method and Description |
|---|---|
BusinessClassificationEvidenceIDType |
getBusinessClassificationEvidenceID()
Gets the value of the businessClassificationEvidenceID property.
|
ClassificationSchemeType |
getBusinessClassificationScheme()
Gets the value of the businessClassificationScheme property.
|
BusinessIdentityEvidenceIDType |
getBusinessIdentityEvidenceID()
Gets the value of the businessIdentityEvidenceID property.
|
List<CompletedTaskType> |
getCompletedTask()
Gets the value of the completedTask property.
|
List<DeclarationType> |
getDeclaration()
Gets the value of the declaration property.
|
EconomicOperatorRoleType |
getEconomicOperatorRole()
Gets the value of the economicOperatorRole property.
|
EmployeeQuantityType |
getEmployeeQuantity()
Gets the value of the employeeQuantity property.
|
List<CapabilityType> |
getFinancialCapability()
Gets the value of the financialCapability property.
|
OperatingYearsQuantityType |
getOperatingYearsQuantity()
Gets the value of the operatingYearsQuantity property.
|
ParticipationPercentType |
getParticipationPercent()
Gets the value of the participationPercent property.
|
PartyType |
getParty()
Gets the value of the party property.
|
List<PersonalSituationType> |
getPersonalSituation()
Gets the value of the personalSituation property.
|
List<CapabilityType> |
getTechnicalCapability()
Gets the value of the technicalCapability property.
|
TendererRoleCodeType |
getTendererRoleCode()
Gets the value of the tendererRoleCode property.
|
void |
setBusinessClassificationEvidenceID(BusinessClassificationEvidenceIDType value)
Sets the value of the businessClassificationEvidenceID property.
|
void |
setBusinessClassificationScheme(ClassificationSchemeType value)
Sets the value of the businessClassificationScheme property.
|
void |
setBusinessIdentityEvidenceID(BusinessIdentityEvidenceIDType value)
Sets the value of the businessIdentityEvidenceID property.
|
void |
setEconomicOperatorRole(EconomicOperatorRoleType value)
Sets the value of the economicOperatorRole property.
|
void |
setEmployeeQuantity(EmployeeQuantityType value)
Sets the value of the employeeQuantity property.
|
void |
setOperatingYearsQuantity(OperatingYearsQuantityType value)
Sets the value of the operatingYearsQuantity property.
|
void |
setParticipationPercent(ParticipationPercentType value)
Sets the value of the participationPercent property.
|
void |
setParty(PartyType value)
Sets the value of the party property.
|
void |
setTendererRoleCode(TendererRoleCodeType value)
Sets the value of the tendererRoleCode property.
|
protected ParticipationPercentType participationPercent
protected List<PersonalSituationType> personalSituation
protected OperatingYearsQuantityType operatingYearsQuantity
protected EmployeeQuantityType employeeQuantity
protected BusinessClassificationEvidenceIDType businessClassificationEvidenceID
protected BusinessIdentityEvidenceIDType businessIdentityEvidenceID
protected TendererRoleCodeType tendererRoleCode
protected ClassificationSchemeType businessClassificationScheme
protected List<CapabilityType> technicalCapability
protected List<CapabilityType> financialCapability
protected List<CompletedTaskType> completedTask
protected List<DeclarationType> declaration
protected PartyType party
protected EconomicOperatorRoleType economicOperatorRole
public ParticipationPercentType getParticipationPercent()
ParticipationPercentTypepublic void setParticipationPercent(ParticipationPercentType value)
value - allowed object is
ParticipationPercentTypepublic 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 BusinessClassificationEvidenceIDType getBusinessClassificationEvidenceID()
BusinessClassificationEvidenceIDTypepublic void setBusinessClassificationEvidenceID(BusinessClassificationEvidenceIDType value)
value - allowed object is
BusinessClassificationEvidenceIDTypepublic BusinessIdentityEvidenceIDType getBusinessIdentityEvidenceID()
BusinessIdentityEvidenceIDTypepublic void setBusinessIdentityEvidenceID(BusinessIdentityEvidenceIDType value)
value - allowed object is
BusinessIdentityEvidenceIDTypepublic TendererRoleCodeType getTendererRoleCode()
TendererRoleCodeTypepublic void setTendererRoleCode(TendererRoleCodeType value)
value - allowed object is
TendererRoleCodeTypepublic ClassificationSchemeType getBusinessClassificationScheme()
ClassificationSchemeTypepublic void setBusinessClassificationScheme(ClassificationSchemeType value)
value - allowed object is
ClassificationSchemeTypepublic List<CapabilityType> getTechnicalCapability()
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
public List<CapabilityType> getFinancialCapability()
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
public List<CompletedTaskType> getCompletedTask()
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
public List<DeclarationType> getDeclaration()
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
public PartyType getParty()
PartyTypepublic void setParty(PartyType value)
value - allowed object is
PartyTypepublic EconomicOperatorRoleType getEconomicOperatorRole()
EconomicOperatorRoleTypepublic void setEconomicOperatorRole(EconomicOperatorRoleType value)
value - allowed object is
EconomicOperatorRoleTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.