org.deegree.services.jaxb.wms
Class ScaleDenominatorsType

java.lang.Object
  extended by org.deegree.services.jaxb.wms.ScaleDenominatorsType

public class ScaleDenominatorsType
extends Object

Java class for ScaleDenominatorsType complex type.

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

 <complexType name="ScaleDenominatorsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="min" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="max" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="native" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Double _native
           
protected  double max
           
protected  double min
           
 
Constructor Summary
ScaleDenominatorsType()
           
 
Method Summary
 double getMax()
          Gets the value of the max property.
 double getMin()
          Gets the value of the min property.
 Double getNative()
          Gets the value of the native property.
 void setMax(double value)
          Sets the value of the max property.
 void setMin(double value)
          Sets the value of the min property.
 void setNative(Double value)
          Sets the value of the native property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

protected double min

max

protected double max

_native

protected Double _native
Constructor Detail

ScaleDenominatorsType

public ScaleDenominatorsType()
Method Detail

getMin

public double getMin()
Gets the value of the min property.


setMin

public void setMin(double value)
Sets the value of the min property.


getMax

public double getMax()
Gets the value of the max property.


setMax

public void setMax(double value)
Sets the value of the max property.


getNative

public Double getNative()
Gets the value of the native property.

Returns:
possible object is Double

setNative

public void setNative(Double value)
Sets the value of the native property.

Parameters:
value - allowed object is Double


Copyright © 2011. All Rights Reserved.