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

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

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

Fields in org.hackystat.sensorbase.resource.projects.jaxb declared as Spectators
protected  Spectators Project.spectators
           
 

Methods in org.hackystat.sensorbase.resource.projects.jaxb that return Spectators
 Spectators ObjectFactory.createSpectators()
          Create an instance of Spectators
 Spectators Project.getSpectators()
          Gets the value of the spectators property.
 

Methods in org.hackystat.sensorbase.resource.projects.jaxb with parameters of type Spectators
 void Project.setSpectators(Spectators value)
          Sets the value of the spectators property.