org.hackystat.sensor.ant.javancss.jaxb
Class Averages

java.lang.Object
  extended by org.hackystat.sensor.ant.javancss.jaxb.Averages

public class Averages
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="ncss" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="functions" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="classes" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="javadocs" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String classes
           
protected  java.lang.String functions
           
protected  java.lang.String javadocs
           
protected  java.lang.String ncss
           
 
Constructor Summary
Averages()
           
 
Method Summary
 java.lang.String getClasses()
          Gets the value of the classes property.
 java.lang.String getFunctions()
          Gets the value of the functions property.
 java.lang.String getJavadocs()
          Gets the value of the javadocs property.
 java.lang.String getNcss()
          Gets the value of the ncss property.
 void setClasses(java.lang.String value)
          Sets the value of the classes property.
 void setFunctions(java.lang.String value)
          Sets the value of the functions property.
 void setJavadocs(java.lang.String value)
          Sets the value of the javadocs property.
 void setNcss(java.lang.String value)
          Sets the value of the ncss property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ncss

protected java.lang.String ncss

functions

protected java.lang.String functions

classes

protected java.lang.String classes

javadocs

protected java.lang.String javadocs
Constructor Detail

Averages

public Averages()
Method Detail

getNcss

public java.lang.String getNcss()
Gets the value of the ncss property.

Returns:
possible object is String

setNcss

public void setNcss(java.lang.String value)
Sets the value of the ncss property.

Parameters:
value - allowed object is String

getFunctions

public java.lang.String getFunctions()
Gets the value of the functions property.

Returns:
possible object is String

setFunctions

public void setFunctions(java.lang.String value)
Sets the value of the functions property.

Parameters:
value - allowed object is String

getClasses

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

Returns:
possible object is String

setClasses

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

Parameters:
value - allowed object is String

getJavadocs

public java.lang.String getJavadocs()
Gets the value of the javadocs property.

Returns:
possible object is String

setJavadocs

public void setJavadocs(java.lang.String value)
Sets the value of the javadocs property.

Parameters:
value - allowed object is String