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 OnBehalfOf
CorrectableRequestMessage.onBehalfOf
protected OnBehalfOf
DataDocument.onBehalfOf
protected OnBehalfOf
NonCorrectableRequestMessage.onBehalfOf
protected OnBehalfOf
NotificationMessage.onBehalfOf
protected OnBehalfOf
ResponseMessage.onBehalfOf
Methods in net.finmath.smartcontract.product.xml that return OnBehalfOfModifier and TypeMethodDescriptionObjectFactory.createOnBehalfOf()
Create an instance ofOnBehalfOf
CorrectableRequestMessage.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 TypeMethodDescriptionvoid
CorrectableRequestMessage.setOnBehalfOf
(OnBehalfOf value) Sets the value of the onBehalfOf property.void
DataDocument.setOnBehalfOf
(OnBehalfOf value) Sets the value of the onBehalfOf property.void
NonCorrectableRequestMessage.setOnBehalfOf
(OnBehalfOf value) Sets the value of the onBehalfOf property.void
NotificationMessage.setOnBehalfOf
(OnBehalfOf value) Sets the value of the onBehalfOf property.void
ResponseMessage.setOnBehalfOf
(OnBehalfOf value) Sets the value of the onBehalfOf property.