|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.wpvs.SwitchLevels.Level
public static class SwitchLevels.Level
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 |
---|
protected double min
protected double max
Constructor Detail |
---|
public SwitchLevels.Level()
Method Detail |
---|
public double getMin()
public void setMin(double value)
public double getMax()
public void setMax(double value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |