Class NonNegativeAmountSchedule
java.lang.Object
net.finmath.smartcontract.product.xml.NonNegativeSchedule
net.finmath.smartcontract.product.xml.NonNegativeAmountSchedule
- Direct Known Subclasses:
FxCounterCurrencyAmount
A type defining a currency amount or a currency amount schedule.
Java class for NonNegativeAmountSchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NonNegativeAmountSchedule"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}NonNegativeSchedule"> <sequence> <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.NonNegativeSchedule
id, initialValue, step
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the currency property.void
setCurrency
(Currency value) Sets the value of the currency property.Methods inherited from class net.finmath.smartcontract.product.xml.NonNegativeSchedule
getId, getInitialValue, getStep, setId, setInitialValue
-
Field Details
-
currency
-
-
Constructor Details
-
NonNegativeAmountSchedule
public NonNegativeAmountSchedule()
-
-
Method Details
-
getCurrency
-
setCurrency
-