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

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

public class Package
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="classes" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="functions" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="ncss" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="javadocs" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="javadoc_lines" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="single_comment_lines" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="multi_comment_lines" 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 javadocLines
           
protected  java.math.BigInteger javadocs
           
protected  java.math.BigInteger multiCommentLines
           
protected  java.lang.String name
           
protected  java.lang.String ncss
           
protected  java.math.BigInteger singleCommentLines
           
 
Constructor Summary
Package()
           
 
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 getJavadocLines()
          Gets the value of the javadocLines property.
 java.math.BigInteger getJavadocs()
          Gets the value of the javadocs property.
 java.math.BigInteger getMultiCommentLines()
          Gets the value of the multiCommentLines property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getNcss()
          Gets the value of the ncss property.
 java.math.BigInteger getSingleCommentLines()
          Gets the value of the singleCommentLines 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 setJavadocLines(java.math.BigInteger value)
          Sets the value of the javadocLines property.
 void setJavadocs(java.math.BigInteger value)
          Sets the value of the javadocs property.
 void setMultiCommentLines(java.math.BigInteger value)
          Sets the value of the multiCommentLines 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.
 void setSingleCommentLines(java.math.BigInteger value)
          Sets the value of the singleCommentLines 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

classes

protected java.math.BigInteger classes

functions

protected java.math.BigInteger functions

ncss

protected java.lang.String ncss

javadocs

protected java.math.BigInteger javadocs

javadocLines

protected java.math.BigInteger javadocLines

singleCommentLines

protected java.math.BigInteger singleCommentLines

multiCommentLines

protected java.math.BigInteger multiCommentLines
Constructor Detail

Package

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

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

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

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

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

getJavadocLines

public java.math.BigInteger getJavadocLines()
Gets the value of the javadocLines property.

Returns:
possible object is BigInteger

setJavadocLines

public void setJavadocLines(java.math.BigInteger value)
Sets the value of the javadocLines property.

Parameters:
value - allowed object is BigInteger

getSingleCommentLines

public java.math.BigInteger getSingleCommentLines()
Gets the value of the singleCommentLines property.

Returns:
possible object is BigInteger

setSingleCommentLines

public void setSingleCommentLines(java.math.BigInteger value)
Sets the value of the singleCommentLines property.

Parameters:
value - allowed object is BigInteger

getMultiCommentLines

public java.math.BigInteger getMultiCommentLines()
Gets the value of the multiCommentLines property.

Returns:
possible object is BigInteger

setMultiCommentLines

public void setMultiCommentLines(java.math.BigInteger value)
Sets the value of the multiCommentLines property.

Parameters:
value - allowed object is BigInteger