Oracle BPEL Process Manager
Sensor API Reference
10g Release 2 (10.1.2)
B25707-01


com.oracle.bpel.sensor.schemas
Interface ITVariableData

All Known Subinterfaces:
ITProcessVariableData

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

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

getDataType

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

getQueryName

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

getTarget

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

getUpdaterName

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

getUpdaterType

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

setData

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

setDataType

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

setQueryName

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

setTarget

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

setUpdaterName

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

setUpdaterType

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

Oracle BPEL Process Manager
Sensor API Reference
10g Release 2 (10.1.2)
B25707-01


Copyright © 2005, Oracle. All rights reserved.