Uses of Class
net.finmath.smartcontract.product.xml.CorrelationId
Packages that use CorrelationId
-
Uses of CorrelationId in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CorrelationIdModifier and TypeFieldDescriptionprotected CorrelationId
CorrectableRequestMessage.correlationId
protected CorrelationId
EventIdentifier.correlationId
protected CorrelationId
Exception.correlationId
protected CorrelationId
NonCorrectableRequestMessage.correlationId
protected CorrelationId
NotificationMessage.correlationId
protected CorrelationId
ResponseMessage.correlationId
protected CorrelationId
CorrectableRequestMessage.parentCorrelationId
protected CorrelationId
Exception.parentCorrelationId
protected CorrelationId
NonCorrectableRequestMessage.parentCorrelationId
protected CorrelationId
NotificationMessage.parentCorrelationId
protected CorrelationId
ResponseMessage.parentCorrelationId
Methods in net.finmath.smartcontract.product.xml that return CorrelationIdModifier and TypeMethodDescriptionObjectFactory.createCorrelationId()
Create an instance ofCorrelationId
CorrectableRequestMessage.getCorrelationId()
Gets the value of the correlationId property.EventIdentifier.getCorrelationId()
Gets the value of the correlationId property.Exception.getCorrelationId()
Gets the value of the correlationId property.NonCorrectableRequestMessage.getCorrelationId()
Gets the value of the correlationId property.NotificationMessage.getCorrelationId()
Gets the value of the correlationId property.ResponseMessage.getCorrelationId()
Gets the value of the correlationId property.CorrectableRequestMessage.getParentCorrelationId()
Gets the value of the parentCorrelationId property.Exception.getParentCorrelationId()
Gets the value of the parentCorrelationId property.NonCorrectableRequestMessage.getParentCorrelationId()
Gets the value of the parentCorrelationId property.NotificationMessage.getParentCorrelationId()
Gets the value of the parentCorrelationId property.ResponseMessage.getParentCorrelationId()
Gets the value of the parentCorrelationId property.Methods in net.finmath.smartcontract.product.xml with parameters of type CorrelationIdModifier and TypeMethodDescriptionvoid
CorrectableRequestMessage.setCorrelationId
(CorrelationId value) Sets the value of the correlationId property.void
EventIdentifier.setCorrelationId
(CorrelationId value) Sets the value of the correlationId property.void
Exception.setCorrelationId
(CorrelationId value) Sets the value of the correlationId property.void
NonCorrectableRequestMessage.setCorrelationId
(CorrelationId value) Sets the value of the correlationId property.void
NotificationMessage.setCorrelationId
(CorrelationId value) Sets the value of the correlationId property.void
ResponseMessage.setCorrelationId
(CorrelationId value) Sets the value of the correlationId property.void
CorrectableRequestMessage.setParentCorrelationId
(CorrelationId value) Sets the value of the parentCorrelationId property.void
Exception.setParentCorrelationId
(CorrelationId value) Sets the value of the parentCorrelationId property.void
NonCorrectableRequestMessage.setParentCorrelationId
(CorrelationId value) Sets the value of the parentCorrelationId property.void
NotificationMessage.setParentCorrelationId
(CorrelationId value) Sets the value of the parentCorrelationId property.void
ResponseMessage.setParentCorrelationId
(CorrelationId value) Sets the value of the parentCorrelationId property.