SPFramework API

org.n52.ifgicopter.spf.xml
Class Time

java.lang.Object
  extended by org.n52.ifgicopter.spf.xml.Item
      extended by org.n52.ifgicopter.spf.xml.Time

public class Time
extends Item

This represents the Time property of an Input plugin. A definition can be set in the corresponding swe:Time xml element.

Author:
Matthes Rieke

Field Summary
 
Fields inherited from class org.n52.ifgicopter.spf.xml.Item
dataType, definition, property, uom
 
Constructor Summary
Time(String prop)
           
 
Method Summary
 String getReferenceFrame()
           
 void setReferenceFrame(String referenceFrame)
           
 
Methods inherited from class org.n52.ifgicopter.spf.xml.Item
getDataType, getDefinition, getProperty, getUom, setDataType, setDefinition, setUom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Time

public Time(String prop)
Parameters:
prop - the property name
Method Detail

getReferenceFrame

public String getReferenceFrame()
Returns:
the referenceFrame

setReferenceFrame

public void setReferenceFrame(String referenceFrame)
Parameters:
referenceFrame - the referenceFrame to set

SPFramework API

Copyright © 2004-2012 52north.org. All Rights Reserved.