org.hackystat.sensor.ant.jdepend.jaxb
Class Stats

java.lang.Object
  extended by org.hackystat.sensor.ant.jdepend.jaxb.Stats

public class Stats
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 name="TotalClasses" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="ConcreteClasses" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="AbstractClasses" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Ca" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="Ce" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="A" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="I" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="D" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="V" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  double a
           
protected  java.lang.String abstractClasses
           
protected  java.math.BigInteger ca
           
protected  java.math.BigInteger ce
           
protected  java.math.BigInteger concreteClasses
           
protected  double d
           
protected  double i
           
protected  java.math.BigInteger totalClasses
           
protected  double v
           
 
Constructor Summary
Stats()
           
 
Method Summary
 double getA()
          Gets the value of the a property.
 java.lang.String getAbstractClasses()
          Gets the value of the abstractClasses property.
 java.math.BigInteger getCa()
          Gets the value of the ca property.
 java.math.BigInteger getCe()
          Gets the value of the ce property.
 java.math.BigInteger getConcreteClasses()
          Gets the value of the concreteClasses property.
 double getD()
          Gets the value of the d property.
 double getI()
          Gets the value of the i property.
 java.math.BigInteger getTotalClasses()
          Gets the value of the totalClasses property.
 double getV()
          Gets the value of the v property.
 void setA(double value)
          Sets the value of the a property.
 void setAbstractClasses(java.lang.String value)
          Sets the value of the abstractClasses property.
 void setCa(java.math.BigInteger value)
          Sets the value of the ca property.
 void setCe(java.math.BigInteger value)
          Sets the value of the ce property.
 void setConcreteClasses(java.math.BigInteger value)
          Sets the value of the concreteClasses property.
 void setD(double value)
          Sets the value of the d property.
 void setI(double value)
          Sets the value of the i property.
 void setTotalClasses(java.math.BigInteger value)
          Sets the value of the totalClasses property.
 void setV(double value)
          Sets the value of the v property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

totalClasses

protected java.math.BigInteger totalClasses

concreteClasses

protected java.math.BigInteger concreteClasses

abstractClasses

protected java.lang.String abstractClasses

ca

protected java.math.BigInteger ca

ce

protected java.math.BigInteger ce

a

protected double a

i

protected double i

d

protected double d

v

protected double v
Constructor Detail

Stats

public Stats()
Method Detail

getTotalClasses

public java.math.BigInteger getTotalClasses()
Gets the value of the totalClasses property.

Returns:
possible object is BigInteger

setTotalClasses

public void setTotalClasses(java.math.BigInteger value)
Sets the value of the totalClasses property.

Parameters:
value - allowed object is BigInteger

getConcreteClasses

public java.math.BigInteger getConcreteClasses()
Gets the value of the concreteClasses property.

Returns:
possible object is BigInteger

setConcreteClasses

public void setConcreteClasses(java.math.BigInteger value)
Sets the value of the concreteClasses property.

Parameters:
value - allowed object is BigInteger

getAbstractClasses

public java.lang.String getAbstractClasses()
Gets the value of the abstractClasses property.

Returns:
possible object is String

setAbstractClasses

public void setAbstractClasses(java.lang.String value)
Sets the value of the abstractClasses property.

Parameters:
value - allowed object is String

getCa

public java.math.BigInteger getCa()
Gets the value of the ca property.

Returns:
possible object is BigInteger

setCa

public void setCa(java.math.BigInteger value)
Sets the value of the ca property.

Parameters:
value - allowed object is BigInteger

getCe

public java.math.BigInteger getCe()
Gets the value of the ce property.

Returns:
possible object is BigInteger

setCe

public void setCe(java.math.BigInteger value)
Sets the value of the ce property.

Parameters:
value - allowed object is BigInteger

getA

public double getA()
Gets the value of the a property.


setA

public void setA(double value)
Sets the value of the a property.


getI

public double getI()
Gets the value of the i property.


setI

public void setI(double value)
Sets the value of the i property.


getD

public double getD()
Gets the value of the d property.


setD

public void setD(double value)
Sets the value of the d property.


getV

public double getV()
Gets the value of the v property.


setV

public void setV(double value)
Sets the value of the v property.