Class StepBase
java.lang.Object
net.finmath.smartcontract.product.xml.StepBase
- Direct Known Subclasses:
NonNegativeStep,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 StepBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StepBase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="stepDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the stepDate property.voidSets the value of the id property.voidsetStepDate(XMLGregorianCalendar value)Sets the value of the stepDate property.
-
Field Details
-
stepDate
-
id
-
-
Constructor Details
-
StepBase
public StepBase()
-
-
Method Details
-
getStepDate
Gets the value of the stepDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStepDate
Sets the value of the stepDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-