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 classIndexer.CollectorsJava class for anonymous complex type.static classIndexer.CoveragesJava class for anonymous complex type.static classIndexer.DatastoreJava class for anonymous complex type.static classIndexer.MultipleBandsDimensionsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Indexer.Collectorscollectorsprotected Indexer.Coveragescoveragesprotected Indexer.Datastoredatastoreprotected DomainsTypedomainsprotected Indexer.MultipleBandsDimensionsmultipleBandsDimensionsprotected ParametersTypeparametersprotected SchemasTypeschemas
-
Constructor Summary
Constructors Constructor Description Indexer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Indexer.CollectorsgetCollectors()Gets the value of the collectors property.Indexer.CoveragesgetCoverages()Gets the value of the coverages property.Indexer.DatastoregetDatastore()Gets the value of the datastore property.DomainsTypegetDomains()Gets the value of the domains property.FilegetIndexerFile()Indexer.MultipleBandsDimensionsgetMultipleBandsDimensions()Gets the value of the multipleBandsDimensions property.ParametersTypegetParameters()Gets the value of the parameters property.SchemasTypegetSchemas()Gets the value of the schemas property.voidsetCollectors(Indexer.Collectors value)Sets the value of the collectors property.voidsetCoverages(Indexer.Coverages value)Sets the value of the coverages property.voidsetDatastore(Indexer.Datastore value)Sets the value of the datastore property.voidsetDomains(DomainsType value)Sets the value of the domains property.voidsetIndexerFile(File indexerFile)voidsetMultipleBandsDimensions(Indexer.MultipleBandsDimensions value)Sets the value of the multipleBandsDimensions property.voidsetParameters(ParametersType value)Sets the value of the parameters property.voidsetSchemas(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)
-
-