Skip navigation links

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


oracle.bpel.services.notification.payload
Class NotificationContextType

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

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

public class NotificationContextType
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, INotificationContextType
See Also:
Serialized Form

Field Summary

 

Fields inherited from class com.collaxa.cube.xml.BaseFacade
serialVersionUID

 

Constructor Summary
NotificationContextType()
           
NotificationContextType(org.w3c.dom.Element domElement)
           

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 java.lang.String getComponentName()
          Returns the value of field 'componentName'.
 java.lang.String getCompositeDN()
          Returns the value of field 'compositeDN'.
 java.lang.String getCompositeInstanceId()
          Returns the value of field 'compositeInstanceId'.
 java.lang.String getTaskId()
          Returns the value of field 'taskId'.
 void setComponentName(java.lang.String componentName)
          Sets the value of field 'componentName'.
 void setCompositeDN(java.lang.String compositeDN)
          Sets the value of field 'compositeDN'.
 void setCompositeInstanceId(java.lang.String compositeInstanceId)
          Sets the value of field 'compositeInstanceId'.
 void setTaskId(java.lang.String taskId)
          Sets the value of field 'taskId'.

 

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

NotificationContextType

public NotificationContextType()

NotificationContextType

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

getComponentName

public java.lang.String getComponentName()
Returns the value of field 'componentName'. The field 'componentName' has the following description: null
Specified by:
getComponentName in interface INotificationContextType
Returns:
the value of field 'componentName'.

getCompositeDN

public java.lang.String getCompositeDN()
Returns the value of field 'compositeDN'. The field 'compositeDN' has the following description: null
Specified by:
getCompositeDN in interface INotificationContextType
Returns:
the value of field 'compositeDN'.

getCompositeInstanceId

public java.lang.String getCompositeInstanceId()
Returns the value of field 'compositeInstanceId'. The field 'compositeInstanceId' has the following description: null
Specified by:
getCompositeInstanceId in interface INotificationContextType
Returns:
the value of field 'compositeInstanceId'.

getTaskId

public java.lang.String getTaskId()
Returns the value of field 'taskId'. The field 'taskId' has the following description: null
Specified by:
getTaskId in interface INotificationContextType
Returns:
the value of field 'taskId'.

setComponentName

public void setComponentName(java.lang.String componentName)
Sets the value of field 'componentName'. The field 'componentName' has the following description: null
Specified by:
setComponentName in interface INotificationContextType
Parameters:
componentName - the value of field 'componentName'.

setCompositeDN

public void setCompositeDN(java.lang.String compositeDN)
Sets the value of field 'compositeDN'. The field 'compositeDN' has the following description: null
Specified by:
setCompositeDN in interface INotificationContextType
Parameters:
compositeDN - the value of field 'compositeDN'.

setCompositeInstanceId

public void setCompositeInstanceId(java.lang.String compositeInstanceId)
Sets the value of field 'compositeInstanceId'. The field 'compositeInstanceId' has the following description: null
Specified by:
setCompositeInstanceId in interface INotificationContextType
Parameters:
compositeInstanceId - the value of field 'compositeInstanceId'.

setTaskId

public void setTaskId(java.lang.String taskId)
Sets the value of field 'taskId'. The field 'taskId' has the following description: null
Specified by:
setTaskId in interface INotificationContextType
Parameters:
taskId - the value of field 'taskId'.

Skip navigation links

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


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