Class StartingDate

java.lang.Object
net.finmath.smartcontract.product.xml.StartingDate

public class StartingDate extends Object
A type specifying the date from which the early termination clause can be exercised.

Java class for StartingDate complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StartingDate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="dateRelativeTo" type="{http://www.fpml.org/FpML-5/confirmation}DateReference"/>
         <element name="adjustableDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • StartingDate

      public StartingDate()
  • Method Details

    • getDateRelativeTo

      public DateReference getDateRelativeTo()
      Gets the value of the dateRelativeTo property.
      Returns:
      possible object is DateReference
    • setDateRelativeTo

      public void setDateRelativeTo(DateReference value)
      Sets the value of the dateRelativeTo property.
      Parameters:
      value - allowed object is DateReference
    • getAdjustableDate

      public AdjustableDate getAdjustableDate()
      Gets the value of the adjustableDate property.
      Returns:
      possible object is AdjustableDate
    • setAdjustableDate

      public void setAdjustableDate(AdjustableDate value)
      Sets the value of the adjustableDate property.
      Parameters:
      value - allowed object is AdjustableDate