|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIndexer.Datastore
public static class Indexer.Datastore
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 | |
---|---|
protected String |
database
|
protected ParametersType |
parameters
|
Constructor Summary | |
---|---|
Indexer.Datastore()
|
Method Summary | |
---|---|
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. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String database
protected ParametersType parameters
Constructor Detail |
---|
public Indexer.Datastore()
Method Detail |
---|
public String getDatabase()
String
public void setDatabase(String value)
value
- allowed object is
String
public ParametersType getParameters()
ParametersType
public void setParameters(ParametersType value)
value
- allowed object is
ParametersType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |