Class CorporateActionEvent
java.lang.Object
net.finmath.smartcontract.product.xml.AbstractEvent
net.finmath.smartcontract.product.xml.ChangeEvent
net.finmath.smartcontract.product.xml.CorporateActionEvent
A structure indicating that a trade has changed due to a corporate action
Java class for CorporateActionEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CorporateActionEvent"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}ChangeEvent"> <sequence> <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}CorporateActionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.AbstractEvent
eventIdentifier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
Gets the value of the type property.void
setType
(CorporateActionType value) Sets the value of the type property.Methods inherited from class net.finmath.smartcontract.product.xml.AbstractEvent
getEventIdentifier
-
Field Details
-
type
-
-
Constructor Details
-
CorporateActionEvent
public CorporateActionEvent()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
CorporateActionType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isCorporateActionType
-