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

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

public class Metrics
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">
       <attribute name="classes" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="methods" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="conditionals" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="ncloc" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="coveredstatements" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="coveredmethods" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="coveredconditionals" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="statements" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="loc" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="coveredelements" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="elements" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer classes
           
protected  java.lang.Integer conditionals
           
protected  java.lang.Integer coveredconditionals
           
protected  java.lang.Integer coveredelements
           
protected  java.lang.Integer coveredmethods
           
protected  java.lang.Integer coveredstatements
           
protected  java.lang.Integer elements
           
protected  java.lang.Integer loc
           
protected  java.lang.Integer methods
           
protected  java.lang.Integer ncloc
           
protected  java.lang.Integer statements
           
 
Constructor Summary
Metrics()
           
 
Method Summary
 java.lang.Integer getClasses()
          Gets the value of the classes property.
 java.lang.Integer getConditionals()
          Gets the value of the conditionals property.
 java.lang.Integer getCoveredconditionals()
          Gets the value of the coveredconditionals property.
 java.lang.Integer getCoveredelements()
          Gets the value of the coveredelements property.
 java.lang.Integer getCoveredmethods()
          Gets the value of the coveredmethods property.
 java.lang.Integer getCoveredstatements()
          Gets the value of the coveredstatements property.
 java.lang.Integer getElements()
          Gets the value of the elements property.
 java.lang.Integer getLoc()
          Gets the value of the loc property.
 java.lang.Integer getMethods()
          Gets the value of the methods property.
 java.lang.Integer getNcloc()
          Gets the value of the ncloc property.
 java.lang.Integer getStatements()
          Gets the value of the statements property.
 void setClasses(java.lang.Integer value)
          Sets the value of the classes property.
 void setConditionals(java.lang.Integer value)
          Sets the value of the conditionals property.
 void setCoveredconditionals(java.lang.Integer value)
          Sets the value of the coveredconditionals property.
 void setCoveredelements(java.lang.Integer value)
          Sets the value of the coveredelements property.
 void setCoveredmethods(java.lang.Integer value)
          Sets the value of the coveredmethods property.
 void setCoveredstatements(java.lang.Integer value)
          Sets the value of the coveredstatements property.
 void setElements(java.lang.Integer value)
          Sets the value of the elements property.
 void setLoc(java.lang.Integer value)
          Sets the value of the loc property.
 void setMethods(java.lang.Integer value)
          Sets the value of the methods property.
 void setNcloc(java.lang.Integer value)
          Sets the value of the ncloc property.
 void setStatements(java.lang.Integer value)
          Sets the value of the statements property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classes

protected java.lang.Integer classes

methods

protected java.lang.Integer methods

conditionals

protected java.lang.Integer conditionals

ncloc

protected java.lang.Integer ncloc

coveredstatements

protected java.lang.Integer coveredstatements

coveredmethods

protected java.lang.Integer coveredmethods

coveredconditionals

protected java.lang.Integer coveredconditionals

statements

protected java.lang.Integer statements

loc

protected java.lang.Integer loc

coveredelements

protected java.lang.Integer coveredelements

elements

protected java.lang.Integer elements
Constructor Detail

Metrics

public Metrics()
Method Detail

getClasses

public java.lang.Integer getClasses()
Gets the value of the classes property.

Returns:
possible object is Integer

setClasses

public void setClasses(java.lang.Integer value)
Sets the value of the classes property.

Parameters:
value - allowed object is Integer

getMethods

public java.lang.Integer getMethods()
Gets the value of the methods property.

Returns:
possible object is Integer

setMethods

public void setMethods(java.lang.Integer value)
Sets the value of the methods property.

Parameters:
value - allowed object is Integer

getConditionals

public java.lang.Integer getConditionals()
Gets the value of the conditionals property.

Returns:
possible object is Integer

setConditionals

public void setConditionals(java.lang.Integer value)
Sets the value of the conditionals property.

Parameters:
value - allowed object is Integer

getNcloc

public java.lang.Integer getNcloc()
Gets the value of the ncloc property.

Returns:
possible object is Integer

setNcloc

public void setNcloc(java.lang.Integer value)
Sets the value of the ncloc property.

Parameters:
value - allowed object is Integer

getCoveredstatements

public java.lang.Integer getCoveredstatements()
Gets the value of the coveredstatements property.

Returns:
possible object is Integer

setCoveredstatements

public void setCoveredstatements(java.lang.Integer value)
Sets the value of the coveredstatements property.

Parameters:
value - allowed object is Integer

getCoveredmethods

public java.lang.Integer getCoveredmethods()
Gets the value of the coveredmethods property.

Returns:
possible object is Integer

setCoveredmethods

public void setCoveredmethods(java.lang.Integer value)
Sets the value of the coveredmethods property.

Parameters:
value - allowed object is Integer

getCoveredconditionals

public java.lang.Integer getCoveredconditionals()
Gets the value of the coveredconditionals property.

Returns:
possible object is Integer

setCoveredconditionals

public void setCoveredconditionals(java.lang.Integer value)
Sets the value of the coveredconditionals property.

Parameters:
value - allowed object is Integer

getStatements

public java.lang.Integer getStatements()
Gets the value of the statements property.

Returns:
possible object is Integer

setStatements

public void setStatements(java.lang.Integer value)
Sets the value of the statements property.

Parameters:
value - allowed object is Integer

getLoc

public java.lang.Integer getLoc()
Gets the value of the loc property.

Returns:
possible object is Integer

setLoc

public void setLoc(java.lang.Integer value)
Sets the value of the loc property.

Parameters:
value - allowed object is Integer

getCoveredelements

public java.lang.Integer getCoveredelements()
Gets the value of the coveredelements property.

Returns:
possible object is Integer

setCoveredelements

public void setCoveredelements(java.lang.Integer value)
Sets the value of the coveredelements property.

Parameters:
value - allowed object is Integer

getElements

public java.lang.Integer getElements()
Gets the value of the elements property.

Returns:
possible object is Integer

setElements

public void setElements(java.lang.Integer value)
Sets the value of the elements property.

Parameters:
value - allowed object is Integer