@CodingStyleguideUnaware public class TendererPartyQualificationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Tenderer Party Qualification. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe the qualifications of a tenderer party.</ccts:Definition><ccts:ObjectClass>Tenderer Party Qualification</ccts:ObjectClass></ccts:Component>
Java class for TendererPartyQualificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TendererPartyQualificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}InterestedProcurementProjectLot" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MainQualifyingParty"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AdditionalQualifyingParty" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
TendererPartyQualificationType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAdditionalQualifyingParty(QualifyingPartyType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addInterestedProcurementProjectLot(ProcurementProjectLotType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TendererPartyQualificationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TendererPartyQualificationType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<QualifyingPartyType> |
getAdditionalQualifyingParty()
<?
|
QualifyingPartyType |
getAdditionalQualifyingPartyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAdditionalQualifyingPartyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<ProcurementProjectLotType> |
getInterestedProcurementProjectLot()
<?
|
ProcurementProjectLotType |
getInterestedProcurementProjectLotAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getInterestedProcurementProjectLotCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
QualifyingPartyType |
getMainQualifyingParty()
<?
|
boolean |
hasAdditionalQualifyingPartyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasInterestedProcurementProjectLotEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoAdditionalQualifyingPartyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoInterestedProcurementProjectLotEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdditionalQualifyingParty(List<QualifyingPartyType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setInterestedProcurementProjectLot(List<ProcurementProjectLotType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setMainQualifyingParty(QualifyingPartyType value)
Sets the value of the mainQualifyingParty property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TendererPartyQualificationType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ProcurementProjectLotType> getInterestedProcurementProjectLot()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Tenderer Party Qualification. Interested_ Procurement Project Lot. Procurement Project Lot</ccts:DictionaryEntryName><ccts:Definition>The procurement project lot the party is interested in.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Tenderer Party Qualification</ccts:ObjectClass><ccts:PropertyTermQualifier>Interested</ccts:PropertyTermQualifier><ccts:PropertyTerm>Procurement Project Lot</ccts:PropertyTerm><ccts:AssociatedObjectClass>Procurement Project Lot</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Procurement Project Lot</ccts:RepresentationTerm></ccts:Component>Gets the value of the interestedProcurementProjectLot 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 interestedProcurementProjectLot property.
For example, to add a new item, do as follows:
getInterestedProcurementProjectLot().add(newItem);
Objects of the following type(s) are allowed in the list
ProcurementProjectLotType
@Nullable public QualifyingPartyType getMainQualifyingParty()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Tenderer Party Qualification. Main_ Qualifying Party. Qualifying Party</ccts:DictionaryEntryName><ccts:Definition>The qualifications of the main tenderer party.</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Tenderer Party Qualification</ccts:ObjectClass><ccts:PropertyTermQualifier>Main</ccts:PropertyTermQualifier><ccts:PropertyTerm>Qualifying Party</ccts:PropertyTerm><ccts:AssociatedObjectClass>Qualifying Party</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Qualifying Party</ccts:RepresentationTerm></ccts:Component>
QualifyingPartyTypepublic void setMainQualifyingParty(@Nullable QualifyingPartyType value)
value - allowed object is
QualifyingPartyType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<QualifyingPartyType> getAdditionalQualifyingParty()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Tenderer Party Qualification. Additional_ Qualifying Party. Qualifying Party</ccts:DictionaryEntryName><ccts:Definition>The qualifications of a tenderer party other than the main tenderer party when bidding as a consortium.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Tenderer Party Qualification</ccts:ObjectClass><ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier><ccts:PropertyTerm>Qualifying Party</ccts:PropertyTerm><ccts:AssociatedObjectClass>Qualifying Party</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Qualifying Party</ccts:RepresentationTerm></ccts:Component>Gets the value of the additionalQualifyingParty 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 additionalQualifyingParty property.
For example, to add a new item, do as follows:
getAdditionalQualifyingParty().add(newItem);
Objects of the following type(s) are allowed in the list
QualifyingPartyType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setInterestedProcurementProjectLot(@Nullable List<ProcurementProjectLotType> aList)
aList - The new list member to set. May be null.public void setAdditionalQualifyingParty(@Nullable List<QualifyingPartyType> aList)
aList - The new list member to set. May be null.public boolean hasInterestedProcurementProjectLotEntries()
true if at least one item is contained, false otherwise.public boolean hasNoInterestedProcurementProjectLotEntries()
true if no item is contained, false otherwise.@Nonnegative public int getInterestedProcurementProjectLotCount()
@Nullable public ProcurementProjectLotType getInterestedProcurementProjectLotAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addInterestedProcurementProjectLot(@Nonnull ProcurementProjectLotType elem)
elem - The element to be added. May not be null.public boolean hasAdditionalQualifyingPartyEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAdditionalQualifyingPartyEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAdditionalQualifyingPartyCount()
@Nullable public QualifyingPartyType getAdditionalQualifyingPartyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAdditionalQualifyingParty(@Nonnull QualifyingPartyType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull TendererPartyQualificationType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public TendererPartyQualificationType clone()
Copyright © 2014–2020 Philip Helger. All rights reserved.