@CodingStyleguideUnaware public class PriceExtensionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PriceExtensionType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTaxTotal(TaxTotalType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PriceExtensionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PriceExtensionType 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<TaxTotalType> |
getTaxTotal()
<pre>
<?
|
TaxTotalType |
getTaxTotalAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTaxTotalCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoTaxTotalEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTaxTotalEntries()
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 |
setTaxTotal(List<TaxTotalType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PriceExtensionType()
@Nullable public AmountType getAmount()
AmountTypepublic void setAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TaxTotalType> getTaxTotal()
TaxTotalTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setTaxTotal(@Nullable List<TaxTotalType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasTaxTotalEntries()
public boolean hasNoTaxTotalEntries()
@Nonnegative public int getTaxTotalCount()
@Nullable public TaxTotalType getTaxTotalAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addTaxTotal(@Nonnull TaxTotalType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull PriceExtensionType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PriceExtensionType clone()
@Nonnull public AmountType setAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getAmountValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.