org.deegree.services.jaxb.wpvs
Class DatasetDefinitions

java.lang.Object
  extended by org.deegree.services.jaxb.wpvs.DatasetDefinitions

public class DatasetDefinitions
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="Title" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="MetadataURL" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Abstract" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BaseCRS" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{http://www.deegree.org/services/wpvs}TranslationToLocalCRS"/>
         <element name="MaxPixelError" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element ref="{http://www.deegree.org/services/wpvs}DEMDataset"/>
         <element ref="{http://www.deegree.org/services/wpvs}DEMTextureDataset" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.deegree.org/services/wpvs}ColormapDataset" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.deegree.org/services/wpvs}RenderableDataset" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String _abstract
           
protected  String baseCRS
           
protected  List<ColormapDatasetConfig> colormapDataset
           
protected  DEMDatasetConfig demDataset
           
protected  List<DEMTextureDatasetConfig> demTextureDataset
           
protected  Double maxPixelError
           
protected  List<String> metadataURL
           
protected  List<RenderableDatasetConfig> renderableDataset
           
protected  String title
           
protected  TranslationToLocalCRS translationToLocalCRS
           
 
Constructor Summary
DatasetDefinitions()
           
 
Method Summary
 String getAbstract()
          Gets the value of the abstract property.
 String getBaseCRS()
          Gets the value of the baseCRS property.
 List<ColormapDatasetConfig> getColormapDataset()
          Gets the value of the colormapDataset property.
 DEMDatasetConfig getDEMDataset()
          Gets the value of the demDataset property.
 List<DEMTextureDatasetConfig> getDEMTextureDataset()
          Gets the value of the demTextureDataset property.
 Double getMaxPixelError()
          Gets the value of the maxPixelError property.
 List<String> getMetadataURL()
          Gets the value of the metadataURL property.
 List<RenderableDatasetConfig> getRenderableDataset()
          Gets the value of the renderableDataset property.
 String getTitle()
          Gets the value of the title property.
 TranslationToLocalCRS getTranslationToLocalCRS()
          Gets the value of the translationToLocalCRS property.
 void setAbstract(String value)
          Sets the value of the abstract property.
 void setBaseCRS(String value)
          Sets the value of the baseCRS property.
 void setDEMDataset(DEMDatasetConfig value)
          Sets the value of the demDataset property.
 void setMaxPixelError(Double value)
          Sets the value of the maxPixelError property.
 void setTitle(String value)
          Sets the value of the title property.
 void setTranslationToLocalCRS(TranslationToLocalCRS value)
          Sets the value of the translationToLocalCRS property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected String title

metadataURL

protected List<String> metadataURL

_abstract

protected String _abstract

baseCRS

protected String baseCRS

translationToLocalCRS

protected TranslationToLocalCRS translationToLocalCRS

maxPixelError

protected Double maxPixelError

demDataset

protected DEMDatasetConfig demDataset

demTextureDataset

protected List<DEMTextureDatasetConfig> demTextureDataset

colormapDataset

protected List<ColormapDatasetConfig> colormapDataset

renderableDataset

protected List<RenderableDatasetConfig> renderableDataset
Constructor Detail

DatasetDefinitions

public DatasetDefinitions()
Method Detail

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getMetadataURL

public List<String> getMetadataURL()
Gets the value of the metadataURL property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the metadataURL property.

For example, to add a new item, do as follows:

    getMetadataURL().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getAbstract

public String getAbstract()
Gets the value of the abstract property.

Returns:
possible object is String

setAbstract

public void setAbstract(String value)
Sets the value of the abstract property.

Parameters:
value - allowed object is String

getBaseCRS

public String getBaseCRS()
Gets the value of the baseCRS property.

Returns:
possible object is String

setBaseCRS

public void setBaseCRS(String value)
Sets the value of the baseCRS property.

Parameters:
value - allowed object is String

getTranslationToLocalCRS

public TranslationToLocalCRS getTranslationToLocalCRS()
Gets the value of the translationToLocalCRS property.

Returns:
possible object is TranslationToLocalCRS

setTranslationToLocalCRS

public void setTranslationToLocalCRS(TranslationToLocalCRS value)
Sets the value of the translationToLocalCRS property.

Parameters:
value - allowed object is TranslationToLocalCRS

getMaxPixelError

public Double getMaxPixelError()
Gets the value of the maxPixelError property.

Returns:
possible object is Double

setMaxPixelError

public void setMaxPixelError(Double value)
Sets the value of the maxPixelError property.

Parameters:
value - allowed object is Double

getDEMDataset

public DEMDatasetConfig getDEMDataset()
Gets the value of the demDataset property.

Returns:
possible object is DEMDatasetConfig

setDEMDataset

public void setDEMDataset(DEMDatasetConfig value)
Sets the value of the demDataset property.

Parameters:
value - allowed object is DEMDatasetConfig

getDEMTextureDataset

public List<DEMTextureDatasetConfig> getDEMTextureDataset()
Gets the value of the demTextureDataset property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the demTextureDataset property.

For example, to add a new item, do as follows:

    getDEMTextureDataset().add(newItem);
 

Objects of the following type(s) are allowed in the list DEMTextureDatasetConfig


getColormapDataset

public List<ColormapDatasetConfig> getColormapDataset()
Gets the value of the colormapDataset property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the colormapDataset property.

For example, to add a new item, do as follows:

    getColormapDataset().add(newItem);
 

Objects of the following type(s) are allowed in the list ColormapDatasetConfig


getRenderableDataset

public List<RenderableDatasetConfig> getRenderableDataset()
Gets the value of the renderableDataset property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the renderableDataset property.

For example, to add a new item, do as follows:

    getRenderableDataset().add(newItem);
 

Objects of the following type(s) are allowed in the list RenderableDatasetConfig



Copyright © 2011. All Rights Reserved.