Skip navigation links

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


com.oracle.bpel.sensor.schemas
Class TSensorData

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

All Implemented Interfaces:
ITSensorData, java.io.Serializable

public class TSensorData
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITSensorData

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

TSensorData

public TSensorData()

TSensorData

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

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

addVariableData

public void addVariableData(ITVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
Method addVariableData
Specified by:
addVariableData in interface ITSensorData
Parameters:
vVariableData -
Throws:
java.lang.IndexOutOfBoundsException

clearVariableData

public void clearVariableData()
Method clearVariableData
Specified by:
clearVariableData in interface ITSensorData

getActivityData

public ITActivityData getActivityData()
Returns the value of field 'activityData'. The field 'activityData' has the following description: null
Specified by:
getActivityData in interface ITSensorData
Returns:
the value of field 'activityData'.

getFaultData

public ITFaultData getFaultData()
Returns the value of field 'faultData'. The field 'faultData' has the following description: null
Specified by:
getFaultData in interface ITSensorData
Returns:
the value of field 'faultData'.

getVariableData

public ITVariableData getVariableData(int index)
                               throws java.lang.IndexOutOfBoundsException
Returns the value of field 'variableData'. from the specified position(index). The field 'variableData' has the following description:
Specified by:
getVariableData in interface ITSensorData
Parameters:
index -
Returns:
the value of field 'variableData'. from the specified position(index)
Throws:
java.lang.IndexOutOfBoundsException

getVariableData

public java.util.List getVariableData()
Returns the value of field 'variableData' as List. The field 'variableData' has the following description:
Specified by:
getVariableData in interface ITSensorData
Returns:
the value of field 'variableData'

getVariableDataCount

public int getVariableDataCount()
Returns the total number of variableData as integer for this facade dom element.
Specified by:
getVariableDataCount in interface ITSensorData

removeVariableData

public ITVariableData removeVariableData(int index)
                                  throws java.lang.IndexOutOfBoundsException
Method removeVariableData
Specified by:
removeVariableData in interface ITSensorData
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setActivityData

public void setActivityData(ITActivityData activityData)
Sets the value of field 'activityData'. The field 'activityData' has the following description: null
Specified by:
setActivityData in interface ITSensorData
Parameters:
activityData - the value of field 'activityData'.

setFaultData

public void setFaultData(ITFaultData faultData)
Sets the value of field 'faultData'. The field 'faultData' has the following description: null
Specified by:
setFaultData in interface ITSensorData
Parameters:
faultData - the value of field 'faultData'.

setVariableData

public void setVariableData(int index,
                            ITVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
Sets the given value for element'variableData' at the specified position (index).The field has the following description:
Specified by:
setVariableData in interface ITSensorData
Parameters:
index -
vVariableData -
Throws:
java.lang.IndexOutOfBoundsException

setVariableData

public void setVariableData(java.util.List variableDataList)
Sets the value of 'variableData' by copying the given ArrayList. The field has the following description:
Specified by:
setVariableData in interface ITSensorData
Parameters:
variableDataList - the value of field 'variableData'.

Skip navigation links

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


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