Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10660-04


oracle.bpel.services.notification.payload
Interface IIMPayloadType

All Superinterfaces:
INotificationPayloadContext
All Known Implementing Classes:
IMPayloadType

public interface IIMPayloadType
extends INotificationPayloadContext

Interface IIMPayloadType.


Field Summary

 

Fields inherited from interface oracle.bpel.services.notification.payload.INotificationPayloadContext
NOTIFICATION_CONTEXT

 

Method Summary
 IContentType getContent()
          Returns the value of field 'content'.
 INotificationContextType getNotificationContext()
          Returns the value of field 'notificationContext'.
 java.lang.String getTo()
          Returns the value of field 'to'.
 void setContent(IContentType content)
          Sets the value of field 'content'.
 void setNotificationContext(INotificationContextType notificationContext)
          Sets the value of field 'notificationContext'.
 void setTo(java.lang.String to)
          Sets the value of field 'to'.

 

Methods inherited from interface oracle.bpel.services.notification.payload.INotificationPayloadContext
getPayloadContextValues

 

Method Detail

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

java.lang.String getTo()
Returns the value of field 'to'. The field 'to' has the following description:
Returns:
the value of field 'to'.

setContent

void setContent(IContentType content)
Sets the value of field 'content'. The field 'content' has the following description:
Parameters:
content - the value of field 'content'.

setNotificationContext

void setNotificationContext(INotificationContextType notificationContext)
Sets the value of field 'notificationContext'. The field 'notificationContext' has the following description: null
Parameters:
notificationContext - the value of field 'notificationContext'.

setTo

void setTo(java.lang.String to)
Sets the value of field 'to'. The field 'to' has the following description:
Parameters:
to - the value of field 'to'.

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10660-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.