java.lang.Object
net.finmath.smartcontract.product.xml.MoneyBase
net.finmath.smartcontract.product.xml.Money
Direct Known Subclasses:
CalculationAmount, CommoditySpread

public class Money extends MoneyBase
A type defining a currency amount.

Java class for Money complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Money">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}MoneyBase">
       <sequence>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Money

      public Money()
  • Method Details

    • getAmount

      public BigDecimal getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is BigDecimal
    • setAmount

      public void setAmount(BigDecimal value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is BigDecimal