1-Wire Weather Service for Java -- Monitor API

wxservice.ws
Class GetSensorData

java.lang.Object
  extended by wxservice.ws.GetSensorData

public class GetSensorData
extends java.lang.Object

Java class for getSensorData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="getSensorData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="time" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  long time
           
 
Constructor Summary
GetSensorData()
           
 
Method Summary
 long getTime()
          Gets the value of the time property.
 void setTime(long value)
          Sets the value of the time property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

protected long time
Constructor Detail

GetSensorData

public GetSensorData()
Method Detail

getTime

public long getTime()
Gets the value of the time property.


setTime

public void setTime(long value)
Sets the value of the time property.


Copyright © 2005-2009 Karl Uppiano