Skip navigation links

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


oracle.bpel.services.notification.payload
Class NotificationProperties

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

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

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

Field Summary

 

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

 

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

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 void addNotificationProperty(INotificationPropertyType vNotificationProperty)
          Method addNotificationProperty
 void addNotificationProperty(int index, INotificationPropertyType vNotificationProperty)
          Method addNotificationProperty
 void clearNotificationProperty()
          Method clearNotificationProperty
 java.util.List getNotificationProperty()
          Method getNotificationProperty
 INotificationPropertyType getNotificationProperty(int index)
          Method getNotificationProperty
 int getNotificationPropertyCount()
          Method getNotificationPropertyCount
 INotificationPropertyType removeNotificationProperty(int index)
          Method removeNotificationProperty
 void setNotificationProperty(int index, INotificationPropertyType vNotificationProperty)
          Method setNotificationProperty
 void setNotificationProperty(java.util.List notificationPropertyList)
          Method setNotificationPropertySets the value of 'notificationProperty' by copying the given ArrayList.

 

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

NotificationProperties

public NotificationProperties()

NotificationProperties

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

addNotificationProperty

public void addNotificationProperty(INotificationPropertyType vNotificationProperty)
                             throws java.lang.IndexOutOfBoundsException
Method addNotificationProperty
Specified by:
addNotificationProperty in interface INotificationProperties
Parameters:
vNotificationProperty -
Throws:
java.lang.IndexOutOfBoundsException

addNotificationProperty

public void addNotificationProperty(int index,
                                    INotificationPropertyType vNotificationProperty)
                             throws java.lang.IndexOutOfBoundsException
Method addNotificationProperty
Specified by:
addNotificationProperty in interface INotificationProperties
Parameters:
index -
vNotificationProperty -
Throws:
java.lang.IndexOutOfBoundsException

clearNotificationProperty

public void clearNotificationProperty()
Method clearNotificationProperty
Specified by:
clearNotificationProperty in interface INotificationProperties

getNotificationProperty

public INotificationPropertyType getNotificationProperty(int index)
                                                  throws java.lang.IndexOutOfBoundsException
Method getNotificationProperty
Specified by:
getNotificationProperty in interface INotificationProperties
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getNotificationProperty

public java.util.List getNotificationProperty()
Method getNotificationProperty
Specified by:
getNotificationProperty in interface INotificationProperties

getNotificationPropertyCount

public int getNotificationPropertyCount()
Method getNotificationPropertyCount
Specified by:
getNotificationPropertyCount in interface INotificationProperties

removeNotificationProperty

public INotificationPropertyType removeNotificationProperty(int index)
                                                     throws java.lang.IndexOutOfBoundsException
Method removeNotificationProperty
Specified by:
removeNotificationProperty in interface INotificationProperties
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setNotificationProperty

public void setNotificationProperty(int index,
                                    INotificationPropertyType vNotificationProperty)
                             throws java.lang.IndexOutOfBoundsException
Method setNotificationProperty
Specified by:
setNotificationProperty in interface INotificationProperties
Parameters:
index -
vNotificationProperty -
Throws:
java.lang.IndexOutOfBoundsException

setNotificationProperty

public void setNotificationProperty(java.util.List notificationPropertyList)
Method setNotificationPropertySets the value of 'notificationProperty' by copying the given ArrayList.
Specified by:
setNotificationProperty in interface INotificationProperties
Parameters:
notificationPropertyList - the Vector to copy.

Skip navigation links

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


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