public class PremiumRateServiceInterfaceupdatePremiumRates extends Object
PremiumRate objects.| Modifier and Type | Field and Description |
|---|---|
protected List<PremiumRate> |
premiumRates |
| Constructor and Description |
|---|
PremiumRateServiceInterfaceupdatePremiumRates() |
| Modifier and Type | Method and Description |
|---|---|
List<PremiumRate> |
getPremiumRates()
Gets the value of the premiumRates property.
|
protected List<PremiumRate> premiumRates
public PremiumRateServiceInterfaceupdatePremiumRates()
public List<PremiumRate> getPremiumRates()
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 premiumRates property.
For example, to add a new item, do as follows:
getPremiumRates().add(newItem);
Objects of the following type(s) are allowed in the list
PremiumRate
Copyright © 2018. All Rights Reserved.