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
Class SMSPayloadType

java.lang.Object
  extended by com.collaxa.cube.xml.BaseFacade
      extended by oracle.bpel.services.notification.payload.SMSPayloadType

All Implemented Interfaces:
java.io.Serializable, INotificationPayloadContext, ISMSPayloadType, org.collaxa.xml.IBaseFacade, org.collaxa.xml.IFacade

public class SMSPayloadType
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ISMSPayloadType

Class SMSPayloadType.

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
SMSPayloadType()
           
SMSPayloadType(org.w3c.dom.Element domElement)
           

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 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.util.Map getPayloadContextValues()
          Get the context values as a map
 java.lang.String getSubject()
          Returns the value of field 'subject'.
 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 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

SMSPayloadType

public SMSPayloadType()

SMSPayloadType

public SMSPayloadType(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

getContent

public IContentType getContent()
Returns the value of field 'content'. The field 'content' has the following description:
Specified by:
getContent in interface ISMSPayloadType
Returns:
the value of field 'content'.

getFrom

public java.lang.String getFrom()
Returns the value of field 'from'. The field 'from' has the following description:
Specified by:
getFrom in interface ISMSPayloadType
Returns:
the value of field 'from'.

getNotificationContext

public INotificationContextType getNotificationContext()
Returns the value of field 'notificationContext'. The field 'notificationContext' has the following description: null
Specified by:
getNotificationContext in interface ISMSPayloadType
Returns:
the value of field 'notificationContext'.

getSubject

public java.lang.String getSubject()
Returns the value of field 'subject'. The field 'subject' has the following description:
Specified by:
getSubject in interface ISMSPayloadType
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 ISMSPayloadType
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:
Specified by:
setContent in interface ISMSPayloadType
Parameters:
content - the value of field 'content'.

setFrom

public void setFrom(java.lang.String from)
Sets the value of field 'from'. The field 'from' has the following description:
Specified by:
setFrom in interface ISMSPayloadType
Parameters:
from - the value of field 'from'.

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 ISMSPayloadType
Parameters:
notificationContext - the value of field 'notificationContext'.

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 ISMSPayloadType
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 ISMSPayloadType
Parameters:
to - the value of field 'to'.

getPayloadContextValues

public java.util.Map getPayloadContextValues()
Get the context values as a map
Specified by:
getPayloadContextValues in interface INotificationPayloadContext
Returns:
a Object value

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.