@CodingStyleguideUnaware public class TendererPartyQualificationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
TendererPartyQualificationType()
Default constructor<br>
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 <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<QualifyingPartyType> |
getAdditionalQualifyingParty()
<pre>
<?
|
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()
<pre>
<?
|
ProcurementProjectLotType |
getInterestedProcurementProjectLotAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getInterestedProcurementProjectLotCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
QualifyingPartyType |
getMainQualifyingParty()
<pre>
<?
|
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()
ProcurementProjectLotType@Nullable public QualifyingPartyType getMainQualifyingParty()
QualifyingPartyTypepublic void setMainQualifyingParty(@Nullable QualifyingPartyType value)
value - allowed object is
QualifyingPartyType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<QualifyingPartyType> getAdditionalQualifyingParty()
QualifyingPartyTypepublic 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 <code>null</code>.public void setAdditionalQualifyingParty(@Nullable List<QualifyingPartyType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasInterestedProcurementProjectLotEntries()
public boolean hasNoInterestedProcurementProjectLotEntries()
@Nonnegative public int getInterestedProcurementProjectLotCount()
@Nullable public ProcurementProjectLotType getInterestedProcurementProjectLotAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addInterestedProcurementProjectLot(@Nonnull ProcurementProjectLotType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasAdditionalQualifyingPartyEntries()
public boolean hasNoAdditionalQualifyingPartyEntries()
@Nonnegative public int getAdditionalQualifyingPartyCount()
@Nullable public QualifyingPartyType getAdditionalQualifyingPartyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addAdditionalQualifyingParty(@Nonnull QualifyingPartyType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull TendererPartyQualificationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public TendererPartyQualificationType clone()
Copyright © 2017–2021 Philip Helger. All rights reserved.