|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.schema.config.DataSourceConnectionConfig
public class DataSourceConnectionConfig
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 |
|---|
protected java.lang.String _dataSourceID
protected java.lang.String _schemaID
protected DataConnectionID _dataConnectionID
protected DataSourceConnectionConfig.RecordBuffer _recordBuffer
protected DeltaIndexingType _deltaIndexing
protected CompoundHandling _compoundHandling
protected DataSourceConnectionConfig.Attributes _attributes
protected IProcess _process
| Constructor Detail |
|---|
public DataSourceConnectionConfig()
| Method Detail |
|---|
public java.lang.String getDataSourceID()
Stringpublic void setDataSourceID(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getSchemaID()
public void setSchemaID(java.lang.String value)
value - the valuepublic DataConnectionID getDataConnectionID()
DataSourceConnectionConfig.DataConnectionID public void setDataConnectionID(DataConnectionID value)
value - allowed object is DataSourceConnectionConfig.DataConnectionID public DataSourceConnectionConfig.RecordBuffer getRecordBuffer()
DataSourceConnectionConfig.RecordBufferpublic void setRecordBuffer(DataSourceConnectionConfig.RecordBuffer value)
value - allowed object is DataSourceConnectionConfig.RecordBufferpublic DeltaIndexingType getDeltaIndexing()
DeltaIndexing public void setDeltaIndexing(DeltaIndexingType value)
value - allowed object is DeltaIndexing public CompoundHandling getCompoundHandling()
CompoundHandlingpublic void setCompoundHandling(CompoundHandling value)
value - allowed object is CompoundHandlingpublic DataSourceConnectionConfig.Attributes getAttributes()
DataSourceConnectionConfig.Attributespublic void setAttributes(DataSourceConnectionConfig.Attributes value)
value - allowed object is DataSourceConnectionConfig.Attributespublic IProcess getProcess()
IProcesspublic void setProcess(IProcess value)
value - allowed object is IProcess
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||