org.deegree.services.jaxb.wpvs
Class SwitchLevels.Level

java.lang.Object
  extended by org.deegree.services.jaxb.wpvs.SwitchLevels.Level
Enclosing class:
SwitchLevels

public static class SwitchLevels.Level
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">
       <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" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  double max
           
protected  double min
           
 
Constructor Summary
SwitchLevels.Level()
           
 
Method Summary
 double getMax()
          Gets the value of the max property.
 double getMin()
          Gets the value of the min property.
 void setMax(double value)
          Sets the value of the max property.
 void setMin(double value)
          Sets the value of the min 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
Constructor Detail

SwitchLevels.Level

public SwitchLevels.Level()
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.



Copyright © 2011. All Rights Reserved.