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

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

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

Fields in org.hackystat.sensorbase.resource.sensordatatypes.jaxb declared as RequiredFields
protected  RequiredFields SensorDataType.requiredFields
           
 

Methods in org.hackystat.sensorbase.resource.sensordatatypes.jaxb that return RequiredFields
 RequiredFields ObjectFactory.createRequiredFields()
          Create an instance of RequiredFields
 RequiredFields SensorDataType.getRequiredFields()
          Gets the value of the requiredFields property.
 

Methods in org.hackystat.sensorbase.resource.sensordatatypes.jaxb with parameters of type RequiredFields
 void SensorDataType.setRequiredFields(RequiredFields value)
          Sets the value of the requiredFields property.