Class AdditionalEvent

java.lang.Object
net.finmath.smartcontract.product.xml.AbstractEvent
net.finmath.smartcontract.product.xml.AdditionalEvent

public abstract class AdditionalEvent extends AbstractEvent
Abstract base type for an extension/substitution point to customize FpML and add additional events.

Java class for AdditionalEvent complex type.

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

 <complexType name="AdditionalEvent">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractEvent">
     </extension>
   </complexContent>
 </complexType>