Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.tip.pc.services.notification.payload
Interface IVoicePayloadType

All Superinterfaces:
INotificationPayloadContext
All Known Implementing Classes:
VoicePayloadType

public interface IVoicePayloadType
extends INotificationPayloadContext

Interface IVoicePayloadType.


Field Summary

 

Fields inherited from interface oracle.tip.pc.services.notification.payload.INotificationPayloadContext
NOTIFICATION_CONTEXT

 

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

 

Methods inherited from interface oracle.tip.pc.services.notification.payload.INotificationPayloadContext
getPayloadContextValues

 

Method Detail

getContent

public IContentType getContent()
Returns the value of field 'content'. The field 'content' has the following description:
Returns:
the value of field 'content'.

getTo

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

setContent

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

setTo

public 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 BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.