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

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

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


Field Summary
protected  java.math.BigInteger classes
           
protected  java.math.BigInteger functions
           
protected  java.math.BigInteger javadocs
           
protected  java.lang.String name
           
protected  java.lang.String ncss
           
 
Constructor Summary
Object()
           
 
Method Summary
 java.math.BigInteger getClasses()
          Gets the value of the classes property.
 java.math.BigInteger getFunctions()
          Gets the value of the functions property.
 java.math.BigInteger getJavadocs()
          Gets the value of the javadocs property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getNcss()
          Gets the value of the ncss property.
 void setClasses(java.math.BigInteger value)
          Sets the value of the classes property.
 void setFunctions(java.math.BigInteger value)
          Sets the value of the functions property.
 void setJavadocs(java.math.BigInteger value)
          Sets the value of the javadocs property.
 void setName(java.lang.String value)
          Sets the value of the name 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

name

protected java.lang.String name

ncss

protected java.lang.String ncss

functions

protected java.math.BigInteger functions

classes

protected java.math.BigInteger classes

javadocs

protected java.math.BigInteger javadocs
Constructor Detail

Object

public Object()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

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.math.BigInteger getFunctions()
Gets the value of the functions property.

Returns:
possible object is BigInteger

setFunctions

public void setFunctions(java.math.BigInteger value)
Sets the value of the functions property.

Parameters:
value - allowed object is BigInteger

getClasses

public java.math.BigInteger getClasses()
Gets the value of the classes property.

Returns:
possible object is BigInteger

setClasses

public void setClasses(java.math.BigInteger value)
Sets the value of the classes property.

Parameters:
value - allowed object is BigInteger

getJavadocs

public java.math.BigInteger getJavadocs()
Gets the value of the javadocs property.

Returns:
possible object is BigInteger

setJavadocs

public void setJavadocs(java.math.BigInteger value)
Sets the value of the javadocs property.

Parameters:
value - allowed object is BigInteger