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

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

public class Map
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 ref="{http://www.deegree.org/processprovider/map}Detail"/>
         <element ref="{http://www.deegree.org/processprovider/map}Datasources"/>
       </sequence>
       <attribute name="resolution" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Datasources datasources
           
protected  Detail detail
           
protected  BigInteger resolution
           
 
Constructor Summary
Map()
           
 
Method Summary
 Datasources getDatasources()
          Gets the value of the datasources property.
 Detail getDetail()
          Gets the value of the detail property.
 BigInteger getResolution()
          Gets the value of the resolution property.
 void setDatasources(Datasources value)
          Sets the value of the datasources property.
 void setDetail(Detail value)
          Sets the value of the detail property.
 void setResolution(BigInteger value)
          Sets the value of the resolution property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

detail

protected Detail detail

datasources

protected Datasources datasources

resolution

protected BigInteger resolution
Constructor Detail

Map

public Map()
Method Detail

getDetail

public Detail getDetail()
Gets the value of the detail property.

Returns:
possible object is Detail

setDetail

public void setDetail(Detail value)
Sets the value of the detail property.

Parameters:
value - allowed object is Detail

getDatasources

public Datasources getDatasources()
Gets the value of the datasources property.

Returns:
possible object is Datasources

setDatasources

public void setDatasources(Datasources value)
Sets the value of the datasources property.

Parameters:
value - allowed object is Datasources

getResolution

public BigInteger getResolution()
Gets the value of the resolution property.

Returns:
possible object is BigInteger

setResolution

public void setResolution(BigInteger value)
Sets the value of the resolution property.

Parameters:
value - allowed object is BigInteger


Copyright © 2011. All Rights Reserved.