Class StepBase

java.lang.Object
net.finmath.smartcontract.product.xml.StepBase
Direct Known Subclasses:
NonNegativeStep, Step

public abstract class StepBase extends Object
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 Details

  • Constructor Details

    • StepBase

      public StepBase()
  • Method Details

    • getStepDate

      public XMLGregorianCalendar getStepDate()
      Gets the value of the stepDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setStepDate

      public void setStepDate(XMLGregorianCalendar value)
      Sets the value of the stepDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String