Class AdditionalEvent
java.lang.Object
net.finmath.smartcontract.product.xml.AbstractEvent
net.finmath.smartcontract.product.xml.AdditionalEvent
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>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.AbstractEvent
eventIdentifier
-
Constructor Summary
-
Method Summary
Methods inherited from class net.finmath.smartcontract.product.xml.AbstractEvent
getEventIdentifier
-
Constructor Details
-
AdditionalEvent
public AdditionalEvent()
-