Class Indexer
Object
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
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex type.static class
Java class for anonymous complex type.static class
Java class for anonymous complex type.static class
Java class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Indexer.Collectors
protected Indexer.Coverages
protected Indexer.Datastore
protected DomainsType
protected Indexer.MultipleBandsDimensions
protected ParametersType
protected SchemasType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the collectors property.Gets the value of the coverages property.Gets the value of the datastore property.Gets the value of the domains property.Gets the value of the multipleBandsDimensions property.Gets the value of the parameters property.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
setIndexerFile
(File indexerFile) void
Sets the value of the multipleBandsDimensions property.void
setParameters
(ParametersType value) Sets the value of the parameters property.void
setSchemas
(SchemasType value) Sets the value of the schemas property.
-
Field Details
-
schemas
-
domains
-
coverages
-
multipleBandsDimensions
-
datastore
-
collectors
-
parameters
-
-
Constructor Details
-
Indexer
public Indexer()
-
-
Method Details
-
getSchemas
Gets the value of the schemas property.- Returns:
- possible object is
SchemasType
-
setSchemas
Sets the value of the schemas property.- Parameters:
value
- allowed object isSchemasType
-
getDomains
Gets the value of the domains property.- Returns:
- possible object is
DomainsType
-
setDomains
Sets the value of the domains property.- Parameters:
value
- allowed object isDomainsType
-
getCoverages
Gets the value of the coverages property.- Returns:
- possible object is
Indexer.Coverages
-
setCoverages
Sets the value of the coverages property.- Parameters:
value
- allowed object isIndexer.Coverages
-
getMultipleBandsDimensions
Gets the value of the multipleBandsDimensions property.- Returns:
- possible object is
Indexer.MultipleBandsDimensions
-
setMultipleBandsDimensions
Sets the value of the multipleBandsDimensions property.- Parameters:
value
- allowed object isIndexer.MultipleBandsDimensions
-
getDatastore
Gets the value of the datastore property.- Returns:
- possible object is
Indexer.Datastore
-
setDatastore
Sets the value of the datastore property.- Parameters:
value
- allowed object isIndexer.Datastore
-
getCollectors
Gets the value of the collectors property.- Returns:
- possible object is
Indexer.Collectors
-
setCollectors
Sets the value of the collectors property.- Parameters:
value
- allowed object isIndexer.Collectors
-
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
-
getIndexerFile
-
setIndexerFile
-