Class MoneyRef
java.lang.Object
net.finmath.smartcontract.product.xml.MoneyBase
net.finmath.smartcontract.product.xml.PositiveMoney
net.finmath.smartcontract.product.xml.MoneyRef
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 Summary
Fields inherited from class net.finmath.smartcontract.product.xml.PositiveMoney
amount
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the notionalReference property.void
Sets the value of the notionalReference property.Methods inherited from class net.finmath.smartcontract.product.xml.PositiveMoney
getAmount, setAmount
Methods inherited from class net.finmath.smartcontract.product.xml.MoneyBase
getCurrency, getId, setCurrency, setId
-
Field Details
-
notionalReference
-
-
Constructor Details
-
MoneyRef
public MoneyRef()
-
-
Method Details
-
getNotionalReference
Gets the value of the notionalReference property.- Returns:
- possible object is
NotionalReference
-
setNotionalReference
Sets the value of the notionalReference property.- Parameters:
value
- allowed object isNotionalReference
-