@CodingStyleguideUnaware public class TendererRequirementType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
TendererRequirementType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addName(NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSuggestedEvidence(EvidenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TendererRequirementType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TendererRequirementType 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<DescriptionType> |
getDescription()
<pre>
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
LegalReferenceType |
getLegalReference()
<pre>
<?
|
String |
getLegalReferenceValue()
Get the value of the contained LegalReferenceType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<NameType> |
getName()
<pre>
<?
|
NameType |
getNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<EvidenceType> |
getSuggestedEvidence()
<pre>
<?
|
EvidenceType |
getSuggestedEvidenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSuggestedEvidenceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TendererRequirementTypeCodeType |
getTendererRequirementTypeCode()
<pre>
<?
|
String |
getTendererRequirementTypeCodeValue()
Get the value of the contained TendererRequirementTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSuggestedEvidenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSuggestedEvidenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLegalReference(LegalReferenceType value)
Sets the value of the legalReference property.
|
LegalReferenceType |
setLegalReference(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setName(List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSuggestedEvidence(List<EvidenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TendererRequirementTypeCodeType |
setTendererRequirementTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTendererRequirementTypeCode(TendererRequirementTypeCodeType value)
Sets the value of the tendererRequirementTypeCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TendererRequirementType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NameType> getName()
NameType@Nullable public TendererRequirementTypeCodeType getTendererRequirementTypeCode()
TendererRequirementTypeCodeTypepublic void setTendererRequirementTypeCode(@Nullable TendererRequirementTypeCodeType value)
value - allowed object is
TendererRequirementTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public LegalReferenceType getLegalReference()
LegalReferenceTypepublic void setLegalReference(@Nullable LegalReferenceType value)
value - allowed object is
LegalReferenceType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<EvidenceType> getSuggestedEvidence()
EvidenceTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setName(@Nullable List<NameType> aList)
aList - The new list member to set. May be <code>null</code>.public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public void setSuggestedEvidence(@Nullable List<EvidenceType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasNameEntries()
public boolean hasNoNameEntries()
@Nonnegative public int getNameCount()
@Nullable public NameType getNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addName(@Nonnull NameType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasDescriptionEntries()
public boolean hasNoDescriptionEntries()
@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasSuggestedEvidenceEntries()
public boolean hasNoSuggestedEvidenceEntries()
@Nonnegative public int getSuggestedEvidenceCount()
@Nullable public EvidenceType getSuggestedEvidenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addSuggestedEvidence(@Nonnull EvidenceType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull TendererRequirementType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public TendererRequirementType clone()
@Nonnull public TendererRequirementTypeCodeType setTendererRequirementTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public LegalReferenceType setLegalReference(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getTendererRequirementTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.