org.deegree.observation.persistence.contsql.jaxb
Class ContinuousObservationStore.TimeInterval

java.lang.Object
  extended by org.deegree.observation.persistence.contsql.jaxb.ContinuousObservationStore.TimeInterval
Enclosing class:
ContinuousObservationStore

public static class ContinuousObservationStore.TimeInterval
extends Object

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

value

protected double value

uom

protected String uom
Constructor Detail

ContinuousObservationStore.TimeInterval

public ContinuousObservationStore.TimeInterval()
Method Detail

getValue

public double getValue()
Gets the value of the value property.


setValue

public void setValue(double value)
Sets the value of the value property.


getUom

public String getUom()
Gets the value of the uom property.

Returns:
possible object is String

setUom

public void setUom(String value)
Sets the value of the uom property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.