Class QualifyingPartyType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BusinessClassificationEvidenceIDTypebusinessClassificationEvidenceIDprotected ClassificationSchemeTypebusinessClassificationSchemeprotected BusinessIdentityEvidenceIDTypebusinessIdentityEvidenceIDprotected List<CompletedTaskType>completedTaskprotected List<DeclarationType>declarationprotected EconomicOperatorRoleTypeeconomicOperatorRoleprotected EmployeeQuantityTypeemployeeQuantityprotected List<CapabilityType>financialCapabilityprotected OperatingYearsQuantityTypeoperatingYearsQuantityprotected ParticipationPercentTypeparticipationPercentprotected PartyTypepartyprotected List<PersonalSituationType>personalSituationprotected List<CapabilityType>technicalCapabilityprotected TendererRoleCodeTypetendererRoleCode
-
Constructor Summary
Constructors Constructor Description QualifyingPartyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessClassificationEvidenceIDTypegetBusinessClassificationEvidenceID()Gets the value of the businessClassificationEvidenceID property.ClassificationSchemeTypegetBusinessClassificationScheme()Gets the value of the businessClassificationScheme property.BusinessIdentityEvidenceIDTypegetBusinessIdentityEvidenceID()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.EconomicOperatorRoleTypegetEconomicOperatorRole()Gets the value of the economicOperatorRole property.EmployeeQuantityTypegetEmployeeQuantity()Gets the value of the employeeQuantity property.List<CapabilityType>getFinancialCapability()Gets the value of the financialCapability property.OperatingYearsQuantityTypegetOperatingYearsQuantity()Gets the value of the operatingYearsQuantity property.ParticipationPercentTypegetParticipationPercent()Gets the value of the participationPercent property.PartyTypegetParty()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.TendererRoleCodeTypegetTendererRoleCode()Gets the value of the tendererRoleCode property.voidsetBusinessClassificationEvidenceID(BusinessClassificationEvidenceIDType value)Sets the value of the businessClassificationEvidenceID property.voidsetBusinessClassificationScheme(ClassificationSchemeType value)Sets the value of the businessClassificationScheme property.voidsetBusinessIdentityEvidenceID(BusinessIdentityEvidenceIDType value)Sets the value of the businessIdentityEvidenceID property.voidsetEconomicOperatorRole(EconomicOperatorRoleType value)Sets the value of the economicOperatorRole property.voidsetEmployeeQuantity(EmployeeQuantityType value)Sets the value of the employeeQuantity property.voidsetOperatingYearsQuantity(OperatingYearsQuantityType value)Sets the value of the operatingYearsQuantity property.voidsetParticipationPercent(ParticipationPercentType value)Sets the value of the participationPercent property.voidsetParty(PartyType value)Sets the value of the party property.voidsetTendererRoleCode(TendererRoleCodeType value)Sets the value of the tendererRoleCode property.
-
-
-
Field Detail
-
participationPercent
protected ParticipationPercentType participationPercent
-
personalSituation
protected List<PersonalSituationType> personalSituation
-
operatingYearsQuantity
protected OperatingYearsQuantityType operatingYearsQuantity
-
employeeQuantity
protected EmployeeQuantityType employeeQuantity
-
businessClassificationEvidenceID
protected BusinessClassificationEvidenceIDType businessClassificationEvidenceID
-
businessIdentityEvidenceID
protected BusinessIdentityEvidenceIDType businessIdentityEvidenceID
-
tendererRoleCode
protected TendererRoleCodeType tendererRoleCode
-
businessClassificationScheme
protected ClassificationSchemeType businessClassificationScheme
-
technicalCapability
protected List<CapabilityType> technicalCapability
-
financialCapability
protected List<CapabilityType> financialCapability
-
completedTask
protected List<CompletedTaskType> completedTask
-
declaration
protected List<DeclarationType> declaration
-
party
protected PartyType party
-
economicOperatorRole
protected EconomicOperatorRoleType economicOperatorRole
-
-
Method Detail
-
getParticipationPercent
public ParticipationPercentType getParticipationPercent()
Gets the value of the participationPercent property.- Returns:
- possible object is
ParticipationPercentType
-
setParticipationPercent
public void setParticipationPercent(ParticipationPercentType value)
Sets the value of the participationPercent property.- Parameters:
value- allowed object isParticipationPercentType
-
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
setmethod 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
-
getOperatingYearsQuantity
public OperatingYearsQuantityType getOperatingYearsQuantity()
Gets the value of the operatingYearsQuantity property.- Returns:
- possible object is
OperatingYearsQuantityType
-
setOperatingYearsQuantity
public void setOperatingYearsQuantity(OperatingYearsQuantityType value)
Sets the value of the operatingYearsQuantity property.- Parameters:
value- allowed object isOperatingYearsQuantityType
-
getEmployeeQuantity
public EmployeeQuantityType getEmployeeQuantity()
Gets the value of the employeeQuantity property.- Returns:
- possible object is
EmployeeQuantityType
-
setEmployeeQuantity
public void setEmployeeQuantity(EmployeeQuantityType value)
Sets the value of the employeeQuantity property.- Parameters:
value- allowed object isEmployeeQuantityType
-
getBusinessClassificationEvidenceID
public BusinessClassificationEvidenceIDType getBusinessClassificationEvidenceID()
Gets the value of the businessClassificationEvidenceID property.- Returns:
- possible object is
BusinessClassificationEvidenceIDType
-
setBusinessClassificationEvidenceID
public void setBusinessClassificationEvidenceID(BusinessClassificationEvidenceIDType value)
Sets the value of the businessClassificationEvidenceID property.- Parameters:
value- allowed object isBusinessClassificationEvidenceIDType
-
getBusinessIdentityEvidenceID
public BusinessIdentityEvidenceIDType getBusinessIdentityEvidenceID()
Gets the value of the businessIdentityEvidenceID property.- Returns:
- possible object is
BusinessIdentityEvidenceIDType
-
setBusinessIdentityEvidenceID
public void setBusinessIdentityEvidenceID(BusinessIdentityEvidenceIDType value)
Sets the value of the businessIdentityEvidenceID property.- Parameters:
value- allowed object isBusinessIdentityEvidenceIDType
-
getTendererRoleCode
public TendererRoleCodeType getTendererRoleCode()
Gets the value of the tendererRoleCode property.- Returns:
- possible object is
TendererRoleCodeType
-
setTendererRoleCode
public void setTendererRoleCode(TendererRoleCodeType value)
Sets the value of the tendererRoleCode property.- Parameters:
value- allowed object isTendererRoleCodeType
-
getBusinessClassificationScheme
public ClassificationSchemeType getBusinessClassificationScheme()
Gets the value of the businessClassificationScheme property.- Returns:
- possible object is
ClassificationSchemeType
-
setBusinessClassificationScheme
public void setBusinessClassificationScheme(ClassificationSchemeType value)
Sets the value of the businessClassificationScheme property.- Parameters:
value- allowed object isClassificationSchemeType
-
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
setmethod 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
setmethod 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
setmethod 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
setmethod 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 isPartyType
-
getEconomicOperatorRole
public EconomicOperatorRoleType getEconomicOperatorRole()
Gets the value of the economicOperatorRole property.- Returns:
- possible object is
EconomicOperatorRoleType
-
setEconomicOperatorRole
public void setEconomicOperatorRole(EconomicOperatorRoleType value)
Sets the value of the economicOperatorRole property.- Parameters:
value- allowed object isEconomicOperatorRoleType
-
-