Package org.cxml

Class FeeAmount


  • public class FeeAmount
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<Fee> fee  
      protected Money money  
    • Constructor Summary

      Constructors 
      Constructor Description
      FeeAmount()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Fee> getFee()
      Gets the value of the fee property.
      Money getMoney()
      Gets the value of the money property.
      void setMoney​(Money value)
      Sets the value of the money property.
      • Methods inherited from class java.lang.Object

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

      • money

        protected Money money
      • fee

        protected java.util.List<Fee> fee
    • Constructor Detail

      • FeeAmount

        public FeeAmount()
    • Method Detail

      • getMoney

        public Money getMoney()
        Gets the value of the money property.
        Returns:
        possible object is Money
      • setMoney

        public void setMoney​(Money value)
        Sets the value of the money property.
        Parameters:
        value - allowed object is Money
      • getFee

        public java.util.List<Fee> getFee()
        Gets the value of the fee 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 fee property.

        For example, to add a new item, do as follows:

            getFee().add(newItem);
         

        Objects of the following type(s) are allowed in the list Fee