Uses of Class
org.somda.sdc.biceps.model.message.InvocationInfo
-
Packages that use InvocationInfo Package Description org.somda.sdc.biceps.model.message -
-
Uses of InvocationInfo in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message declared as InvocationInfo Modifier and Type Field Description protected InvocationInfoAbstractSetResponse. invocationInfoprotected InvocationInfoOperationInvokedReport.ReportPart. invocationInfoMethods in org.somda.sdc.biceps.model.message that return InvocationInfo Modifier and Type Method Description InvocationInfoObjectFactory. createInvocationInfo()Create an instance ofInvocationInfoInvocationInfoAbstractSetResponse. getInvocationInfo()Gets the value of the invocationInfo property.InvocationInfoOperationInvokedReport.ReportPart. getInvocationInfo()Gets the value of the invocationInfo property.Methods in org.somda.sdc.biceps.model.message with parameters of type InvocationInfo Modifier and Type Method Description voidAbstractSetResponse. setInvocationInfo(InvocationInfo value)Sets the value of the invocationInfo property.voidOperationInvokedReport.ReportPart. setInvocationInfo(InvocationInfo value)Sets the value of the invocationInfo property.
-