Class ExtendibleProvisionAdjustedDates

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

public class ExtendibleProvisionAdjustedDates extends Object
A type defining the adjusted dates associated with a provision to extend a swap.

Java class for ExtendibleProvisionAdjustedDates complex type.

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

 <complexType name="ExtendibleProvisionAdjustedDates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="extensionEvent" type="{http://www.fpml.org/FpML-5/confirmation}ExtensionEvent" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ExtendibleProvisionAdjustedDates

      public ExtendibleProvisionAdjustedDates()
  • Method Details

    • getExtensionEvent

      public List<ExtensionEvent> getExtensionEvent()
      Gets the value of the extensionEvent property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the extensionEvent property.

      For example, to add a new item, do as follows:

          getExtensionEvent().add(newItem);
       

      Objects of the following type(s) are allowed in the list ExtensionEvent