@CodingStyleguideUnaware public class RequestedTenderTotalType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
RequestedTenderTotalType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addApplicableTaxCategory(TaxCategoryType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addMonetaryScope(MonetaryScopeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
RequestedTenderTotalType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RequestedTenderTotalType 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<TaxCategoryType> |
getApplicableTaxCategory()
<pre>
<?
|
TaxCategoryType |
getApplicableTaxCategoryAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getApplicableTaxCategoryCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
AverageSubsequentContractAmountType |
getAverageSubsequentContractAmount()
<pre>
<?
|
BigDecimal |
getAverageSubsequentContractAmountValue()
Get the value of the contained AverageSubsequentContractAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
EstimatedOverallContractAmountType |
getEstimatedOverallContractAmount()
<pre>
<?
|
BigDecimal |
getEstimatedOverallContractAmountValue()
Get the value of the contained EstimatedOverallContractAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MaximumAmountType |
getMaximumAmount()
<pre>
<?
|
BigDecimal |
getMaximumAmountValue()
Get the value of the contained MaximumAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MinimumAmountType |
getMinimumAmount()
<pre>
<?
|
BigDecimal |
getMinimumAmountValue()
Get the value of the contained MinimumAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<MonetaryScopeType> |
getMonetaryScope()
<pre>
<?
|
MonetaryScopeType |
getMonetaryScopeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getMonetaryScopeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TaxIncludedIndicatorType |
getTaxIncludedIndicator()
<pre>
<?
|
TotalAmountType |
getTotalAmount()
<pre>
<?
|
BigDecimal |
getTotalAmountValue()
Get the value of the contained TotalAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasApplicableTaxCategoryEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasMonetaryScopeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoApplicableTaxCategoryEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoMonetaryScopeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
isTaxIncludedIndicatorValue(boolean nullValue)
Get the value of the contained TaxIncludedIndicatorType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setApplicableTaxCategory(List<TaxCategoryType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAverageSubsequentContractAmount(AverageSubsequentContractAmountType value)
Sets the value of the averageSubsequentContractAmount property.
|
AverageSubsequentContractAmountType |
setAverageSubsequentContractAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
EstimatedOverallContractAmountType |
setEstimatedOverallContractAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setEstimatedOverallContractAmount(EstimatedOverallContractAmountType value)
Sets the value of the estimatedOverallContractAmount property.
|
MaximumAmountType |
setMaximumAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMaximumAmount(MaximumAmountType value)
Sets the value of the maximumAmount property.
|
MinimumAmountType |
setMinimumAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMinimumAmount(MinimumAmountType value)
Sets the value of the minimumAmount property.
|
void |
setMonetaryScope(List<MonetaryScopeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TaxIncludedIndicatorType |
setTaxIncludedIndicator(boolean valueParam)
Special setter with value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTaxIncludedIndicator(TaxIncludedIndicatorType value)
Sets the value of the taxIncludedIndicator property.
|
TotalAmountType |
setTotalAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTotalAmount(TotalAmountType value)
Sets the value of the totalAmount property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public RequestedTenderTotalType()
@Nullable public EstimatedOverallContractAmountType getEstimatedOverallContractAmount()
EstimatedOverallContractAmountTypepublic void setEstimatedOverallContractAmount(@Nullable EstimatedOverallContractAmountType value)
value - allowed object is
EstimatedOverallContractAmountType@Nullable public TotalAmountType getTotalAmount()
TotalAmountTypepublic void setTotalAmount(@Nullable TotalAmountType value)
value - allowed object is
TotalAmountType@Nullable public TaxIncludedIndicatorType getTaxIncludedIndicator()
TaxIncludedIndicatorTypepublic void setTaxIncludedIndicator(@Nullable TaxIncludedIndicatorType value)
value - allowed object is
TaxIncludedIndicatorType@Nullable public MinimumAmountType getMinimumAmount()
MinimumAmountTypepublic void setMinimumAmount(@Nullable MinimumAmountType value)
value - allowed object is
MinimumAmountType@Nullable public MaximumAmountType getMaximumAmount()
MaximumAmountTypepublic void setMaximumAmount(@Nullable MaximumAmountType value)
value - allowed object is
MaximumAmountType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<MonetaryScopeType> getMonetaryScope()
MonetaryScopeType@Nullable public AverageSubsequentContractAmountType getAverageSubsequentContractAmount()
AverageSubsequentContractAmountTypepublic void setAverageSubsequentContractAmount(@Nullable AverageSubsequentContractAmountType value)
value - allowed object is
AverageSubsequentContractAmountType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TaxCategoryType> getApplicableTaxCategory()
TaxCategoryTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setMonetaryScope(@Nullable List<MonetaryScopeType> aList)
aList - The new list member to set. May be <code>null</code>.public void setApplicableTaxCategory(@Nullable List<TaxCategoryType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasMonetaryScopeEntries()
public boolean hasNoMonetaryScopeEntries()
@Nonnegative public int getMonetaryScopeCount()
@Nullable public MonetaryScopeType getMonetaryScopeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addMonetaryScope(@Nonnull MonetaryScopeType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasApplicableTaxCategoryEntries()
public boolean hasNoApplicableTaxCategoryEntries()
@Nonnegative public int getApplicableTaxCategoryCount()
@Nullable public TaxCategoryType getApplicableTaxCategoryAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addApplicableTaxCategory(@Nonnull TaxCategoryType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull RequestedTenderTotalType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public RequestedTenderTotalType clone()
@Nonnull public EstimatedOverallContractAmountType setEstimatedOverallContractAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TotalAmountType setTotalAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MinimumAmountType setMinimumAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MaximumAmountType setMaximumAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public AverageSubsequentContractAmountType setAverageSubsequentContractAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TaxIncludedIndicatorType setTaxIncludedIndicator(boolean valueParam)
valueParam - The value to be set.@Nullable public BigDecimal getEstimatedOverallContractAmountValue()
@Nullable public BigDecimal getTotalAmountValue()
public boolean isTaxIncludedIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is <code>null</code>@Nullable public BigDecimal getMinimumAmountValue()
@Nullable public BigDecimal getMaximumAmountValue()
@Nullable public BigDecimal getAverageSubsequentContractAmountValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.