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 TVariableData

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

All Implemented Interfaces:
ITVariableData, java.io.Serializable
Direct Known Subclasses:
TProcessVariableData

public class TVariableData
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITVariableData

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

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 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'.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TVariableData

public TVariableData()

TVariableData

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

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

getData

public java.lang.Object getData()
Returns the value of field 'data'. The field 'data' has the following description: null
Specified by:
getData in interface ITVariableData
Returns:
the value of field 'data'.

getDataType

public int getDataType()
Returns the value of field 'dataType'. The field 'dataType' has the following description: null
Specified by:
getDataType in interface ITVariableData
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: null
Specified by:
getQueryName in interface ITVariableData
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: null
Specified by:
getTarget in interface ITVariableData
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: null
Specified by:
getUpdaterName in interface ITVariableData
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: null
Specified by:
getUpdaterType in interface ITVariableData
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: null
Specified by:
setData in interface ITVariableData
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: null
Specified by:
setDataType in interface ITVariableData
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: null
Specified by:
setQueryName in interface ITVariableData
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: null
Specified by:
setTarget in interface ITVariableData
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: null
Specified by:
setUpdaterName in interface ITVariableData
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: null
Specified by:
setUpdaterType in interface ITVariableData
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.