public class Tax
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected java.util.List<Extrinsic> |
extrinsic |
protected Money |
money |
protected java.util.List<TaxDetail> |
taxDetail |
| Constructor and Description |
|---|
Tax() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
Money |
getMoney()
Gets the value of the money property.
|
java.util.List<TaxDetail> |
getTaxDetail()
Gets the value of the taxDetail property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setMoney(Money value)
Sets the value of the money property.
|
protected Money money
protected Description description
protected java.util.List<TaxDetail> taxDetail
protected java.util.List<Extrinsic> extrinsic
public Money getMoney()
Moneypublic void setMoney(Money value)
value - allowed object is
Moneypublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic java.util.List<TaxDetail> getTaxDetail()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the taxDetail property.
For example, to add a new item, do as follows:
getTaxDetail().add(newItem);
Objects of the following type(s) are allowed in the list
TaxDetail
public java.util.List<Extrinsic> getExtrinsic()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extrinsic property.
For example, to add a new item, do as follows:
getExtrinsic().add(newItem);
Objects of the following type(s) are allowed in the list
Extrinsic
Copyright © 2018 SAP SE. All Rights Reserved.