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.
static class DataSourceConnectionConfig.RecordBuffer
          Java class for JAXB RecordBuffer.
 
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  DeltaIndexingType _deltaIndexing
          The _deltaIndexing.
protected  IProcess _process
          The _process.
protected  DataSourceConnectionConfig.RecordBuffer _recordBuffer
          The RecordBuffer.
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.
 DeltaIndexingType getDeltaIndexing()
          Gets the value of the delta indexing property.
 IProcess getProcess()
          Gets the value of the process property.
 DataSourceConnectionConfig.RecordBuffer getRecordBuffer()
          Gets the value of the RecordBuffer 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 setDeltaIndexing(DeltaIndexingType value)
          Sets the value of the delta indexing property.
 void setProcess(IProcess value)
          Sets the value of the process property.
 void setRecordBuffer(DataSourceConnectionConfig.RecordBuffer value)
          Sets the value of the RecordBuffer 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.


_recordBuffer

protected DataSourceConnectionConfig.RecordBuffer _recordBuffer
The RecordBuffer.


_deltaIndexing

protected DeltaIndexingType _deltaIndexing
The _deltaIndexing.


_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

getRecordBuffer

public DataSourceConnectionConfig.RecordBuffer getRecordBuffer()
Gets the value of the RecordBuffer property.

Returns:
possible object is DataSourceConnectionConfig.RecordBuffer

setRecordBuffer

public void setRecordBuffer(DataSourceConnectionConfig.RecordBuffer value)
Sets the value of the RecordBuffer property.

Parameters:
value - allowed object is DataSourceConnectionConfig.RecordBuffer

getDeltaIndexing

public DeltaIndexingType getDeltaIndexing()
Gets the value of the delta indexing property.

Returns:
possible object is DeltaIndexing

setDeltaIndexing

public void setDeltaIndexing(DeltaIndexingType value)
Sets the value of the delta indexing property.

Parameters:
value - allowed object is DeltaIndexing

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 CompoundHandling

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