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 CorrelationIdCorrectableRequestMessage.correlationIdprotected CorrelationIdEventIdentifier.correlationIdprotected CorrelationIdException.correlationIdprotected CorrelationIdNonCorrectableRequestMessage.correlationIdprotected CorrelationIdNotificationMessage.correlationIdprotected CorrelationIdResponseMessage.correlationIdprotected CorrelationIdCorrectableRequestMessage.parentCorrelationIdprotected CorrelationIdException.parentCorrelationIdprotected CorrelationIdNonCorrectableRequestMessage.parentCorrelationIdprotected CorrelationIdNotificationMessage.parentCorrelationIdprotected CorrelationIdResponseMessage.parentCorrelationIdMethods in net.finmath.smartcontract.product.xml that return CorrelationIdModifier and TypeMethodDescriptionObjectFactory.createCorrelationId()Create an instance ofCorrelationIdCorrectableRequestMessage.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 TypeMethodDescriptionvoidCorrectableRequestMessage.setCorrelationId(CorrelationId value) Sets the value of the correlationId property.voidEventIdentifier.setCorrelationId(CorrelationId value) Sets the value of the correlationId property.voidException.setCorrelationId(CorrelationId value) Sets the value of the correlationId property.voidNonCorrectableRequestMessage.setCorrelationId(CorrelationId value) Sets the value of the correlationId property.voidNotificationMessage.setCorrelationId(CorrelationId value) Sets the value of the correlationId property.voidResponseMessage.setCorrelationId(CorrelationId value) Sets the value of the correlationId property.voidCorrectableRequestMessage.setParentCorrelationId(CorrelationId value) Sets the value of the parentCorrelationId property.voidException.setParentCorrelationId(CorrelationId value) Sets the value of the parentCorrelationId property.voidNonCorrectableRequestMessage.setParentCorrelationId(CorrelationId value) Sets the value of the parentCorrelationId property.voidNotificationMessage.setParentCorrelationId(CorrelationId value) Sets the value of the parentCorrelationId property.voidResponseMessage.setParentCorrelationId(CorrelationId value) Sets the value of the parentCorrelationId property.