|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.config.Configuration
org.plasma.config.DataAccessService
public class DataAccessService
Java class for DataAccessService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataAccessService">
<complexContent>
<extension base="{http://www.plasma.org/config}Configuration">
<sequence>
<element name="DataAccessProvider" type="{http://www.plasma.org/config}DataAccessProvider" maxOccurs="unbounded"/>
</sequence>
<attribute name="dataStoreType" use="required" type="{http://www.plasma.org/config}DataStoreType" />
<attribute name="checkQueryResultsSize" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
checkQueryResultsSize
|
protected java.util.List<DataAccessProvider> |
dataAccessProviders
|
protected DataStoreType |
dataStoreType
|
| Fields inherited from class org.plasma.config.Configuration |
|---|
properties |
| Constructor Summary | |
|---|---|
DataAccessService()
|
|
| Method Summary | |
|---|---|
java.util.List<DataAccessProvider> |
getDataAccessProviders()
Gets the value of the dataAccessProviders property. |
DataStoreType |
getDataStoreType()
Gets the value of the dataStoreType property. |
boolean |
isCheckQueryResultsSize()
Gets the value of the checkQueryResultsSize property. |
void |
setCheckQueryResultsSize(java.lang.Boolean value)
Sets the value of the checkQueryResultsSize property. |
void |
setDataStoreType(DataStoreType value)
Sets the value of the dataStoreType property. |
| Methods inherited from class org.plasma.config.Configuration |
|---|
getProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<DataAccessProvider> dataAccessProviders
protected DataStoreType dataStoreType
protected java.lang.Boolean checkQueryResultsSize
| Constructor Detail |
|---|
public DataAccessService()
| Method Detail |
|---|
public java.util.List<DataAccessProvider> getDataAccessProviders()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dataAccessProviders property.
For example, to add a new item, do as follows:
getDataAccessProviders().add(newItem);
Objects of the following type(s) are allowed in the list
DataAccessProvider
public DataStoreType getDataStoreType()
DataStoreTypepublic void setDataStoreType(DataStoreType value)
value - allowed object is
DataStoreTypepublic boolean isCheckQueryResultsSize()
Booleanpublic void setCheckQueryResultsSize(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||