|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.emma.jaxb.Report
public class Report
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}stats"/> <element ref="{}data"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Data |
data
|
protected Stats |
stats
|
Constructor Summary | |
---|---|
Report()
|
Method Summary | |
---|---|
Data |
getData()
Gets the value of the data property. |
Stats |
getStats()
Gets the value of the stats property. |
void |
setData(Data value)
Sets the value of the data property. |
void |
setStats(Stats value)
Sets the value of the stats property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Stats stats
protected Data data
Constructor Detail |
---|
public Report()
Method Detail |
---|
public Stats getStats()
Stats
public void setStats(Stats value)
value
- allowed object is
Stats
public Data getData()
Data
public void setData(Data value)
value
- allowed object is
Data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |