|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wpvs.AbstractDataType
org.deegree.services.jaxb.wpvs.RenderableDatasetConfig
public class RenderableDatasetConfig
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 java.lang.Double |
maxPixelError
|
protected java.lang.String |
renderableStoreId
|
protected SwitchLevels |
switchLevels
|
| Fields inherited from class org.deegree.services.jaxb.wpvs.AbstractDataType |
|---|
_abstract, metadataURL, name, title |
| Constructor Summary | |
|---|---|
RenderableDatasetConfig()
|
|
| Method Summary | |
|---|---|
java.lang.Double |
getMaxPixelError()
Gets the value of the maxPixelError property. |
java.lang.String |
getRenderableStoreId()
Gets the value of the renderableStoreId property. |
SwitchLevels |
getSwitchLevels()
Gets the value of the switchLevels property. |
void |
setMaxPixelError(java.lang.Double value)
Sets the value of the maxPixelError property. |
void |
setRenderableStoreId(java.lang.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 |
|---|
protected java.lang.String renderableStoreId
protected java.lang.Double maxPixelError
protected SwitchLevels switchLevels
| Constructor Detail |
|---|
public RenderableDatasetConfig()
| Method Detail |
|---|
public java.lang.String getRenderableStoreId()
Stringpublic void setRenderableStoreId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getMaxPixelError()
Doublepublic void setMaxPixelError(java.lang.Double value)
value - allowed object is
Doublepublic SwitchLevels getSwitchLevels()
SwitchLevelspublic void setSwitchLevels(SwitchLevels value)
value - allowed object is
SwitchLevels
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||