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 TSensorAction

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

All Implemented Interfaces:
ITSensorAction, java.io.Serializable

public class TSensorAction
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITSensorAction

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

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 void addProperty(ITSensorActionProperty vProperty)
          Method addProperty
 void addSensorName(java.lang.String vSensorName)
          Method addSensorName
 void clearProperty()
          Method clearProperty
 void clearSensorName()
          Method clearSensorName
 boolean getEnabled()
          Returns the value of field 'enabled'.
 java.lang.String getFilter()
          Returns the value of field 'filter'.
 java.lang.String getName()
          Returns the value of field 'name'.
 java.util.List getProperty()
          Returns the value of field 'property' as List.
 ITSensorActionProperty getProperty(int index)
          Returns the value of field 'property'.
 int getPropertyCount()
          Returns the total number of property as integer for this facade dom element.
 java.lang.String getPublishName()
          Returns the value of field 'publishName'.
 java.lang.String getPublishTarget()
          Returns the value of field 'publishTarget'.
 java.lang.String getPublishType()
          Returns the value of field 'publishType'.
 java.util.List getSensorName()
          Returns the value of field 'sensorName' as List.
 java.lang.String getSensorName(int index)
          Returns the value of field 'sensorName'.
 int getSensorNameCount()
          Returns the total number of sensorName as integer for this facade dom element.
 boolean isEnabled()
          Returns the value of field 'enabled'.
 ITSensorActionProperty removeProperty(int index)
          Method removeProperty
 java.lang.String removeSensorName(int index)
          Method removeSensorName
 void setEnabled(boolean enabled)
          Sets the value of field 'enabled'.
 void setFilter(java.lang.String filter)
          Sets the value of field 'filter'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void setProperty(int index, ITSensorActionProperty vProperty)
          Sets the given value for element'property' at the specified position (index).The field has the following description:
 void setProperty(java.util.List propertyList)
          Sets the value of 'property' by copying the given ArrayList.
 void setPublishName(java.lang.String publishName)
          Sets the value of field 'publishName'.
 void setPublishTarget(java.lang.String publishTarget)
          Sets the value of field 'publishTarget'.
 void setPublishType(java.lang.String publishType)
          Sets the value of field 'publishType'.
 void setSensorName(int index, java.lang.String vSensorName)
          Sets the given value for element'sensorName' at the specified position (index).The field has the following description:
 void setSensorName(java.util.List sensorNameList)
          Sets the value of 'sensorName' 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

TSensorAction

public TSensorAction()

TSensorAction

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

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

addProperty

public void addProperty(ITSensorActionProperty vProperty)
                 throws java.lang.IndexOutOfBoundsException
Method addProperty
Specified by:
addProperty in interface ITSensorAction
Parameters:
vProperty -
Throws:
java.lang.IndexOutOfBoundsException

addSensorName

public void addSensorName(java.lang.String vSensorName)
                   throws java.lang.IndexOutOfBoundsException
Method addSensorName
Specified by:
addSensorName in interface ITSensorAction
Parameters:
vSensorName -
Throws:
java.lang.IndexOutOfBoundsException

clearProperty

public void clearProperty()
Method clearProperty
Specified by:
clearProperty in interface ITSensorAction

clearSensorName

public void clearSensorName()
Method clearSensorName
Specified by:
clearSensorName in interface ITSensorAction

getEnabled

public boolean getEnabled()
Returns the value of field 'enabled'. The field 'enabled' has the following description: null
Specified by:
getEnabled in interface ITSensorAction
Returns:
the value of field 'enabled'.

getFilter

public java.lang.String getFilter()
Returns the value of field 'filter'. The field 'filter' has the following description: null
Specified by:
getFilter in interface ITSensorAction
Returns:
the value of field 'filter'.

getName

public java.lang.String getName()
Returns the value of field 'name'. The field 'name' has the following description: null
Specified by:
getName in interface ITSensorAction
Returns:
the value of field 'name'.

getProperty

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

getProperty

public java.util.List getProperty()
Returns the value of field 'property' as List. The field 'property' has the following description:
Specified by:
getProperty in interface ITSensorAction
Returns:
the value of field 'property'

getPropertyCount

public int getPropertyCount()
Returns the total number of property as integer for this facade dom element.
Specified by:
getPropertyCount in interface ITSensorAction

getPublishName

public java.lang.String getPublishName()
Returns the value of field 'publishName'. The field 'publishName' has the following description: null
Specified by:
getPublishName in interface ITSensorAction
Returns:
the value of field 'publishName'.

getPublishTarget

public java.lang.String getPublishTarget()
Returns the value of field 'publishTarget'. The field 'publishTarget' has the following description: null
Specified by:
getPublishTarget in interface ITSensorAction
Returns:
the value of field 'publishTarget'.

getPublishType

public java.lang.String getPublishType()
Returns the value of field 'publishType'. The field 'publishType' has the following description: null
Specified by:
getPublishType in interface ITSensorAction
Returns:
the value of field 'publishType'.

getSensorName

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

getSensorName

public java.util.List getSensorName()
Returns the value of field 'sensorName' as List. The field 'sensorName' has the following description:
Specified by:
getSensorName in interface ITSensorAction
Returns:
the value of field 'sensorName'

getSensorNameCount

public int getSensorNameCount()
Returns the total number of sensorName as integer for this facade dom element.
Specified by:
getSensorNameCount in interface ITSensorAction

isEnabled

public boolean isEnabled()
Returns the value of field 'enabled'. The field 'enabled' has the following description: null
Specified by:
isEnabled in interface ITSensorAction
Returns:
the value of field 'enabled'.

removeProperty

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

removeSensorName

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

setEnabled

public void setEnabled(boolean enabled)
Sets the value of field 'enabled'. The field 'enabled' has the following description: null
Specified by:
setEnabled in interface ITSensorAction
Parameters:
enabled - the value of field 'enabled'.

setFilter

public void setFilter(java.lang.String filter)
Sets the value of field 'filter'. The field 'filter' has the following description: null
Specified by:
setFilter in interface ITSensorAction
Parameters:
filter - the value of field 'filter'.

setName

public void setName(java.lang.String name)
Sets the value of field 'name'. The field 'name' has the following description: null
Specified by:
setName in interface ITSensorAction
Parameters:
name - the value of field 'name'.

setProperty

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

setProperty

public void setProperty(java.util.List propertyList)
Sets the value of 'property' by copying the given ArrayList. The field has the following description:
Specified by:
setProperty in interface ITSensorAction
Parameters:
propertyList - the value of field 'property'.

setPublishName

public void setPublishName(java.lang.String publishName)
Sets the value of field 'publishName'. The field 'publishName' has the following description: null
Specified by:
setPublishName in interface ITSensorAction
Parameters:
publishName - the value of field 'publishName'.

setPublishTarget

public void setPublishTarget(java.lang.String publishTarget)
Sets the value of field 'publishTarget'. The field 'publishTarget' has the following description: null
Specified by:
setPublishTarget in interface ITSensorAction
Parameters:
publishTarget - the value of field 'publishTarget'.

setPublishType

public void setPublishType(java.lang.String publishType)
Sets the value of field 'publishType'. The field 'publishType' has the following description: null
Specified by:
setPublishType in interface ITSensorAction
Parameters:
publishType - the value of field 'publishType'.

setSensorName

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

setSensorName

public void setSensorName(java.util.List sensorNameList)
Sets the value of 'sensorName' by copying the given ArrayList. The field has the following description:
Specified by:
setSensorName in interface ITSensorAction
Parameters:
sensorNameList - the value of field 'sensorName'.

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.