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 __getFacadeNamevoidaddNotificationProperty(int index, INotificationPropertyType vNotificationProperty) Method addNotificationPropertyvoidaddNotificationProperty(INotificationPropertyType vNotificationProperty) Method addNotificationPropertyvoidMethod clearNotificationPropertyMethod getNotificationPropertygetNotificationProperty(int index) Method getNotificationPropertyintMethod getNotificationPropertyCountremoveNotificationProperty(int index) Method removeNotificationPropertyvoidsetNotificationProperty(int index, INotificationPropertyType vNotificationProperty) Method setNotificationPropertyvoidsetNotificationProperty(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:
 __getFacadeNamein interfaceorg.collaxa.xml.IBaseFacade- Overrides:
 __getFacadeNamein classcom.collaxa.cube.xml.BaseFacade
 - 
addNotificationProperty
public void addNotificationProperty(INotificationPropertyType vNotificationProperty) throws IndexOutOfBoundsException Method addNotificationProperty- Specified by:
 addNotificationPropertyin interfaceINotificationProperties- Parameters:
 vNotificationProperty-- Throws:
 IndexOutOfBoundsException
 - 
addNotificationProperty
public void addNotificationProperty(int index, INotificationPropertyType vNotificationProperty) throws IndexOutOfBoundsException Method addNotificationProperty- Specified by:
 addNotificationPropertyin interfaceINotificationProperties- Parameters:
 index-vNotificationProperty-- Throws:
 IndexOutOfBoundsException
 - 
clearNotificationProperty
public void clearNotificationProperty()Method clearNotificationProperty- Specified by:
 clearNotificationPropertyin interfaceINotificationProperties
 - 
getNotificationProperty
public INotificationPropertyType getNotificationProperty(int index) throws IndexOutOfBoundsException Method getNotificationProperty- Specified by:
 getNotificationPropertyin interfaceINotificationProperties- Parameters:
 index-- Throws:
 IndexOutOfBoundsException
 - 
getNotificationProperty
Method getNotificationProperty- Specified by:
 getNotificationPropertyin interfaceINotificationProperties
 - 
getNotificationPropertyCount
public int getNotificationPropertyCount()Method getNotificationPropertyCount- Specified by:
 getNotificationPropertyCountin interfaceINotificationProperties
 - 
removeNotificationProperty
public INotificationPropertyType removeNotificationProperty(int index) throws IndexOutOfBoundsException Method removeNotificationProperty- Specified by:
 removeNotificationPropertyin interfaceINotificationProperties- Parameters:
 index-- Throws:
 IndexOutOfBoundsException
 - 
setNotificationProperty
public void setNotificationProperty(int index, INotificationPropertyType vNotificationProperty) throws IndexOutOfBoundsException Method setNotificationProperty- Specified by:
 setNotificationPropertyin interfaceINotificationProperties- Parameters:
 index-vNotificationProperty-- Throws:
 IndexOutOfBoundsException
 - 
setNotificationProperty
Method setNotificationPropertySets the value of 'notificationProperty' by copying the given ArrayList.- Specified by:
 setNotificationPropertyin interfaceINotificationProperties- Parameters:
 notificationPropertyList- the Vector to copy.
 
 -