Skip navigation links

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


oracle.bpel.services.notification.payload
Interface IPagerPayloadType

All Superinterfaces:
INotificationPayloadContext
All Known Implementing Classes:
PagerPayloadType

public interface IPagerPayloadType
extends INotificationPayloadContext

Interface IPagerPayloadType.


Field Summary

 

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

 

Method Summary
 IContentType getContent()
          Returns the value of field 'content'.
 java.lang.String getFrom()
          Returns the value of field 'from'.
 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 setFrom(java.lang.String from)
          Sets the value of field 'from'.
 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'.

getFrom

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

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'.

setFrom

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

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.5.0)
E10660-05


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