org.deegree.services.jaxb.wpvs
Class RenderableDatasetConfig

java.lang.Object
  extended by org.deegree.services.jaxb.wpvs.AbstractDataType
      extended by org.deegree.services.jaxb.wpvs.RenderableDatasetConfig

public class RenderableDatasetConfig
extends AbstractDataType

Java class for RenderableDataset element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="RenderableDataset">
   <complexType>
     <complexContent>
       <extension base="{http://www.deegree.org/services/wpvs}AbstractDataType">
         <sequence>
           <element name="RenderableStoreId" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="MaxPixelError" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
           <element ref="{http://www.deegree.org/services/wpvs}SwitchLevels" minOccurs="0"/>
         </sequence>
       </extension>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  Double maxPixelError
           
protected  String renderableStoreId
           
protected  SwitchLevels switchLevels
           
 
Fields inherited from class org.deegree.services.jaxb.wpvs.AbstractDataType
_abstract, metadataURL, name, title
 
Constructor Summary
RenderableDatasetConfig()
           
 
Method Summary
 Double getMaxPixelError()
          Gets the value of the maxPixelError property.
 String getRenderableStoreId()
          Gets the value of the renderableStoreId property.
 SwitchLevels getSwitchLevels()
          Gets the value of the switchLevels property.
 void setMaxPixelError(Double value)
          Sets the value of the maxPixelError property.
 void setRenderableStoreId(String value)
          Sets the value of the renderableStoreId property.
 void setSwitchLevels(SwitchLevels value)
          Sets the value of the switchLevels property.
 
Methods inherited from class org.deegree.services.jaxb.wpvs.AbstractDataType
getAbstract, getMetadataURL, getName, getTitle, setAbstract, setName, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

renderableStoreId

protected String renderableStoreId

maxPixelError

protected Double maxPixelError

switchLevels

protected SwitchLevels switchLevels
Constructor Detail

RenderableDatasetConfig

public RenderableDatasetConfig()
Method Detail

getRenderableStoreId

public String getRenderableStoreId()
Gets the value of the renderableStoreId property.

Returns:
possible object is String

setRenderableStoreId

public void setRenderableStoreId(String value)
Sets the value of the renderableStoreId property.

Parameters:
value - allowed object is String

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

getSwitchLevels

public SwitchLevels getSwitchLevels()
Gets the value of the switchLevels property.

Returns:
possible object is SwitchLevels

setSwitchLevels

public void setSwitchLevels(SwitchLevels value)
Sets the value of the switchLevels property.

Parameters:
value - allowed object is SwitchLevels


Copyright © 2011. All Rights Reserved.