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