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

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

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

Fields in org.hackystat.sensorbase.resource.projects.jaxb declared as Invitations
protected  Invitations Project.invitations
           
 

Methods in org.hackystat.sensorbase.resource.projects.jaxb that return Invitations
 Invitations ObjectFactory.createInvitations()
          Create an instance of Invitations
 Invitations Project.getInvitations()
          Gets the value of the invitations property.
 

Methods in org.hackystat.sensorbase.resource.projects.jaxb with parameters of type Invitations
 void Project.setInvitations(Invitations value)
          Sets the value of the invitations property.