Interface IVoicePayloadType
- All Superinterfaces:
INotificationPayloadContext
- All Known Implementing Classes:
VoicePayloadType
Interface IVoicePayloadType.
-
Field Summary
Fields inherited from interface oracle.bpel.services.notification.payload.INotificationPayloadContext
NOTIFICATION_CONTEXT -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of field 'content'.Returns the value of field 'notificationContext'.getTo()Returns the value of field 'to'.voidsetContent(IContentType content) Sets the value of field 'content'.voidsetNotificationContext(INotificationContextType notificationContext) Sets the value of field 'notificationContext'.voidSets the value of field 'to'.Methods inherited from interface oracle.bpel.services.notification.payload.INotificationPayloadContext
getPayloadContextValues
-
Method Details
-
getContent
IContentType getContent()Returns the value of field 'content'. The field 'content' has the following description:- Returns:
- the value of field 'content'.
-
getNotificationContext
INotificationContextType getNotificationContext()Returns the value of field 'notificationContext'. The field 'notificationContext' has the following description: null- Returns:
- the value of field 'notificationContext'.
-
getTo
String getTo()Returns the value of field 'to'. The field 'to' has the following description:- Returns:
- the value of field 'to'.
-
setContent
Sets the value of field 'content'. The field 'content' has the following description:- Parameters:
content- the value of field 'content'.
-
setNotificationContext
Sets the value of field 'notificationContext'. The field 'notificationContext' has the following description: null- Parameters:
notificationContext- the value of field 'notificationContext'.
-
setTo
Sets the value of field 'to'. The field 'to' has the following description:- Parameters:
to- the value of field 'to'.
-