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
FieldsFields inherited from class net.finmath.smartcontract.product.xml.AbstractEvent
eventIdentifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()Gets the value of the type property.voidsetType(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
-