Skip navigation links

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


oracle.bpel.services.notification.payload
Class UserNotificationPayloadType

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

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

public class UserNotificationPayloadType
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, IUserNotificationPayloadType

Class UserNotificationPayloadType.

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

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 IGenericPayloadType getGenericPayload()
          Returns the value of field 'genericPayload'.
 INotificationContextType getNotificationContext()
          Returns the value of field 'notificationContext'.
 java.util.Map getPayloadContextValues()
          Get the context values as a map
 IUserPropertiesType getPreferenceProperties()
          Returns the value of field 'preferenceProperties'.
 java.lang.String getUserId()
          Returns the value of field 'userId'.
 void setGenericPayload(IGenericPayloadType genericPayload)
          Sets the value of field 'genericPayload'.
 void setNotificationContext(INotificationContextType notificationContext)
          Sets the value of field 'notificationContext'.
 void setPreferenceProperties(IUserPropertiesType preferenceProperties)
          Sets the value of field 'preferenceProperties'.
 void setUserId(java.lang.String userId)
          Sets the value of field 'userId'.

 

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

UserNotificationPayloadType

public UserNotificationPayloadType()

UserNotificationPayloadType

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

getGenericPayload

public IGenericPayloadType getGenericPayload()
Returns the value of field 'genericPayload'. The field 'genericPayload' has the following description:
Specified by:
getGenericPayload in interface IUserNotificationPayloadType
Returns:
the value of field 'genericPayload'.

getNotificationContext

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

getPreferenceProperties

public IUserPropertiesType getPreferenceProperties()
Returns the value of field 'preferenceProperties'. The field 'preferenceProperties' has the following description:
Specified by:
getPreferenceProperties in interface IUserNotificationPayloadType
Returns:
the value of field 'preferenceProperties'.

getUserId

public java.lang.String getUserId()
Returns the value of field 'userId'. The field 'userId' has the following description:
Specified by:
getUserId in interface IUserNotificationPayloadType
Returns:
the value of field 'userId'.

setGenericPayload

public void setGenericPayload(IGenericPayloadType genericPayload)
Sets the value of field 'genericPayload'. The field 'genericPayload' has the following description:
Specified by:
setGenericPayload in interface IUserNotificationPayloadType
Parameters:
genericPayload - the value of field 'genericPayload'.

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

setPreferenceProperties

public void setPreferenceProperties(IUserPropertiesType preferenceProperties)
Sets the value of field 'preferenceProperties'. The field 'preferenceProperties' has the following description:
Specified by:
setPreferenceProperties in interface IUserNotificationPayloadType
Parameters:
preferenceProperties - the value of field 'preferenceProperties'.

setUserId

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

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)
E10660-02


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