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
Interface ITVariableData

All Known Subinterfaces:
ITProcessVariableData
All Known Implementing Classes:
TProcessVariableData, TVariableData

public interface ITVariableData

Interface ITVariableData.


Method Summary
 java.lang.Object getData()
          Returns the value of field 'data'.
 int getDataType()
          Returns the value of field 'dataType'.
 java.lang.String getQueryName()
          Returns the value of field 'queryName'.
 java.lang.String getTarget()
          Returns the value of field 'target'.
 java.lang.String getUpdaterName()
          Returns the value of field 'updaterName'.
 java.lang.String getUpdaterType()
          Returns the value of field 'updaterType'.
 void setData(java.lang.Object data)
          Sets the value of field 'data'.
 void setDataType(int dataType)
          Sets the value of field 'dataType'.
 void setQueryName(java.lang.String queryName)
          Sets the value of field 'queryName'.
 void setTarget(java.lang.String target)
          Sets the value of field 'target'.
 void setUpdaterName(java.lang.String updaterName)
          Sets the value of field 'updaterName'.
 void setUpdaterType(java.lang.String updaterType)
          Sets the value of field 'updaterType'.

 

Method Detail

getData

java.lang.Object getData()
Returns the value of field 'data'. The field 'data' has the following description: null
Returns:
the value of field 'data'.

getDataType

int getDataType()
Returns the value of field 'dataType'. The field 'dataType' has the following description: null
Returns:
the value of field 'dataType'.

getQueryName

java.lang.String getQueryName()
Returns the value of field 'queryName'. The field 'queryName' has the following description: null
Returns:
the value of field 'queryName'.

getTarget

java.lang.String getTarget()
Returns the value of field 'target'. The field 'target' has the following description: null
Returns:
the value of field 'target'.

getUpdaterName

java.lang.String getUpdaterName()
Returns the value of field 'updaterName'. The field 'updaterName' has the following description: null
Returns:
the value of field 'updaterName'.

getUpdaterType

java.lang.String getUpdaterType()
Returns the value of field 'updaterType'. The field 'updaterType' has the following description: null
Returns:
the value of field 'updaterType'.

setData

void setData(java.lang.Object data)
Sets the value of field 'data'. The field 'data' has the following description: null
Parameters:
data - the value of field 'data'.

setDataType

void setDataType(int dataType)
Sets the value of field 'dataType'. The field 'dataType' has the following description: null
Parameters:
dataType - the value of field 'dataType'.

setQueryName

void setQueryName(java.lang.String queryName)
Sets the value of field 'queryName'. The field 'queryName' has the following description: null
Parameters:
queryName - the value of field 'queryName'.

setTarget

void setTarget(java.lang.String target)
Sets the value of field 'target'. The field 'target' has the following description: null
Parameters:
target - the value of field 'target'.

setUpdaterName

void setUpdaterName(java.lang.String updaterName)
Sets the value of field 'updaterName'. The field 'updaterName' has the following description: null
Parameters:
updaterName - the value of field 'updaterName'.

setUpdaterType

void setUpdaterType(java.lang.String updaterType)
Sets the value of field 'updaterType'. The field 'updaterType' has the following description: null
Parameters:
updaterType - the value of field 'updaterType'.

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.