Package org.cxml

Class DeductionAmount


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

      Fields 
      Modifier and Type Field Description
      protected Money money  
    • Constructor Summary

      Constructors 
      Constructor Description
      DeductionAmount()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Constructor Detail

      • DeductionAmount

        public DeductionAmount()
    • 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