|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.detallista.schema.Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount
public static class Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount
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="taxPercentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="taxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigDecimal |
taxAmount
|
protected BigDecimal |
taxPercentage
|
| Constructor Summary | |
|---|---|
Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount()
|
|
| Method Summary | |
|---|---|
BigDecimal |
getTaxAmount()
Gets the value of the taxAmount property. |
BigDecimal |
getTaxPercentage()
Gets the value of the taxPercentage property. |
void |
setTaxAmount(BigDecimal value)
Sets the value of the taxAmount property. |
void |
setTaxPercentage(BigDecimal value)
Sets the value of the taxPercentage property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BigDecimal taxPercentage
protected BigDecimal taxAmount
| Constructor Detail |
|---|
public Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount()
| Method Detail |
|---|
public BigDecimal getTaxPercentage()
BigDecimalpublic void setTaxPercentage(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTaxAmount()
BigDecimalpublic void setTaxAmount(BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||