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

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

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

Fields in org.hackystat.sensorbase.resource.projects.jaxb declared as UriPatterns
protected  UriPatterns Project.uriPatterns
           
 

Methods in org.hackystat.sensorbase.resource.projects.jaxb that return UriPatterns
 UriPatterns ObjectFactory.createUriPatterns()
          Create an instance of UriPatterns
 UriPatterns Project.getUriPatterns()
          Gets the value of the uriPatterns property.
 

Methods in org.hackystat.sensorbase.resource.projects.jaxb with parameters of type UriPatterns
 void Project.setUriPatterns(UriPatterns value)
          Sets the value of the uriPatterns property.