|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.observation.persistence.contsql.jaxb.ContinuousObservationStore.TimeInterval
public static class ContinuousObservationStore.TimeInterval
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>double"> <attribute name="uom" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Field Summary | |
---|---|
protected String |
uom
|
protected double |
value
|
Constructor Summary | |
---|---|
ContinuousObservationStore.TimeInterval()
|
Method Summary | |
---|---|
String |
getUom()
Gets the value of the uom property. |
double |
getValue()
Gets the value of the value property. |
void |
setUom(String value)
Sets the value of the uom property. |
void |
setValue(double value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double value
protected String uom
Constructor Detail |
---|
public ContinuousObservationStore.TimeInterval()
Method Detail |
---|
public double getValue()
public void setValue(double value)
public String getUom()
String
public void setUom(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |