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

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

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

Fields in org.hackystat.sensorbase.resource.sensordatatypes.jaxb declared as Properties
protected  Properties SensorDataType.properties
           
 

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

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