Class CalculationAmount
java.lang.Object
net.finmath.smartcontract.product.xml.MoneyBase
net.finmath.smartcontract.product.xml.Money
net.finmath.smartcontract.product.xml.CalculationAmount
Java class for CalculationAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalculationAmount"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Money"> <sequence> <element name="step" type="{http://www.fpml.org/FpML-5/confirmation}Step" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class net.finmath.smartcontract.product.xml.MoneyBase
getCurrency, getId, setCurrency, setId
-
Field Details
-
step
-
-
Constructor Details
-
CalculationAmount
public CalculationAmount()
-
-
Method Details
-
getStep
Gets the value of the step property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the step property.For example, to add a new item, do as follows:
getStep().add(newItem);
Objects of the following type(s) are allowed in the list
Step
-