Class ExtensionEvent

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

public class ExtensionEvent extends Object
A type to define the adjusted dates associated with an individual extension event.

Java class for ExtensionEvent complex type.

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

 <complexType name="ExtensionEvent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="adjustedExerciseDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="adjustedExtendedTerminationDate" 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

    • ExtensionEvent

      public ExtensionEvent()
  • 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
    • getAdjustedExtendedTerminationDate

      public XMLGregorianCalendar getAdjustedExtendedTerminationDate()
      Gets the value of the adjustedExtendedTerminationDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustedExtendedTerminationDate

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