deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.ogcwebservices.sos.sensorml
Class TypedQuantity

java.lang.Object
  extended by org.deegree.ogcwebservices.sos.sensorml.TypedQuantity

public class TypedQuantity
extends Object

represents a TypedQuantity; please read the SensorML spec

Author:
Matthias Kulbe

Constructor Summary
TypedQuantity(double value, URI type)
           
 
Method Summary
 URI getCodeSpace()
           
 String getId()
           
 double getMax()
           
 double getMin()
           
 URI getType()
           
 URI getUom()
           
 double getValue()
           
 boolean isFixed()
           
 void setCodeSpace(URI codeSpace)
           
 void setFixed(boolean fixed)
           
 void setId(String id)
           
 void setMax(double max)
           
 void setMin(double min)
           
 void setUom(URI uom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedQuantity

public TypedQuantity(double value,
                     URI type)
Parameters:
value -
type -
Method Detail

getCodeSpace

public URI getCodeSpace()
Returns:
code space

isFixed

public boolean isFixed()
Returns:
is fixed

getId

public String getId()
Returns:
identifier

getMax

public double getMax()
Returns:
max

getMin

public double getMin()
Returns:
min

getType

public URI getType()
Returns:
type

getUom

public URI getUom()
Returns:
uom

getValue

public double getValue()
Returns:
value

setCodeSpace

public void setCodeSpace(URI codeSpace)
Parameters:
codeSpace -

setFixed

public void setFixed(boolean fixed)
Parameters:
fixed -

setId

public void setId(String id)
Parameters:
id -

setMax

public void setMax(double max)
Parameters:
max -

setMin

public void setMin(double min)
Parameters:
min -

setUom

public void setUom(URI uom)
Parameters:
uom -

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org