|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.javancss.jaxb.Total
public class Total
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="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 |
ncss
|
protected java.math.BigInteger |
singleCommentLines
|
Constructor Summary | |
---|---|
Total()
|
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 |
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 |
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 |
---|
protected java.math.BigInteger classes
protected java.math.BigInteger functions
protected java.lang.String ncss
protected java.math.BigInteger javadocs
protected java.math.BigInteger javadocLines
protected java.math.BigInteger singleCommentLines
protected java.math.BigInteger multiCommentLines
Constructor Detail |
---|
public Total()
Method Detail |
---|
public java.math.BigInteger getClasses()
BigInteger
public void setClasses(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getFunctions()
BigInteger
public void setFunctions(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getNcss()
String
public void setNcss(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getJavadocs()
BigInteger
public void setJavadocs(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getJavadocLines()
BigInteger
public void setJavadocLines(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getSingleCommentLines()
BigInteger
public void setSingleCommentLines(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMultiCommentLines()
BigInteger
public void setMultiCommentLines(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |