|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.wps.provider.jrxml.jaxb.map.Detail
public class Detail
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>
<choice>
<element name="bbox" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://www.deegree.org/processprovider/map}center"/>
</choice>
<element name="scaleDenominator" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
<attribute name="crs" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
bbox
|
protected Center |
center
|
protected String |
crs
|
protected BigInteger |
scaleDenominator
|
| Constructor Summary | |
|---|---|
Detail()
|
|
| Method Summary | |
|---|---|
String |
getBbox()
Gets the value of the bbox property. |
Center |
getCenter()
Gets the value of the center property. |
String |
getCrs()
Gets the value of the crs property. |
BigInteger |
getScaleDenominator()
Gets the value of the scaleDenominator property. |
void |
setBbox(String value)
Sets the value of the bbox property. |
void |
setCenter(Center value)
Sets the value of the center property. |
void |
setCrs(String value)
Sets the value of the crs property. |
void |
setScaleDenominator(BigInteger value)
Sets the value of the scaleDenominator property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String bbox
protected Center center
protected BigInteger scaleDenominator
protected String crs
| Constructor Detail |
|---|
public Detail()
| Method Detail |
|---|
public String getBbox()
Stringpublic void setBbox(String value)
value - allowed object is
Stringpublic Center getCenter()
Centerpublic void setCenter(Center value)
value - allowed object is
Centerpublic BigInteger getScaleDenominator()
BigIntegerpublic void setScaleDenominator(BigInteger value)
value - allowed object is
BigIntegerpublic String getCrs()
Stringpublic void setCrs(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||