Class Step
java.lang.Object
net.finmath.smartcontract.product.xml.StepBase
net.finmath.smartcontract.product.xml.Step
A type defining a step date and step value pair. This step definitions are
used to define varying rate or amount schedules, e.g. a notional amortization or a step-up coupon
schedule.
Java class for Step complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Step">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}StepBase">
<sequence>
<element name="stepValue" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the stepValue property.voidsetStepValue(BigDecimal value) Sets the value of the stepValue property.Methods inherited from class net.finmath.smartcontract.product.xml.StepBase
getId, getStepDate, setId, setStepDate
-
Field Details
-
stepValue
-
-
Constructor Details
-
Step
public Step()
-
-
Method Details
-
getStepValue
Gets the value of the stepValue property.- Returns:
- possible object is
BigDecimal
-
setStepValue
Sets the value of the stepValue property.- Parameters:
value- allowed object isBigDecimal
-