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 GroupNotificationPayloadType

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

public class GroupNotificationPayloadType
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, IGroupNotificationPayloadType

Class GroupNotificationPayloadType.

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
GroupNotificationPayloadType()
           
GroupNotificationPayloadType(org.w3c.dom.Element domElement)
           
 
Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 IGenericPayloadType getGenericPayload()
          Returns the value of field 'genericPayload'.
 java.lang.String getGroupId()
          Returns the value of field 'groupId'.
 INotificationContextType getNotificationContext()
          Returns the value of field 'notificationContext'.
 java.util.Map getPayloadContextValues()
          Get the context values as a map
 void setGenericPayload(IGenericPayloadType genericPayload)
          Sets the value of field 'genericPayload'.
 void setGroupId(java.lang.String groupId)
          Sets the value of field 'groupId'.
 void setNotificationContext(INotificationContextType notificationContext)
          Sets the value of field 'notificationContext'.
 
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

GroupNotificationPayloadType

public GroupNotificationPayloadType()

GroupNotificationPayloadType

public GroupNotificationPayloadType(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 IGroupNotificationPayloadType
Returns:
the value of field 'genericPayload'.

getGroupId

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

Specified by:
getGroupId in interface IGroupNotificationPayloadType
Returns:
the value of field 'groupId'.

getNotificationContext

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

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

setGenericPayload

public void setGenericPayload(IGenericPayloadType genericPayload)
Sets the value of field 'genericPayload'. The field 'genericPayload' has the following description:

Specified by:
setGenericPayload in interface IGroupNotificationPayloadType
Parameters:
genericPayload - the value of field 'genericPayload'.

setGroupId

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

Specified by:
setGroupId in interface IGroupNotificationPayloadType
Parameters:
groupId - the value of field 'groupId'.

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

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.