| 
 | Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager 11g Release 1 (11.1.1.6.3) E14900-08 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   com.collaxa.cube.xml.BaseFacade
com.collaxa.cube.xml.BaseFacade
       com.oracle.bpel.sensor.schemas.TSensorData
com.oracle.bpel.sensor.schemas.TSensorData
public class TSensorData
| Constructor Summary | |
|---|---|
| TSensorData() | |
| TSensorData(org.w3c.dom.Element domElement) | |
| Method Summary | |
|---|---|
|  java.lang.String | __getFacadeName()Method __getFacadeName | 
|  void | addVariableData(ITVariableData vVariableData)Method addVariableData | 
|  void | clearVariableData()Method clearVariableData | 
|  ITActivityData | getActivityData()Returns the value of field 'activityData'. | 
|  ITFaultData | getFaultData()Returns the value of field 'faultData'. | 
|  java.util.List | getVariableData()Returns the value of field 'variableData' as List. | 
|  ITVariableData | getVariableData(int index)Returns the value of field 'variableData'. | 
|  int | getVariableDataCount()Returns the total number of variableData as integer for this facade dom element. | 
|  ITVariableData | removeVariableData(int index)Method removeVariableData | 
|  void | setActivityData(ITActivityData activityData)Sets the value of field 'activityData'. | 
|  void | setFaultData(ITFaultData faultData)Sets the value of field 'faultData'. | 
|  void | setVariableData(int index, ITVariableData vVariableData)Sets the given value for element'variableData' at the specified position (index).The field has the following description: | 
|  void | setVariableData(java.util.List variableDataList)Sets the value of 'variableData' 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 | 
|---|
public TSensorData()
public TSensorData(org.w3c.dom.Element domElement)
| Method Detail | 
|---|
public java.lang.String __getFacadeName()
public void addVariableData(ITVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
addVariableData in interface ITSensorDatavVariableData -java.lang.IndexOutOfBoundsExceptionpublic void clearVariableData()
clearVariableData in interface ITSensorDatapublic ITActivityData getActivityData()
getActivityData in interface ITSensorDatapublic ITFaultData getFaultData()
getFaultData in interface ITSensorData
public ITVariableData getVariableData(int index)
                               throws java.lang.IndexOutOfBoundsException
getVariableData in interface ITSensorDataindex -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getVariableData()
getVariableData in interface ITSensorDatapublic int getVariableDataCount()
getVariableDataCount in interface ITSensorData
public ITVariableData removeVariableData(int index)
                                  throws java.lang.IndexOutOfBoundsException
removeVariableData in interface ITSensorDataindex -java.lang.IndexOutOfBoundsExceptionpublic void setActivityData(ITActivityData activityData)
setActivityData in interface ITSensorDataactivityData - the value of field 'activityData'.public void setFaultData(ITFaultData faultData)
setFaultData in interface ITSensorDatafaultData - the value of field 'faultData'.
public void setVariableData(int index,
                            ITVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
setVariableData in interface ITSensorDataindex -vVariableData -java.lang.IndexOutOfBoundsExceptionpublic void setVariableData(java.util.List variableDataList)
setVariableData in interface ITSensorDatavariableDataList - the value of field 'variableData'.| 
 | Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager 11g Release 1 (11.1.1.6.3) E14900-08 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||