Uses of Class
net.finmath.smartcontract.product.xml.MessageId
Packages that use MessageId
-
Uses of MessageId in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as MessageIdModifier and TypeFieldDescriptionprotected MessageIdExceptionMessageHeader.inReplyToprotected MessageIdNotificationMessageHeader.inReplyToprotected MessageIdResponseMessageHeader.inReplyToprotected MessageIdMessageHeader.messageIdMethods in net.finmath.smartcontract.product.xml that return MessageIdModifier and TypeMethodDescriptionObjectFactory.createMessageId()Create an instance ofMessageIdExceptionMessageHeader.getInReplyTo()Gets the value of the inReplyTo property.NotificationMessageHeader.getInReplyTo()Gets the value of the inReplyTo property.ResponseMessageHeader.getInReplyTo()Gets the value of the inReplyTo property.MessageHeader.getMessageId()Gets the value of the messageId property.Methods in net.finmath.smartcontract.product.xml with parameters of type MessageIdModifier and TypeMethodDescriptionvoidExceptionMessageHeader.setInReplyTo(MessageId value) Sets the value of the inReplyTo property.voidNotificationMessageHeader.setInReplyTo(MessageId value) Sets the value of the inReplyTo property.voidResponseMessageHeader.setInReplyTo(MessageId value) Sets the value of the inReplyTo property.voidMessageHeader.setMessageId(MessageId value) Sets the value of the messageId property.