Uses of Class
org.hackystat.sensor.xmldata.jaxb.Entries

Packages that use Entries
org.hackystat.sensor.xmldata.jaxb Contains the JAXB auto-generated classes. 
 

Uses of Entries in org.hackystat.sensor.xmldata.jaxb
 

Fields in org.hackystat.sensor.xmldata.jaxb declared as Entries
protected  Entries XmlData.entries
           
 

Methods in org.hackystat.sensor.xmldata.jaxb that return Entries
 Entries ObjectFactory.createEntries()
          Create an instance of Entries
 Entries XmlData.getEntries()
          Gets the value of the entries property.
 

Methods in org.hackystat.sensor.xmldata.jaxb with parameters of type Entries
 void XmlData.setEntries(Entries value)
          Sets the value of the entries property.