org.geotools.gce.imagemosaic.catalog.index
Class Indexer.Coverages.Coverage

Object
  extended by Indexer.Coverages.Coverage
Enclosing class:
Indexer.Coverages

public static class Indexer.Coverages.Coverage
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="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>
 


Field Summary
protected  DomainsType domains
           
protected  String name
           
protected  String nameCollector
           
protected  String origName
           
protected  SchemaType schema
           
 
Constructor Summary
Indexer.Coverages.Coverage()
           
 
Method Summary
 DomainsType getDomains()
          Gets the value of the domains property.
 String getName()
          Gets the value of the name property.
 String getNameCollector()
          Gets the value of the nameCollector property.
 String getOrigName()
          Gets the value of the origName property.
 SchemaType getSchema()
          Gets the value of the schema property.
 void setDomains(DomainsType value)
          Sets the value of the domains property.
 void setName(String value)
          Sets the value of the name property.
 void setNameCollector(String value)
          Sets the value of the nameCollector property.
 void setOrigName(String value)
          Sets the value of the origName property.
 void setSchema(SchemaType value)
          Sets the value of the schema property.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schema

protected SchemaType schema

origName

protected String origName

domains

protected DomainsType domains

name

protected String name

nameCollector

protected String nameCollector
Constructor Detail

Indexer.Coverages.Coverage

public Indexer.Coverages.Coverage()
Method Detail

getSchema

public SchemaType getSchema()
Gets the value of the schema property.

Returns:
possible object is SchemaType

setSchema

public void setSchema(SchemaType value)
Sets the value of the schema property.

Parameters:
value - allowed object is SchemaType

getOrigName

public String getOrigName()
Gets the value of the origName property.

Returns:
possible object is String

setOrigName

public void setOrigName(String value)
Sets the value of the origName property.

Parameters:
value - allowed object is String

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

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getNameCollector

public String getNameCollector()
Gets the value of the nameCollector property.

Returns:
possible object is String

setNameCollector

public void setNameCollector(String value)
Sets the value of the nameCollector property.

Parameters:
value - allowed object is String


Copyright © 1996-2014 Geotools. All Rights Reserved.