Class Indexer.Datastore
Object
Datastore
- Enclosing class:
- Indexer
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element name="database" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="parameters" type="{}parametersType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the database property.Gets the value of the parameters property.void
setDatabase
(String value) Sets the value of the database property.void
setParameters
(ParametersType value) Sets the value of the parameters property.
-
Field Details
-
database
-
parameters
-
-
Constructor Details
-
Datastore
public Datastore()
-
-
Method Details
-
getDatabase
Gets the value of the database property.- Returns:
- possible object is
String
-
setDatabase
Sets the value of the database property.- Parameters:
value
- allowed object isString
-
getParameters
Gets the value of the parameters property.- Returns:
- possible object is
ParametersType
-
setParameters
Sets the value of the parameters property.- Parameters:
value
- allowed object isParametersType
-