public class FeeDetail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
isRecurring |
protected Period |
period |
protected java.util.List<UnitRate> |
unitRate |
| Constructor and Description |
|---|
FeeDetail() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIsRecurring()
Gets the value of the isRecurring property.
|
Period |
getPeriod()
Gets the value of the period property.
|
java.util.List<UnitRate> |
getUnitRate()
Gets the value of the unitRate property.
|
void |
setIsRecurring(java.lang.String value)
Sets the value of the isRecurring property.
|
void |
setPeriod(Period value)
Sets the value of the period property.
|
protected java.lang.String isRecurring
protected java.util.List<UnitRate> unitRate
protected Period period
public java.lang.String getIsRecurring()
Stringpublic void setIsRecurring(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<UnitRate> getUnitRate()
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 unitRate property.
For example, to add a new item, do as follows:
getUnitRate().add(newItem);
Objects of the following type(s) are allowed in the list
UnitRate
public Period getPeriod()
PeriodCopyright © 2018 SAP SE. All Rights Reserved.