Uses of Class
net.finmath.smartcontract.product.xml.EventsChoice
Packages that use EventsChoice
-
Uses of EventsChoice in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as EventsChoiceModifier and TypeFieldDescriptionprotected EventsChoiceConfirmationStatus.allegedEventprotected EventsChoiceConfirmationStatus.assertedEventMethods in net.finmath.smartcontract.product.xml that return EventsChoiceModifier and TypeMethodDescriptionObjectFactory.createEventsChoice()Create an instance ofEventsChoiceConfirmationStatus.getAllegedEvent()Gets the value of the allegedEvent property.ConfirmationStatus.getAssertedEvent()Gets the value of the assertedEvent property.Methods in net.finmath.smartcontract.product.xml with parameters of type EventsChoiceModifier and TypeMethodDescriptionvoidConfirmationStatus.setAllegedEvent(EventsChoice value) Sets the value of the allegedEvent property.voidConfirmationStatus.setAssertedEvent(EventsChoice value) Sets the value of the assertedEvent property.