Package org.cxml

Class FeeAmount

java.lang.Object
org.cxml.FeeAmount

public class FeeAmount extends Object
  • Field Details

    • money

      protected Money money
    • fee

      protected List<Fee> fee
  • Constructor Details

    • FeeAmount

      public FeeAmount()
  • Method Details

    • 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 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