|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIndexer
public 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> <element name="schemas" type="{}schemasType" minOccurs="0"/> <element name="domains" type="{}domainsType" minOccurs="0"/> <element name="coverages" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="coverage" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="schema" type="{}schemaType"/> <element name="origName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="domains" type="{}domainsType"/> <choice> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nameCollector" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="datastore"> <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> </element> <element name="collectors" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="collector" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="spi" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="mapped" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="parameters" type="{}parametersType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
Indexer.Collectors
Java class for anonymous complex type. |
static class |
Indexer.Coverages
Java class for anonymous complex type. |
static class |
Indexer.Datastore
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected Indexer.Collectors |
collectors
|
protected Indexer.Coverages |
coverages
|
protected Indexer.Datastore |
datastore
|
protected DomainsType |
domains
|
protected ParametersType |
parameters
|
protected SchemasType |
schemas
|
Constructor Summary | |
---|---|
Indexer()
|
Method Summary | |
---|---|
Indexer.Collectors |
getCollectors()
Gets the value of the collectors property. |
Indexer.Coverages |
getCoverages()
Gets the value of the coverages property. |
Indexer.Datastore |
getDatastore()
Gets the value of the datastore property. |
DomainsType |
getDomains()
Gets the value of the domains property. |
ParametersType |
getParameters()
Gets the value of the parameters property. |
SchemasType |
getSchemas()
Gets the value of the schemas property. |
void |
setCollectors(Indexer.Collectors value)
Sets the value of the collectors property. |
void |
setCoverages(Indexer.Coverages value)
Sets the value of the coverages property. |
void |
setDatastore(Indexer.Datastore value)
Sets the value of the datastore property. |
void |
setDomains(DomainsType value)
Sets the value of the domains property. |
void |
setParameters(ParametersType value)
Sets the value of the parameters property. |
void |
setSchemas(SchemasType value)
Sets the value of the schemas property. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SchemasType schemas
protected DomainsType domains
protected Indexer.Coverages coverages
protected Indexer.Datastore datastore
protected Indexer.Collectors collectors
protected ParametersType parameters
Constructor Detail |
---|
public Indexer()
Method Detail |
---|
public SchemasType getSchemas()
SchemasType
public void setSchemas(SchemasType value)
value
- allowed object is
SchemasType
public DomainsType getDomains()
DomainsType
public void setDomains(DomainsType value)
value
- allowed object is
DomainsType
public Indexer.Coverages getCoverages()
Indexer.Coverages
public void setCoverages(Indexer.Coverages value)
value
- allowed object is
Indexer.Coverages
public Indexer.Datastore getDatastore()
Indexer.Datastore
public void setDatastore(Indexer.Datastore value)
value
- allowed object is
Indexer.Datastore
public Indexer.Collectors getCollectors()
Indexer.Collectors
public void setCollectors(Indexer.Collectors value)
value
- allowed object is
Indexer.Collectors
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 |