Package org.cxml

Class FeeDetail


  • public class FeeDetail
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FeeDetail()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • isRecurring

        protected java.lang.String isRecurring
      • unitRate

        protected java.util.List<UnitRate> unitRate
      • period

        protected Period period
    • Constructor Detail

      • FeeDetail

        public FeeDetail()
    • Method Detail

      • getIsRecurring

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

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

        public java.util.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