Class Indexer.Datastore
- Object
-
- Datastore
-
- Enclosing class:
- Indexer
public static class Indexer.Datastore extends Object
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 Modifier and Type Field Description protected String
database
protected ParametersType
parameters
-
Constructor Summary
Constructors Constructor Description Datastore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDatabase()
Gets the value of the database property.ParametersType
getParameters()
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 Detail
-
database
protected String database
-
parameters
protected ParametersType parameters
-
-
Method Detail
-
getDatabase
public String getDatabase()
Gets the value of the database property.- Returns:
- possible object is
String
-
setDatabase
public void setDatabase(String value)
Sets the value of the database property.- Parameters:
value
- allowed object isString
-
getParameters
public ParametersType getParameters()
Gets the value of the parameters property.- Returns:
- possible object is
ParametersType
-
setParameters
public void setParameters(ParametersType value)
Sets the value of the parameters property.- Parameters:
value
- allowed object isParametersType
-
-