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 TVariableConfig

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

All Implemented Interfaces:
ITSensorConfig, ITVariableConfig, java.io.Serializable
Direct Known Subclasses:
TActivityVariableConfig

public class TVariableConfig
extends TSensorConfig
implements java.io.Serializable, ITVariableConfig

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

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 java.lang.String getOutputDataType()
          Returns the value of field 'outputDataType'.
 java.lang.String getOutputNamespace()
          Returns the value of field 'outputNamespace'.
 java.lang.String getQueryName()
          Returns the value of field 'queryName'.
 void setOutputDataType(java.lang.String outputDataType)
          Sets the value of field 'outputDataType'.
 void setOutputNamespace(java.lang.String outputNamespace)
          Sets the value of field 'outputNamespace'.
 void setQueryName(java.lang.String queryName)
          Sets the value of field 'queryName'.

 

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

 

Constructor Detail

TVariableConfig

public TVariableConfig()

TVariableConfig

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

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName
Overrides:
__getFacadeName in class TSensorConfig

getOutputDataType

public java.lang.String getOutputDataType()
Returns the value of field 'outputDataType'. The field 'outputDataType' has the following description: null
Specified by:
getOutputDataType in interface ITVariableConfig
Returns:
the value of field 'outputDataType'.

getOutputNamespace

public java.lang.String getOutputNamespace()
Returns the value of field 'outputNamespace'. The field 'outputNamespace' has the following description: null
Specified by:
getOutputNamespace in interface ITVariableConfig
Returns:
the value of field 'outputNamespace'.

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 ITVariableConfig
Returns:
the value of field 'queryName'.

setOutputDataType

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

setOutputNamespace

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

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 ITVariableConfig
Parameters:
queryName - the value of field 'queryName'.

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.