Skip navigation links

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


com.oracle.bpel.sensor.schemas
Class TSensorList

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

All Implemented Interfaces:
ITSensorList, java.io.Serializable

public class TSensorList
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITSensorList

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

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 void addSensor(ITSensor vSensor)
          Method addSensor
 void clearSensor()
          Method clearSensor
 java.util.List getSensor()
          Returns the value of field 'sensor' as List.
 ITSensor getSensor(int index)
          Returns the value of field 'sensor'.
 int getSensorCount()
          Returns the total number of sensor as integer for this facade dom element.
 ITSensor removeSensor(int index)
          Method removeSensor
 void setSensor(int index, ITSensor vSensor)
          Sets the given value for element'sensor' at the specified position (index).The field has the following description:
 void setSensor(java.util.List sensorList)
          Sets the value of 'sensor' 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

TSensorList

public TSensorList()

TSensorList

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

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

addSensor

public void addSensor(ITSensor vSensor)
               throws java.lang.IndexOutOfBoundsException
Method addSensor
Specified by:
addSensor in interface ITSensorList
Parameters:
vSensor -
Throws:
java.lang.IndexOutOfBoundsException

clearSensor

public void clearSensor()
Method clearSensor
Specified by:
clearSensor in interface ITSensorList

getSensor

public ITSensor getSensor(int index)
                   throws java.lang.IndexOutOfBoundsException
Returns the value of field 'sensor'. from the specified position(index). The field 'sensor' has the following description:
Specified by:
getSensor in interface ITSensorList
Parameters:
index -
Returns:
the value of field 'sensor'. from the specified position(index)
Throws:
java.lang.IndexOutOfBoundsException

getSensor

public java.util.List getSensor()
Returns the value of field 'sensor' as List. The field 'sensor' has the following description:
Specified by:
getSensor in interface ITSensorList
Returns:
the value of field 'sensor'

getSensorCount

public int getSensorCount()
Returns the total number of sensor as integer for this facade dom element.
Specified by:
getSensorCount in interface ITSensorList

removeSensor

public ITSensor removeSensor(int index)
                      throws java.lang.IndexOutOfBoundsException
Method removeSensor
Specified by:
removeSensor in interface ITSensorList
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setSensor

public void setSensor(int index,
                      ITSensor vSensor)
               throws java.lang.IndexOutOfBoundsException
Sets the given value for element'sensor' at the specified position (index).The field has the following description:
Specified by:
setSensor in interface ITSensorList
Parameters:
index -
vSensor -
Throws:
java.lang.IndexOutOfBoundsException

setSensor

public void setSensor(java.util.List sensorList)
Sets the value of 'sensor' by copying the given ArrayList. The field has the following description:
Specified by:
setSensor in interface ITSensorList
Parameters:
sensorList - the value of field 'sensor'.

Skip navigation links

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


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