SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.schema.config
Class DataSourceConnectionConfig

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.schema.config.DataSourceConnectionConfig

public class DataSourceConnectionConfig
extends java.lang.Object

Java class for JAXB DataSourceConnectionConfig.


Nested Class Summary
static class DataSourceConnectionConfig.Attributes
          The following schema fragment specifies the expected content contained within this class.
 
Field Summary
protected  DataSourceConnectionConfig.Attributes _attributes
          The _attributes.
protected  CompoundHandling _compoundHandling
          The _compound handling.
protected  DataConnectionID _dataConnectionID
          The _data connection id.
protected  java.lang.String _dataSourceID
          The _data source id.
protected  IProcess _process
          The _process.
protected  java.lang.String _schemaID
          The _schema id.
 
Constructor Summary
DataSourceConnectionConfig()
           
 
Method Summary
 DataSourceConnectionConfig.Attributes getAttributes()
          Gets the value of the attributes property.
 CompoundHandling getCompoundHandling()
          Gets the value of the compoundHandling property.
 DataConnectionID getDataConnectionID()
          Gets the value of the dataConnectionID property.
 java.lang.String getDataSourceID()
          Gets the value of the dataSourceID.
 IProcess getProcess()
          Gets the value of the process property.
 java.lang.String getSchemaID()
          Gets the schema id.
 void setAttributes(DataSourceConnectionConfig.Attributes value)
          Sets the value of the attributes property.
 void setCompoundHandling(CompoundHandling value)
          Sets the value of the compoundHandling property.
 void setDataConnectionID(DataConnectionID value)
          Sets the value of the dataConnectionID property.
 void setDataSourceID(java.lang.String value)
          Sets the value of the dataSourceID property.
 void setProcess(IProcess value)
          Sets the value of the process property.
 void setSchemaID(java.lang.String value)
          sets schema ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_dataSourceID

protected java.lang.String _dataSourceID
The _data source id.


_schemaID

protected java.lang.String _schemaID
The _schema id.


_dataConnectionID

protected DataConnectionID _dataConnectionID
The _data connection id.


_compoundHandling

protected CompoundHandling _compoundHandling
The _compound handling.


_attributes

protected DataSourceConnectionConfig.Attributes _attributes
The _attributes.


_process

protected IProcess _process
The _process.

Constructor Detail

DataSourceConnectionConfig

public DataSourceConnectionConfig()
Method Detail

getDataSourceID

public java.lang.String getDataSourceID()
Gets the value of the dataSourceID.

Returns:
possible object is String

setDataSourceID

public void setDataSourceID(java.lang.String value)
Sets the value of the dataSourceID property.

Parameters:
value - allowed object is String

getSchemaID

public java.lang.String getSchemaID()
Gets the schema id.

Returns:
schema ID

setSchemaID

public void setSchemaID(java.lang.String value)
sets schema ID.

Parameters:
value - the value

getDataConnectionID

public DataConnectionID getDataConnectionID()
Gets the value of the dataConnectionID property.

Returns:
possible object is DataSourceConnectionConfig.DataConnectionID

setDataConnectionID

public void setDataConnectionID(DataConnectionID value)
Sets the value of the dataConnectionID property.

Parameters:
value - allowed object is DataSourceConnectionConfig.DataConnectionID

getCompoundHandling

public CompoundHandling getCompoundHandling()
Gets the value of the compoundHandling property.

Returns:
possible object is CompoundHandling

setCompoundHandling

public void setCompoundHandling(CompoundHandling value)
Sets the value of the compoundHandling property.

Parameters:
value - allowed object is IompoundHandling

getAttributes

public DataSourceConnectionConfig.Attributes getAttributes()
Gets the value of the attributes property.

Returns:
possible object is DataSourceConnectionConfig.Attributes

setAttributes

public void setAttributes(DataSourceConnectionConfig.Attributes value)
Sets the value of the attributes property.

Parameters:
value - allowed object is DataSourceConnectionConfig.Attributes

getProcess

public IProcess getProcess()
Gets the value of the process property.

Returns:
possible object is IProcess

setProcess

public void setProcess(IProcess value)
Sets the value of the process property.

Parameters:
value - allowed object is IProcess

SMILA (incubation) API documentation