Class MandatoryEarlyTerminationAdjustedDates

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

public class MandatoryEarlyTerminationAdjustedDates extends Object
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 Details

  • Constructor Details

    • MandatoryEarlyTerminationAdjustedDates

      public MandatoryEarlyTerminationAdjustedDates()
  • Method Details

    • getAdjustedEarlyTerminationDate

      public XMLGregorianCalendar getAdjustedEarlyTerminationDate()
      Gets the value of the adjustedEarlyTerminationDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustedEarlyTerminationDate

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