Package org.cxml

Class Fee

java.lang.Object
org.cxml.Fee

public class Fee extends Object
  • Field Details

    • type

      protected String type
    • money

      protected Money money
  • Constructor Details

    • Fee

      public Fee()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • 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