Class ExerciseEvent

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

public class ExerciseEvent extends Object
A type defining the adjusted dates associated with a particular exercise event.

Java class for ExerciseEvent complex type.

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

 <complexType name="ExerciseEvent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="adjustedExerciseDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="adjustedRelevantSwapEffectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="adjustedCashSettlementValuationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="adjustedCashSettlementPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="adjustedExerciseFeePaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ExerciseEvent

      public ExerciseEvent()
  • Method Details

    • getAdjustedExerciseDate

      public XMLGregorianCalendar getAdjustedExerciseDate()
      Gets the value of the adjustedExerciseDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustedExerciseDate

      public void setAdjustedExerciseDate(XMLGregorianCalendar value)
      Sets the value of the adjustedExerciseDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAdjustedRelevantSwapEffectiveDate

      public XMLGregorianCalendar getAdjustedRelevantSwapEffectiveDate()
      Gets the value of the adjustedRelevantSwapEffectiveDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustedRelevantSwapEffectiveDate

      public void setAdjustedRelevantSwapEffectiveDate(XMLGregorianCalendar value)
      Sets the value of the adjustedRelevantSwapEffectiveDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAdjustedCashSettlementValuationDate

      public XMLGregorianCalendar getAdjustedCashSettlementValuationDate()
      Gets the value of the adjustedCashSettlementValuationDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustedCashSettlementValuationDate

      public void setAdjustedCashSettlementValuationDate(XMLGregorianCalendar value)
      Sets the value of the adjustedCashSettlementValuationDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAdjustedCashSettlementPaymentDate

      public XMLGregorianCalendar getAdjustedCashSettlementPaymentDate()
      Gets the value of the adjustedCashSettlementPaymentDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustedCashSettlementPaymentDate

      public void setAdjustedCashSettlementPaymentDate(XMLGregorianCalendar value)
      Sets the value of the adjustedCashSettlementPaymentDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAdjustedExerciseFeePaymentDate

      public XMLGregorianCalendar getAdjustedExerciseFeePaymentDate()
      Gets the value of the adjustedExerciseFeePaymentDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustedExerciseFeePaymentDate

      public void setAdjustedExerciseFeePaymentDate(XMLGregorianCalendar value)
      Sets the value of the adjustedExerciseFeePaymentDate 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