org.plasma.config
Class DataAccessService

java.lang.Object
  extended by org.plasma.config.Configuration
      extended by org.plasma.config.DataAccessService

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>
 


Field Summary
protected  Boolean checkQueryResultsSize
           
protected  List<DataAccessProvider> dataAccessProviders
           
protected  DataStoreType dataStoreType
           
 
Fields inherited from class org.plasma.config.Configuration
properties
 
Constructor Summary
DataAccessService()
           
 
Method Summary
 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.
 
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

dataAccessProviders

protected List<DataAccessProvider> dataAccessProviders

dataStoreType

protected DataStoreType dataStoreType

checkQueryResultsSize

protected Boolean checkQueryResultsSize
Constructor Detail

DataAccessService

public DataAccessService()
Method Detail

getDataAccessProviders

public List<DataAccessProvider> getDataAccessProviders()
Gets the value of the dataAccessProviders property.

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


getDataStoreType

public DataStoreType getDataStoreType()
Gets the value of the dataStoreType property.

Returns:
possible object is DataStoreType

setDataStoreType

public void setDataStoreType(DataStoreType value)
Sets the value of the dataStoreType property.

Parameters:
value - allowed object is DataStoreType

isCheckQueryResultsSize

public boolean isCheckQueryResultsSize()
Gets the value of the checkQueryResultsSize property.

Returns:
possible object is Boolean

setCheckQueryResultsSize

public void setCheckQueryResultsSize(Boolean value)
Sets the value of the checkQueryResultsSize property.

Parameters:
value - allowed object is Boolean


Copyright © 2014. All rights reserved.