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

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

public class Detail
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>
         <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

bbox

protected String bbox

center

protected Center center

scaleDenominator

protected BigInteger scaleDenominator

crs

protected String crs
Constructor Detail

Detail

public Detail()
Method Detail

getBbox

public String getBbox()
Gets the value of the bbox property.

Returns:
possible object is String

setBbox

public void setBbox(String value)
Sets the value of the bbox property.

Parameters:
value - allowed object is String

getCenter

public Center getCenter()
Gets the value of the center property.

Returns:
possible object is Center

setCenter

public void setCenter(Center value)
Sets the value of the center property.

Parameters:
value - allowed object is Center

getScaleDenominator

public BigInteger getScaleDenominator()
Gets the value of the scaleDenominator property.

Returns:
possible object is BigInteger

setScaleDenominator

public void setScaleDenominator(BigInteger value)
Sets the value of the scaleDenominator property.

Parameters:
value - allowed object is BigInteger

getCrs

public String getCrs()
Gets the value of the crs property.

Returns:
possible object is String

setCrs

public void setCrs(String value)
Sets the value of the crs property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.