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

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

public class Data
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="{}all"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  All all
           
 
Constructor Summary
Data()
           
 
Method Summary
 All getAll()
          Gets the value of the all property.
 void setAll(All value)
          Sets the value of the all property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

all

protected All all
Constructor Detail

Data

public Data()
Method Detail

getAll

public All getAll()
Gets the value of the all property.

Returns:
possible object is All

setAll

public void setAll(All value)
Sets the value of the all property.

Parameters:
value - allowed object is All