Package org.cxml

Class FeeDetail

java.lang.Object
org.cxml.FeeDetail

public class FeeDetail extends Object
  • Field Details

    • isRecurring

      protected String isRecurring
    • unitRate

      protected List<UnitRate> unitRate
    • period

      protected Period period
  • Constructor Details

    • FeeDetail

      public FeeDetail()
  • Method Details

    • getIsRecurring

      public String getIsRecurring()
      Gets the value of the isRecurring property.
      Returns:
      possible object is String
    • setIsRecurring

      public void setIsRecurring(String value)
      Sets the value of the isRecurring property.
      Parameters:
      value - allowed object is String
    • getUnitRate

      public List<UnitRate> 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 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

    • getPeriod

      public Period getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is Period
    • setPeriod

      public void setPeriod(Period value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is Period