org.geotools.gce.imagemosaic.catalog.index
Class Indexer.Datastore

Object
  extended by Indexer.Datastore
Enclosing class:
Indexer

public static class Indexer.Datastore
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 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

database

protected String database

parameters

protected ParametersType parameters
Constructor Detail

Indexer.Datastore

public Indexer.Datastore()
Method Detail

getDatabase

public String getDatabase()
Gets the value of the database property.

Returns:
possible object is String

setDatabase

public void setDatabase(String value)
Sets the value of the database property.

Parameters:
value - allowed object is String

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 is ParametersType


Copyright © 1996-2014 Geotools. All Rights Reserved.