Uses of Class
net.finmath.smartcontract.product.xml.EventIdentifier
Packages that use EventIdentifier
-
Uses of EventIdentifier in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as EventIdentifierModifier and TypeFieldDescriptionprotected EventIdentifier
EventStatusItem.eventIdentifier
protected EventIdentifier
RequestEventStatus.eventIdentifier
Methods in net.finmath.smartcontract.product.xml that return EventIdentifierModifier and TypeMethodDescriptionObjectFactory.createEventIdentifier()
Create an instance ofEventIdentifier
EventStatusItem.getEventIdentifier()
Gets the value of the eventIdentifier property.RequestEventStatus.getEventIdentifier()
Gets the value of the eventIdentifier property.Methods in net.finmath.smartcontract.product.xml with parameters of type EventIdentifierModifier and TypeMethodDescriptionvoid
EventStatusItem.setEventIdentifier
(EventIdentifier value) Sets the value of the eventIdentifier property.void
RequestEventStatus.setEventIdentifier
(EventIdentifier value) Sets the value of the eventIdentifier property.