Class MandatoryEarlyTerminationAdjustedDates
java.lang.Object
net.finmath.smartcontract.product.xml.MandatoryEarlyTerminationAdjustedDates
A type defining the adjusted dates associated with a mandatory early
termination provision.
Java class for MandatoryEarlyTerminationAdjustedDates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MandatoryEarlyTerminationAdjustedDates"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected XMLGregorianCalendar
protected XMLGregorianCalendar
-
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.void
Sets the value of the adjustedCashSettlementPaymentDate property.void
Sets the value of the adjustedCashSettlementValuationDate property.void
Sets the value of the adjustedEarlyTerminationDate property.
-
Field Details
-
adjustedEarlyTerminationDate
-
adjustedCashSettlementValuationDate
-
adjustedCashSettlementPaymentDate
-
-
Constructor Details
-
MandatoryEarlyTerminationAdjustedDates
public MandatoryEarlyTerminationAdjustedDates()
-
-
Method Details
-
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
-