org.deegree.services.wps.provider.jrxml.jaxb.map
Class WMSDatasource

java.lang.Object
  extended by org.deegree.services.wps.provider.jrxml.jaxb.map.AbstractDatasourceType
      extended by org.deegree.services.wps.provider.jrxml.jaxb.map.WMSDatasource

public class WMSDatasource
extends AbstractDatasourceType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.deegree.org/processprovider/map}AbstractDatasourceType">
       <sequence>
         <element ref="{http://www.deegree.org/processprovider/map}Layers"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Layers layers
           
 
Fields inherited from class org.deegree.services.wps.provider.jrxml.jaxb.map.AbstractDatasourceType
authentification, name, url, version
 
Constructor Summary
WMSDatasource()
           
 
Method Summary
 Layers getLayers()
          Gets the value of the layers property.
 void setLayers(Layers value)
          Sets the value of the layers property.
 
Methods inherited from class org.deegree.services.wps.provider.jrxml.jaxb.map.AbstractDatasourceType
getAuthentification, getName, getUrl, getVersion, setAuthentification, setName, setUrl, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

layers

protected Layers layers
Constructor Detail

WMSDatasource

public WMSDatasource()
Method Detail

getLayers

public Layers getLayers()
Gets the value of the layers property.

Returns:
possible object is Layers

setLayers

public void setLayers(Layers value)
Sets the value of the layers property.

Parameters:
value - allowed object is Layers


Copyright © 2011. All Rights Reserved.