Uses of Class
net.finmath.smartcontract.product.xml.OnBehalfOf
Packages that use OnBehalfOf
-
Uses of OnBehalfOf in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as OnBehalfOfModifier and TypeFieldDescriptionprotected OnBehalfOfCorrectableRequestMessage.onBehalfOfprotected OnBehalfOfDataDocument.onBehalfOfprotected OnBehalfOfNonCorrectableRequestMessage.onBehalfOfprotected OnBehalfOfNotificationMessage.onBehalfOfprotected OnBehalfOfResponseMessage.onBehalfOfMethods in net.finmath.smartcontract.product.xml that return OnBehalfOfModifier and TypeMethodDescriptionObjectFactory.createOnBehalfOf()Create an instance ofOnBehalfOfCorrectableRequestMessage.getOnBehalfOf()Gets the value of the onBehalfOf property.DataDocument.getOnBehalfOf()Gets the value of the onBehalfOf property.NonCorrectableRequestMessage.getOnBehalfOf()Gets the value of the onBehalfOf property.NotificationMessage.getOnBehalfOf()Gets the value of the onBehalfOf property.ResponseMessage.getOnBehalfOf()Gets the value of the onBehalfOf property.Methods in net.finmath.smartcontract.product.xml with parameters of type OnBehalfOfModifier and TypeMethodDescriptionvoidCorrectableRequestMessage.setOnBehalfOf(OnBehalfOf value) Sets the value of the onBehalfOf property.voidDataDocument.setOnBehalfOf(OnBehalfOf value) Sets the value of the onBehalfOf property.voidNonCorrectableRequestMessage.setOnBehalfOf(OnBehalfOf value) Sets the value of the onBehalfOf property.voidNotificationMessage.setOnBehalfOf(OnBehalfOf value) Sets the value of the onBehalfOf property.voidResponseMessage.setOnBehalfOf(OnBehalfOf value) Sets the value of the onBehalfOf property.