public class DataAccessService extends Configuration
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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
checkQueryResultsSize |
protected List<DataAccessProvider> |
dataAccessProviders |
protected DataStoreType |
dataStoreType |
properties| Constructor and Description |
|---|
DataAccessService() |
| Modifier and Type | Method and Description |
|---|---|
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(Boolean value)
Sets the value of the checkQueryResultsSize property.
|
void |
setDataStoreType(DataStoreType value)
Sets the value of the dataStoreType property.
|
getPropertiesprotected List<DataAccessProvider> dataAccessProviders
protected DataStoreType dataStoreType
protected Boolean checkQueryResultsSize
public 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()
BooleanCopyright © 2017. All rights reserved.