Class EarlyTerminationEvent
java.lang.Object
net.finmath.smartcontract.product.xml.EarlyTerminationEvent
A type to define the adjusted dates associated with an early termination
provision.
Java class for EarlyTerminationEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EarlyTerminationEvent"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="adjustedExerciseDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="adjustedEarlyTerminationDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="adjustedCashSettlementValuationDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="adjustedCashSettlementPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <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 Summary
Modifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected XMLGregorianCalendar
protected XMLGregorianCalendar
protected XMLGregorianCalendar
protected XMLGregorianCalendar
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustedCashSettlementPaymentDate property.Gets the value of the adjustedCashSettlementValuationDate property.Gets the value of the adjustedEarlyTerminationDate property.Gets the value of the adjustedExerciseDate property.Gets the value of the adjustedExerciseFeePaymentDate property.getId()
Gets the value of the id property.void
Sets the value of the adjustedCashSettlementPaymentDate property.void
Sets the value of the adjustedCashSettlementValuationDate property.void
Sets the value of the adjustedEarlyTerminationDate property.void
Sets the value of the adjustedExerciseDate property.void
Sets the value of the adjustedExerciseFeePaymentDate property.void
Sets the value of the id property.
-
Field Details
-
adjustedExerciseDate
-
adjustedEarlyTerminationDate
-
adjustedCashSettlementValuationDate
-
adjustedCashSettlementPaymentDate
-
adjustedExerciseFeePaymentDate
-
id
-
-
Constructor Details
-
EarlyTerminationEvent
public EarlyTerminationEvent()
-
-
Method Details
-
getAdjustedExerciseDate
Gets the value of the adjustedExerciseDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAdjustedExerciseDate
Sets the value of the adjustedExerciseDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getAdjustedEarlyTerminationDate
Gets the value of the adjustedEarlyTerminationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAdjustedEarlyTerminationDate
Sets the value of the adjustedEarlyTerminationDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getAdjustedCashSettlementValuationDate
Gets the value of the adjustedCashSettlementValuationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAdjustedCashSettlementValuationDate
Sets the value of the adjustedCashSettlementValuationDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getAdjustedCashSettlementPaymentDate
Gets the value of the adjustedCashSettlementPaymentDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAdjustedCashSettlementPaymentDate
Sets the value of the adjustedCashSettlementPaymentDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getAdjustedExerciseFeePaymentDate
Gets the value of the adjustedExerciseFeePaymentDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAdjustedExerciseFeePaymentDate
Sets the value of the adjustedExerciseFeePaymentDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getId
-
setId
-