public class CarRentalFee
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Rate> |
rate |
protected Total |
total |
protected java.lang.String |
type |
| Constructor and Description |
|---|
CarRentalFee() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Rate> |
getRate()
Gets the value of the rate property.
|
Total |
getTotal()
Gets the value of the total property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setTotal(Total value)
Sets the value of the total property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String type
protected Total total
protected java.util.List<Rate> rate
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic Total getTotal()
Totalpublic void setTotal(Total value)
value - allowed object is
Totalpublic java.util.List<Rate> getRate()
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 rate property.
For example, to add a new item, do as follows:
getRate().add(newItem);
Objects of the following type(s) are allowed in the list
Rate
Copyright © 2018 SAP SE. All Rights Reserved.