org.hackystat.sensor.ant.clover.jaxb
Class Coverage

java.lang.Object
  extended by org.hackystat.sensor.ant.clover.jaxb.Coverage

public class Coverage
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="{}project"/>
         <element ref="{}testproject"/>
       </sequence>
       <attribute name="generated" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer generated
           
protected  Project project
           
protected  Testproject testproject
           
 
Constructor Summary
Coverage()
           
 
Method Summary
 java.lang.Integer getGenerated()
          Gets the value of the generated property.
 Project getProject()
          Gets the value of the project property.
 Testproject getTestproject()
          Gets the value of the testproject property.
 void setGenerated(java.lang.Integer value)
          Sets the value of the generated property.
 void setProject(Project value)
          Sets the value of the project property.
 void setTestproject(Testproject value)
          Sets the value of the testproject property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

project

protected Project project

testproject

protected Testproject testproject

generated

protected java.lang.Integer generated
Constructor Detail

Coverage

public Coverage()
Method Detail

getProject

public Project getProject()
Gets the value of the project property.

Returns:
possible object is Project

setProject

public void setProject(Project value)
Sets the value of the project property.

Parameters:
value - allowed object is Project

getTestproject

public Testproject getTestproject()
Gets the value of the testproject property.

Returns:
possible object is Testproject

setTestproject

public void setTestproject(Testproject value)
Sets the value of the testproject property.

Parameters:
value - allowed object is Testproject

getGenerated

public java.lang.Integer getGenerated()
Gets the value of the generated property.

Returns:
possible object is Integer

setGenerated

public void setGenerated(java.lang.Integer value)
Sets the value of the generated property.

Parameters:
value - allowed object is Integer