Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1)
E14900-01


com.oracle.bpel.sensor.schemas
Class TSensorActionList

java.lang.Object
  extended by com.collaxa.cube.xml.BaseFacade
      extended by com.oracle.bpel.sensor.schemas.TSensorActionList

All Implemented Interfaces:
ITSensorActionList, java.io.Serializable

public class TSensorActionList
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITSensorActionList

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

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 void addAction(ITSensorAction vAction)
          Method addAction
 void clearAction()
          Method clearAction
 java.util.List getAction()
          Returns the value of field 'action' as List.
 ITSensorAction getAction(int index)
          Returns the value of field 'action'.
 int getActionCount()
          Returns the total number of action as integer for this facade dom element.
 ITSensorAction removeAction(int index)
          Method removeAction
 void setAction(int index, ITSensorAction vAction)
          Sets the given value for element'action' at the specified position (index).The field has the following description:
 void setAction(java.util.List actionList)
          Sets the value of 'action' by copying the given ArrayList.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TSensorActionList

public TSensorActionList()

TSensorActionList

public TSensorActionList(org.w3c.dom.Element domElement)

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

addAction

public void addAction(ITSensorAction vAction)
               throws java.lang.IndexOutOfBoundsException
Method addAction
Specified by:
addAction in interface ITSensorActionList
Parameters:
vAction -
Throws:
java.lang.IndexOutOfBoundsException

clearAction

public void clearAction()
Method clearAction
Specified by:
clearAction in interface ITSensorActionList

getAction

public ITSensorAction getAction(int index)
                         throws java.lang.IndexOutOfBoundsException
Returns the value of field 'action'. from the specified position(index). The field 'action' has the following description:
Specified by:
getAction in interface ITSensorActionList
Parameters:
index -
Returns:
the value of field 'action'. from the specified position(index)
Throws:
java.lang.IndexOutOfBoundsException

getAction

public java.util.List getAction()
Returns the value of field 'action' as List. The field 'action' has the following description:
Specified by:
getAction in interface ITSensorActionList
Returns:
the value of field 'action'

getActionCount

public int getActionCount()
Returns the total number of action as integer for this facade dom element.
Specified by:
getActionCount in interface ITSensorActionList

removeAction

public ITSensorAction removeAction(int index)
                            throws java.lang.IndexOutOfBoundsException
Method removeAction
Specified by:
removeAction in interface ITSensorActionList
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setAction

public void setAction(int index,
                      ITSensorAction vAction)
               throws java.lang.IndexOutOfBoundsException
Sets the given value for element'action' at the specified position (index).The field has the following description:
Specified by:
setAction in interface ITSensorActionList
Parameters:
index -
vAction -
Throws:
java.lang.IndexOutOfBoundsException

setAction

public void setAction(java.util.List actionList)
Sets the value of 'action' by copying the given ArrayList. The field has the following description:
Specified by:
setAction in interface ITSensorActionList
Parameters:
actionList - the value of field 'action'.

Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1)
E14900-01


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