Skip navigation links

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


oracle.bpel.services.notification.payload
Interface IGenericPayloadType

All Superinterfaces:
INotificationPayloadContext
All Known Implementing Classes:
GenericPayloadType

public interface IGenericPayloadType
extends INotificationPayloadContext

Interface IGenericPayloadType.


Field Summary

 

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

 

Method Summary
 ICommonPayloadType getCommonPayload()
          Returns the value of field 'commonPayload'.
 IEmailPayloadType getEmailPayload()
          Returns the value of field 'emailPayload'.
 IFaxPayloadType getFaxPayload()
          Returns the value of field 'faxPayload'.
 IPagerPayloadType getPagerPayload()
          Returns the value of field 'pagerPayload'.
 ISMSPayloadType getSMSPayload()
          Returns the value of field 'SMSPayload'.
 IURIPayloadType getURIPayload()
          Returns the value of field 'URIPayload'.
 IVoicePayloadType getVoicePayload()
          Returns the value of field 'voicePayload'.
 void setCommonPayload(ICommonPayloadType commonPayload)
          Sets the value of field 'commonPayload'.
 void setEmailPayload(IEmailPayloadType emailPayload)
          Sets the value of field 'emailPayload'.
 void setFaxPayload(IFaxPayloadType faxPayload)
          Sets the value of field 'faxPayload'.
 void setPagerPayload(IPagerPayloadType pagerPayload)
          Sets the value of field 'pagerPayload'.
 void setSMSPayload(ISMSPayloadType SMSPayload)
          Sets the value of field 'SMSPayload'.
 void setVoicePayload(IVoicePayloadType voicePayload)
          Sets the value of field 'voicePayload'.

 

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

 

Method Detail

getCommonPayload

ICommonPayloadType getCommonPayload()
Returns the value of field 'commonPayload'. The field 'commonPayload' has the following description:
Returns:
the value of field 'commonPayload'.

getEmailPayload

IEmailPayloadType getEmailPayload()
Returns the value of field 'emailPayload'. The field 'emailPayload' has the following description:
Returns:
the value of field 'emailPayload'.

getFaxPayload

IFaxPayloadType getFaxPayload()
Returns the value of field 'faxPayload'. The field 'faxPayload' has the following description:
Returns:
the value of field 'faxPayload'.

getPagerPayload

IPagerPayloadType getPagerPayload()
Returns the value of field 'pagerPayload'. The field 'pagerPayload' has the following description:
Returns:
the value of field 'pagerPayload'.

getURIPayload

IURIPayloadType getURIPayload()
Returns the value of field 'URIPayload'. The field 'URIPayload' has the following description:
Returns:
the value of field 'URIPayload'.

getSMSPayload

ISMSPayloadType getSMSPayload()
Returns the value of field 'SMSPayload'. The field 'SMSPayload' has the following description:
Returns:
the value of field 'SMSPayload'.

getVoicePayload

IVoicePayloadType getVoicePayload()
Returns the value of field 'voicePayload'. The field 'voicePayload' has the following description:
Returns:
the value of field 'voicePayload'.

setCommonPayload

void setCommonPayload(ICommonPayloadType commonPayload)
Sets the value of field 'commonPayload'. The field 'commonPayload' has the following description:
Parameters:
commonPayload - the value of field 'commonPayload'.

setEmailPayload

void setEmailPayload(IEmailPayloadType emailPayload)
Sets the value of field 'emailPayload'. The field 'emailPayload' has the following description:
Parameters:
emailPayload - the value of field 'emailPayload'.

setFaxPayload

void setFaxPayload(IFaxPayloadType faxPayload)
Sets the value of field 'faxPayload'. The field 'faxPayload' has the following description:
Parameters:
faxPayload - the value of field 'faxPayload'.

setPagerPayload

void setPagerPayload(IPagerPayloadType pagerPayload)
Sets the value of field 'pagerPayload'. The field 'pagerPayload' has the following description:
Parameters:
pagerPayload - the value of field 'pagerPayload'.

setSMSPayload

void setSMSPayload(ISMSPayloadType SMSPayload)
Sets the value of field 'SMSPayload'. The field 'SMSPayload' has the following description:
Parameters:
SMSPayload - the value of field 'SMSPayload'.

setVoicePayload

void setVoicePayload(IVoicePayloadType voicePayload)
Sets the value of field 'voicePayload'. The field 'voicePayload' has the following description:
Parameters:
voicePayload - the value of field 'voicePayload'.

Skip navigation links

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


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