Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.6.3)
E14900-08


com.oracle.bpel.sensor.schemas
Interface ITVariableConfig

All Superinterfaces:
ITSensorConfig, java.io.Serializable
All Known Subinterfaces:
ITActivityVariableConfig
All Known Implementing Classes:
TActivityVariableConfig, TVariableConfig

public interface ITVariableConfig
extends java.io.Serializable, ITSensorConfig

Interface ITVariableConfig.


Method Summary
 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'.

 

Method Detail

getOutputDataType

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

getOutputNamespace

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

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'.

setOutputDataType

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

setOutputNamespace

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

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'.

Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.6.3)
E14900-08


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.