@CodingStyleguideUnaware public class AwardingCriterionResponseType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
AwardingCriterionResponseType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAwardingCriterionDescription(AwardingCriterionDescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSubordinateAwardingCriterionResponse(AwardingCriterionResponseType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
AwardingCriterionResponseType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AwardingCriterionResponseType 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
|
AmountType |
getAmount()
<pre>
<?
|
BigDecimal |
getAmountValue()
Get the value of the contained AmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<AwardingCriterionDescriptionType> |
getAwardingCriterionDescription()
<pre>
<?
|
AwardingCriterionDescriptionType |
getAwardingCriterionDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAwardingCriterionDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
AwardingCriterionIDType |
getAwardingCriterionID()
<pre>
<?
|
String |
getAwardingCriterionIDValue()
Get the value of the contained AwardingCriterionIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
QuantityType |
getQuantity()
<pre>
<?
|
BigDecimal |
getQuantityValue()
Get the value of the contained QuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<AwardingCriterionResponseType> |
getSubordinateAwardingCriterionResponse()
<pre>
<?
|
AwardingCriterionResponseType |
getSubordinateAwardingCriterionResponseAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSubordinateAwardingCriterionResponseCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasAwardingCriterionDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAwardingCriterionDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSubordinateAwardingCriterionResponseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSubordinateAwardingCriterionResponseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAmount(AmountType value)
Sets the value of the amount property.
|
AmountType |
setAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setAwardingCriterionDescription(List<AwardingCriterionDescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAwardingCriterionID(AwardingCriterionIDType value)
Sets the value of the awardingCriterionID property.
|
AwardingCriterionIDType |
setAwardingCriterionID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
QuantityType |
setQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
void |
setSubordinateAwardingCriterionResponse(List<AwardingCriterionResponseType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AwardingCriterionResponseType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public AwardingCriterionIDType getAwardingCriterionID()
AwardingCriterionIDTypepublic void setAwardingCriterionID(@Nullable AwardingCriterionIDType value)
value - allowed object is
AwardingCriterionIDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AwardingCriterionDescriptionType> getAwardingCriterionDescription()
AwardingCriterionDescriptionType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public QuantityType getQuantity()
QuantityTypepublic void setQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nullable public AmountType getAmount()
AmountTypepublic void setAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AwardingCriterionResponseType> getSubordinateAwardingCriterionResponse()
AwardingCriterionResponseTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setAwardingCriterionDescription(@Nullable List<AwardingCriterionDescriptionType> 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 setSubordinateAwardingCriterionResponse(@Nullable List<AwardingCriterionResponseType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasAwardingCriterionDescriptionEntries()
public boolean hasNoAwardingCriterionDescriptionEntries()
@Nonnegative public int getAwardingCriterionDescriptionCount()
@Nullable public AwardingCriterionDescriptionType getAwardingCriterionDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addAwardingCriterionDescription(@Nonnull AwardingCriterionDescriptionType 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 hasSubordinateAwardingCriterionResponseEntries()
public boolean hasNoSubordinateAwardingCriterionResponseEntries()
@Nonnegative public int getSubordinateAwardingCriterionResponseCount()
@Nullable public AwardingCriterionResponseType getSubordinateAwardingCriterionResponseAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addSubordinateAwardingCriterionResponse(@Nonnull AwardingCriterionResponseType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull AwardingCriterionResponseType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public AwardingCriterionResponseType clone()
@Nonnull public AmountType setAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public AwardingCriterionIDType setAwardingCriterionID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public QuantityType setQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getAwardingCriterionIDValue()
@Nullable public BigDecimal getQuantityValue()
@Nullable public BigDecimal getAmountValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.