Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpel.services.notification.payload
Class EmailPayloadType

java.lang.Object
  extended by com.collaxa.cube.xml.BaseFacade
      extended by oracle.bpel.services.notification.payload.EmailPayloadType
All Implemented Interfaces:
java.io.Serializable, IEmailPayloadType, INotificationPayloadContext, org.collaxa.xml.IBaseFacade, org.collaxa.xml.IFacade

public class EmailPayloadType
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, IEmailPayloadType

Class EmailPayloadType.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.collaxa.cube.xml.BaseFacade
serialVersionUID
 
Fields inherited from interface oracle.bpel.services.notification.payload.INotificationPayloadContext
NOTIFICATION_CONTEXT
 
Constructor Summary
EmailPayloadType()
           
EmailPayloadType(org.w3c.dom.Element domElement)
           
 
Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 java.lang.String getBcc()
          Returns the value of field 'bcc'.
 java.io.InputStream getBodyPartInputStream(java.lang.String name)
          Get the body part input stream
 java.lang.String getCc()
          Returns the value of field 'cc'.
 IContentType getContent()
          Returns the value of field 'content'.
 IEmailHeaders getEmailHeaders()
          Returns the value of field 'emailHeaders'.
 java.lang.String getFromAccountName()
          Returns the value of field 'fromAccountName'.
 java.lang.String getFromUserName()
          Returns the value of field 'fromUserName'.
 INotificationContextType getNotificationContext()
          Returns the value of field 'notificationContext'.
 java.util.Map getPayloadContextValues()
          Get the context values as a map
 java.lang.String getReplyToAddress()
          Returns the value of field 'replyToAddress'.
 java.lang.String getSubject()
          Returns the value of field 'subject'.
 java.lang.String getTo()
          Returns the value of field 'to'.
 void setBcc(java.lang.String bcc)
          Sets the value of field 'bcc'.
 void setBodyPartInputStream(java.lang.String name, java.io.InputStream inputStream)
          Set the body part input stream
 void setCc(java.lang.String cc)
          Sets the value of field 'cc'.
 void setContent(IContentType content)
          Sets the value of field 'content'.
 void setEmailHeaders(IEmailHeaders emailHeaders)
          Sets the value of field 'emailHeaders'.
 void setFromAccountName(java.lang.String fromAccountName)
          Sets the value of field 'fromAccountName'.
 void setFromUserName(java.lang.String fromUserName)
          Sets the value of field 'fromUserName'.
 void setNotificationContext(INotificationContextType notificationContext)
          Sets the value of field 'notificationContext'.
 void setReplyToAddress(java.lang.String replyToAddress)
          Sets the value of field 'replyToAddress'.
 void setSubject(java.lang.String subject)
          Sets the value of field 'subject'.
 void setTo(java.lang.String to)
          Sets the value of field 'to'.
 
Methods inherited from class com.collaxa.cube.xml.BaseFacade
_setChildElementValue, addChildElement, addChildElement, clearChildElements, containsChildElement, getAttributeValue, getChildElement, getChildElement, getChildElements, getChildElementValue, getChildElementValue, getElementName, getNamespaceUri, getQName, getRootElement, getSimpleContent, isRootElement, isRootElement, numberOfChildElements, parseQName, removeChildElement, removeChildElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setChildElement, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setRootElement, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, toDOM, toString, toXML, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmailPayloadType

public EmailPayloadType()

EmailPayloadType

public EmailPayloadType(org.w3c.dom.Element domElement)
Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

Specified by:
__getFacadeName in interface org.collaxa.xml.IBaseFacade
Overrides:
__getFacadeName in class com.collaxa.cube.xml.BaseFacade

getBcc

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

Specified by:
getBcc in interface IEmailPayloadType
Returns:
the value of field 'bcc'.

getCc

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

Specified by:
getCc in interface IEmailPayloadType
Returns:
the value of field 'cc'.

getContent

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

Specified by:
getContent in interface IEmailPayloadType
Returns:
the value of field 'content'.

getEmailHeaders

public IEmailHeaders getEmailHeaders()
Returns the value of field 'emailHeaders'. The field 'emailHeaders' has the following description:

Specified by:
getEmailHeaders in interface IEmailPayloadType
Returns:
the value of field 'emailHeaders'.

getFromAccountName

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

Specified by:
getFromAccountName in interface IEmailPayloadType
Returns:
the value of field 'fromAccountName'.

getNotificationContext

public INotificationContextType getNotificationContext()
Returns the value of field 'notificationContext'. The field 'notificationContext' has the following description: null

Specified by:
getNotificationContext in interface IEmailPayloadType
Returns:
the value of field 'notificationContext'.

getReplyToAddress

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

Specified by:
getReplyToAddress in interface IEmailPayloadType
Returns:
the value of field 'replyToAddress'.

getFromUserName

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

Specified by:
getFromUserName in interface IEmailPayloadType
Returns:
the value of field 'fromUserName'.

getSubject

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

Specified by:
getSubject in interface IEmailPayloadType
Returns:
the value of field 'subject'.

getTo

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

Specified by:
getTo in interface IEmailPayloadType
Returns:
the value of field 'to'.

setBcc

public void setBcc(java.lang.String bcc)
Sets the value of field 'bcc'. The field 'bcc' has the following description:

Specified by:
setBcc in interface IEmailPayloadType
Parameters:
bcc - the value of field 'bcc'.

setCc

public void setCc(java.lang.String cc)
Sets the value of field 'cc'. The field 'cc' has the following description:

Specified by:
setCc in interface IEmailPayloadType
Parameters:
cc - the value of field 'cc'.

setContent

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

Specified by:
setContent in interface IEmailPayloadType
Parameters:
content - the value of field 'content'.

setEmailHeaders

public void setEmailHeaders(IEmailHeaders emailHeaders)
Sets the value of field 'emailHeaders'. The field 'emailHeaders' has the following description:

Specified by:
setEmailHeaders in interface IEmailPayloadType
Parameters:
emailHeaders - the value of field 'emailHeaders'.

setFromAccountName

public void setFromAccountName(java.lang.String fromAccountName)
Sets the value of field 'fromAccountName'. The field 'fromAccountName' has the following description:

Specified by:
setFromAccountName in interface IEmailPayloadType
Parameters:
fromAccountName - the value of field 'fromAccountName'.

setNotificationContext

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

Specified by:
setNotificationContext in interface IEmailPayloadType
Parameters:
notificationContext - the value of field 'notificationContext'.

setReplyToAddress

public void setReplyToAddress(java.lang.String replyToAddress)
Sets the value of field 'replyToAddress'. The field 'replyToAddress' has the following description:

Specified by:
setReplyToAddress in interface IEmailPayloadType
Parameters:
replyToAddress - the value of field 'replyToAddress'.

setFromUserName

public void setFromUserName(java.lang.String fromUserName)
Sets the value of field 'fromUserName'. The field 'fromUserName' has the following description:

Specified by:
setFromUserName in interface IEmailPayloadType
Parameters:
fromUserName - the value of field 'fromUserName'.

setSubject

public void setSubject(java.lang.String subject)
Sets the value of field 'subject'. The field 'subject' has the following description:

Specified by:
setSubject in interface IEmailPayloadType
Parameters:
subject - the value of field 'subject'.

setTo

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

Specified by:
setTo in interface IEmailPayloadType
Parameters:
to - the value of field 'to'.

setBodyPartInputStream

public void setBodyPartInputStream(java.lang.String name,
                                   java.io.InputStream inputStream)
Set the body part input stream

Specified by:
setBodyPartInputStream in interface IEmailPayloadType
Parameters:
name - a String value
inputStream - a java.io.InputStream value

getBodyPartInputStream

public java.io.InputStream getBodyPartInputStream(java.lang.String name)
Get the body part input stream

Specified by:
getBodyPartInputStream in interface IEmailPayloadType
Parameters:
name - a String value
Returns:
a java.io.InputStream value

getPayloadContextValues

public java.util.Map getPayloadContextValues()
Get the context values as a map

Specified by:
getPayloadContextValues in interface INotificationPayloadContext
Returns:
a Object value

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

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