org.deegree.services.jaxb.wpvs
Class DatasetDefinitions

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

public class DatasetDefinitions
extends java.lang.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  java.lang.String _abstract
           
protected  java.lang.String baseCRS
           
protected  java.util.List<ColormapDatasetConfig> colormapDataset
           
protected  DEMDatasetConfig demDataset
           
protected  java.util.List<DEMTextureDatasetConfig> demTextureDataset
           
protected  java.lang.Double maxPixelError
           
protected  java.util.List<java.lang.String> metadataURL
           
protected  java.util.List<RenderableDatasetConfig> renderableDataset
           
protected  java.lang.String title
           
protected  TranslationToLocalCRS translationToLocalCRS
           
 
Constructor Summary
DatasetDefinitions()
           
 
Method Summary
 java.lang.String getAbstract()
          Gets the value of the abstract property.
 java.lang.String getBaseCRS()
          Gets the value of the baseCRS property.
 java.util.List<ColormapDatasetConfig> getColormapDataset()
          Gets the value of the colormapDataset property.
 DEMDatasetConfig getDEMDataset()
          Gets the value of the demDataset property.
 java.util.List<DEMTextureDatasetConfig> getDEMTextureDataset()
          Gets the value of the demTextureDataset property.
 java.lang.Double getMaxPixelError()
          Gets the value of the maxPixelError property.
 java.util.List<java.lang.String> getMetadataURL()
          Gets the value of the metadataURL property.
 java.util.List<RenderableDatasetConfig> getRenderableDataset()
          Gets the value of the renderableDataset property.
 java.lang.String getTitle()
          Gets the value of the title property.
 TranslationToLocalCRS getTranslationToLocalCRS()
          Gets the value of the translationToLocalCRS property.
 void setAbstract(java.lang.String value)
          Sets the value of the abstract property.
 void setBaseCRS(java.lang.String value)
          Sets the value of the baseCRS property.
 void setDEMDataset(DEMDatasetConfig value)
          Sets the value of the demDataset property.
 void setMaxPixelError(java.lang.Double value)
          Sets the value of the maxPixelError property.
 void setTitle(java.lang.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 java.lang.String title

metadataURL

protected java.util.List<java.lang.String> metadataURL

_abstract

protected java.lang.String _abstract

baseCRS

protected java.lang.String baseCRS

translationToLocalCRS

protected TranslationToLocalCRS translationToLocalCRS

maxPixelError

protected java.lang.Double maxPixelError

demDataset

protected DEMDatasetConfig demDataset

demTextureDataset

protected java.util.List<DEMTextureDatasetConfig> demTextureDataset

colormapDataset

protected java.util.List<ColormapDatasetConfig> colormapDataset

renderableDataset

protected java.util.List<RenderableDatasetConfig> renderableDataset
Constructor Detail

DatasetDefinitions

public DatasetDefinitions()
Method Detail

getTitle

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

Returns:
possible object is String

setTitle

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

Parameters:
value - allowed object is String

getMetadataURL

public java.util.List<java.lang.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 java.lang.String getAbstract()
Gets the value of the abstract property.

Returns:
possible object is String

setAbstract

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

Parameters:
value - allowed object is String

getBaseCRS

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

Returns:
possible object is String

setBaseCRS

public void setBaseCRS(java.lang.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 java.lang.Double getMaxPixelError()
Gets the value of the maxPixelError property.

Returns:
possible object is Double

setMaxPixelError

public void setMaxPixelError(java.lang.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 java.util.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 java.util.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 java.util.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.