|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.provider.jrxml.jaxb.map.Map
public class Map
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 |
---|
protected Detail detail
protected Datasources datasources
protected BigInteger resolution
Constructor Detail |
---|
public Map()
Method Detail |
---|
public Detail getDetail()
Detail
public void setDetail(Detail value)
value
- allowed object is
Detail
public Datasources getDatasources()
Datasources
public void setDatasources(Datasources value)
value
- allowed object is
Datasources
public BigInteger getResolution()
BigInteger
public void setResolution(BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |