org.hackystat.sensor.ant.emma.jaxb
Class Report

java.lang.Object
  extended by org.hackystat.sensor.ant.emma.jaxb.Report

public class Report
extends java.lang.Object

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

stats

protected Stats stats

data

protected Data data
Constructor Detail

Report

public Report()
Method Detail

getStats

public Stats getStats()
Gets the value of the stats property.

Returns:
possible object is Stats

setStats

public void setStats(Stats value)
Sets the value of the stats property.

Parameters:
value - allowed object is Stats

getData

public Data getData()
Gets the value of the data property.

Returns:
possible object is Data

setData

public void setData(Data value)
Sets the value of the data property.

Parameters:
value - allowed object is Data