Uses of Class
net.finmath.smartcontract.product.xml.MessageAddress
Packages that use MessageAddress
-
Uses of MessageAddress in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as MessageAddressModifier and TypeFieldDescriptionprotected MessageAddress
ExceptionMessageHeader.sentBy
protected MessageAddress
NotificationMessageHeader.sentBy
protected MessageAddress
RequestMessageHeader.sentBy
protected MessageAddress
ResponseMessageHeader.sentBy
Fields in net.finmath.smartcontract.product.xml with type parameters of type MessageAddressModifier and TypeFieldDescriptionprotected List<MessageAddress>
ExceptionMessageHeader.copyTo
protected List<MessageAddress>
NotificationMessageHeader.copyTo
protected List<MessageAddress>
RequestMessageHeader.copyTo
protected List<MessageAddress>
ResponseMessageHeader.copyTo
protected List<MessageAddress>
ExceptionMessageHeader.sendTo
protected List<MessageAddress>
NotificationMessageHeader.sendTo
protected List<MessageAddress>
RequestMessageHeader.sendTo
protected List<MessageAddress>
ResponseMessageHeader.sendTo
Methods in net.finmath.smartcontract.product.xml that return MessageAddressModifier and TypeMethodDescriptionObjectFactory.createMessageAddress()
Create an instance ofMessageAddress
ExceptionMessageHeader.getSentBy()
Gets the value of the sentBy property.NotificationMessageHeader.getSentBy()
Gets the value of the sentBy property.RequestMessageHeader.getSentBy()
Gets the value of the sentBy property.ResponseMessageHeader.getSentBy()
Gets the value of the sentBy property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type MessageAddressModifier and TypeMethodDescriptionExceptionMessageHeader.getCopyTo()
Gets the value of the copyTo property.NotificationMessageHeader.getCopyTo()
Gets the value of the copyTo property.RequestMessageHeader.getCopyTo()
Gets the value of the copyTo property.ResponseMessageHeader.getCopyTo()
Gets the value of the copyTo property.ExceptionMessageHeader.getSendTo()
Gets the value of the sendTo property.NotificationMessageHeader.getSendTo()
Gets the value of the sendTo property.RequestMessageHeader.getSendTo()
Gets the value of the sendTo property.ResponseMessageHeader.getSendTo()
Gets the value of the sendTo property.Methods in net.finmath.smartcontract.product.xml with parameters of type MessageAddressModifier and TypeMethodDescriptionvoid
ExceptionMessageHeader.setSentBy(MessageAddress value)
Sets the value of the sentBy property.void
NotificationMessageHeader.setSentBy(MessageAddress value)
Sets the value of the sentBy property.void
RequestMessageHeader.setSentBy(MessageAddress value)
Sets the value of the sentBy property.void
ResponseMessageHeader.setSentBy(MessageAddress value)
Sets the value of the sentBy property.