Class MoneyRef


public class MoneyRef extends PositiveMoney
A type defining a currency amount with a reference.

Java class for MoneyRef complex type.

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

 <complexType name="MoneyRef">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PositiveMoney">
       <sequence>
         <element name="notionalReference" type="{http://www.fpml.org/FpML-5/confirmation}NotionalReference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MoneyRef

      public MoneyRef()
  • Method Details

    • getNotionalReference

      public NotionalReference getNotionalReference()
      Gets the value of the notionalReference property.
      Returns:
      possible object is NotionalReference
    • setNotionalReference

      public void setNotionalReference(NotionalReference value)
      Sets the value of the notionalReference property.
      Parameters:
      value - allowed object is NotionalReference