Uses of Class
org.hackystat.sensorbase.resource.sensordata.jaxb.Properties

Packages that use Properties
org.hackystat.sensorbase.resource.sensordata.jaxb Provides the JAXB generated classes corresponding to the SensorData XmlSchema. 
 

Uses of Properties in org.hackystat.sensorbase.resource.sensordata.jaxb
 

Fields in org.hackystat.sensorbase.resource.sensordata.jaxb declared as Properties
protected  Properties SensorData.properties
           
 

Methods in org.hackystat.sensorbase.resource.sensordata.jaxb that return Properties
 Properties ObjectFactory.createProperties()
          Create an instance of Properties
 Properties SensorData.getProperties()
          Gets the value of the properties property.
 

Methods in org.hackystat.sensorbase.resource.sensordata.jaxb with parameters of type Properties
 void SensorData.setProperties(Properties value)
          Sets the value of the properties property.