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