public static class Line.Amounts
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GrossAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="GrossPlusTaxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="TaxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Amounts() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getGrossAmount()
Gets the value of the grossAmount property.
|
java.math.BigDecimal |
getGrossPlusTaxAmount()
Gets the value of the grossPlusTaxAmount property.
|
java.math.BigDecimal |
getTaxAmount()
Gets the value of the taxAmount property.
|
void |
setGrossAmount(java.math.BigDecimal value)
Sets the value of the grossAmount property.
|
void |
setGrossPlusTaxAmount(java.math.BigDecimal value)
Sets the value of the grossPlusTaxAmount property.
|
void |
setTaxAmount(java.math.BigDecimal value)
Sets the value of the taxAmount property.
|
public java.math.BigDecimal getGrossAmount()
BigDecimalpublic void setGrossAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getGrossPlusTaxAmount()
BigDecimalpublic void setGrossPlusTaxAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getTaxAmount()
BigDecimalpublic void setTaxAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimal