public class TaxInclusiveAmountType extends AmountType
Java class for TaxInclusiveAmountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxInclusiveAmountType">
<simpleContent>
<extension base="<urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2>AmountType">
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
TaxInclusiveAmountType()
Default constructor
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
TaxInclusiveAmountType(BigDecimal valueParam)
Constructor for value of type BigDecimal calling super class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
getCurrencyID, getValue, setCurrencyID, setValue, toStringpublic TaxInclusiveAmountType()
public TaxInclusiveAmountType(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.public boolean equals(Object o)
equals in class AmountTypepublic int hashCode()
hashCode in class AmountTypeCopyright © 2014 Philip Helger. All rights reserved.