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

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

public class FunctionAverages
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="ccn" 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 ccn
           
protected  java.lang.String javadocs
           
protected  java.lang.String ncss
           
 
Constructor Summary
FunctionAverages()
           
 
Method Summary
 java.lang.String getCcn()
          Gets the value of the ccn property.
 java.lang.String getJavadocs()
          Gets the value of the javadocs property.
 java.lang.String getNcss()
          Gets the value of the ncss property.
 void setCcn(java.lang.String value)
          Sets the value of the ccn 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

ccn

protected java.lang.String ccn

javadocs

protected java.lang.String javadocs
Constructor Detail

FunctionAverages

public FunctionAverages()
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

getCcn

public java.lang.String getCcn()
Gets the value of the ccn property.

Returns:
possible object is String

setCcn

public void setCcn(java.lang.String value)
Sets the value of the ccn 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