Class NotificationProperties
java.lang.Object
com.collaxa.cube.xml.BaseFacade
oracle.bpel.services.notification.payload.NotificationProperties
- All Implemented Interfaces:
Serializable
,INotificationProperties
,org.collaxa.xml.IBaseFacade
,org.collaxa.xml.IFacade
public class NotificationProperties
extends com.collaxa.cube.xml.BaseFacade
implements Serializable, INotificationProperties
- See Also:
-
Field Summary
Fields inherited from class com.collaxa.cube.xml.BaseFacade
serialVersionUID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod __getFacadeNamevoid
addNotificationProperty
(int index, INotificationPropertyType vNotificationProperty) Method addNotificationPropertyvoid
addNotificationProperty
(INotificationPropertyType vNotificationProperty) Method addNotificationPropertyvoid
Method clearNotificationPropertyMethod getNotificationPropertygetNotificationProperty
(int index) Method getNotificationPropertyint
Method getNotificationPropertyCountremoveNotificationProperty
(int index) Method removeNotificationPropertyvoid
setNotificationProperty
(int index, INotificationPropertyType vNotificationProperty) Method setNotificationPropertyvoid
setNotificationProperty
(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
-
Constructor Details
-
NotificationProperties
public NotificationProperties() -
NotificationProperties
-
-
Method Details
-
__getFacadeName
Method __getFacadeName- Specified by:
__getFacadeName
in interfaceorg.collaxa.xml.IBaseFacade
- Overrides:
__getFacadeName
in classcom.collaxa.cube.xml.BaseFacade
-
addNotificationProperty
public void addNotificationProperty(INotificationPropertyType vNotificationProperty) throws IndexOutOfBoundsException Method addNotificationProperty- Specified by:
addNotificationProperty
in interfaceINotificationProperties
- Parameters:
vNotificationProperty
-- Throws:
IndexOutOfBoundsException
-
addNotificationProperty
public void addNotificationProperty(int index, INotificationPropertyType vNotificationProperty) throws IndexOutOfBoundsException Method addNotificationProperty- Specified by:
addNotificationProperty
in interfaceINotificationProperties
- Parameters:
index
-vNotificationProperty
-- Throws:
IndexOutOfBoundsException
-
clearNotificationProperty
public void clearNotificationProperty()Method clearNotificationProperty- Specified by:
clearNotificationProperty
in interfaceINotificationProperties
-
getNotificationProperty
public INotificationPropertyType getNotificationProperty(int index) throws IndexOutOfBoundsException Method getNotificationProperty- Specified by:
getNotificationProperty
in interfaceINotificationProperties
- Parameters:
index
-- Throws:
IndexOutOfBoundsException
-
getNotificationProperty
Method getNotificationProperty- Specified by:
getNotificationProperty
in interfaceINotificationProperties
-
getNotificationPropertyCount
public int getNotificationPropertyCount()Method getNotificationPropertyCount- Specified by:
getNotificationPropertyCount
in interfaceINotificationProperties
-
removeNotificationProperty
public INotificationPropertyType removeNotificationProperty(int index) throws IndexOutOfBoundsException Method removeNotificationProperty- Specified by:
removeNotificationProperty
in interfaceINotificationProperties
- Parameters:
index
-- Throws:
IndexOutOfBoundsException
-
setNotificationProperty
public void setNotificationProperty(int index, INotificationPropertyType vNotificationProperty) throws IndexOutOfBoundsException Method setNotificationProperty- Specified by:
setNotificationProperty
in interfaceINotificationProperties
- Parameters:
index
-vNotificationProperty
-- Throws:
IndexOutOfBoundsException
-
setNotificationProperty
Method setNotificationPropertySets the value of 'notificationProperty' by copying the given ArrayList.- Specified by:
setNotificationProperty
in interfaceINotificationProperties
- Parameters:
notificationPropertyList
- the Vector to copy.
-