public class CisTaxLine
extends java.lang.Object
| Constructor and Description |
|---|
CisTaxLine() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the id.
|
java.math.RoundingMode |
getRoundingMode() |
java.util.List<CisTaxValue> |
getTaxValues()
Gets the tax values.
|
java.math.BigDecimal |
getTotalTax()
Gets the total tax.
|
void |
setId(java.lang.String id)
Sets the id.
|
void |
setRoundingMode(java.math.RoundingMode roundingMode) |
void |
setTaxValues(java.util.List<CisTaxValue> taxValues)
Sets the tax values.
|
void |
setTotalTax(java.math.BigDecimal totalTax)
Sets the total tax.
|
public java.util.List<CisTaxValue> getTaxValues()
public void setTaxValues(java.util.List<CisTaxValue> taxValues)
taxValues - the taxValues to setpublic java.math.BigDecimal getTotalTax()
public void setTotalTax(java.math.BigDecimal totalTax)
totalTax - the value to setpublic java.lang.String getId()
public void setId(java.lang.String id)
id - the id to setpublic java.math.RoundingMode getRoundingMode()
public void setRoundingMode(java.math.RoundingMode roundingMode)
Copyright © 2018 SAP SE. All Rights Reserved.