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

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

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

Fields in org.hackystat.sensorbase.resource.projects.jaxb declared as Properties
protected  Properties Project.properties
           
 

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

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