Package org.cxml
Class FeeDetail
java.lang.Object
org.cxml.FeeDetail
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the isRecurring property.Gets the value of the period property.Gets the value of the unitRate property.voidsetIsRecurring(String value) Sets the value of the isRecurring property.voidSets the value of the period property.
-
Field Details
-
isRecurring
-
unitRate
-
period
-
-
Constructor Details
-
FeeDetail
public FeeDetail()
-
-
Method Details
-
getIsRecurring
Gets the value of the isRecurring property.- Returns:
- possible object is
String
-
setIsRecurring
Sets the value of the isRecurring property.- Parameters:
value- allowed object isString
-
getUnitRate
Gets the value of the unitRate property.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
setmethod 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 -
getPeriod
Gets the value of the period property.- Returns:
- possible object is
Period
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isPeriod
-