|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.emma.jaxb.Stats
public class Stats
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 ref="{}packages"/> <element ref="{}classes"/> <element ref="{}methods"/> <element ref="{}srcfiles"/> <element ref="{}srclines"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Classes |
classes
|
protected Methods |
methods
|
protected Packages |
packages
|
protected Srcfiles |
srcfiles
|
protected Srclines |
srclines
|
Constructor Summary | |
---|---|
Stats()
|
Method Summary | |
---|---|
Classes |
getClasses()
Gets the value of the classes property. |
Methods |
getMethods()
Gets the value of the methods property. |
Packages |
getPackages()
Gets the value of the packages property. |
Srcfiles |
getSrcfiles()
Gets the value of the srcfiles property. |
Srclines |
getSrclines()
Gets the value of the srclines property. |
void |
setClasses(Classes value)
Sets the value of the classes property. |
void |
setMethods(Methods value)
Sets the value of the methods property. |
void |
setPackages(Packages value)
Sets the value of the packages property. |
void |
setSrcfiles(Srcfiles value)
Sets the value of the srcfiles property. |
void |
setSrclines(Srclines value)
Sets the value of the srclines property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Packages packages
protected Classes classes
protected Methods methods
protected Srcfiles srcfiles
protected Srclines srclines
Constructor Detail |
---|
public Stats()
Method Detail |
---|
public Packages getPackages()
Packages
public void setPackages(Packages value)
value
- allowed object is
Packages
public Classes getClasses()
Classes
public void setClasses(Classes value)
value
- allowed object is
Classes
public Methods getMethods()
Methods
public void setMethods(Methods value)
value
- allowed object is
Methods
public Srcfiles getSrcfiles()
Srcfiles
public void setSrcfiles(Srcfiles value)
value
- allowed object is
Srcfiles
public Srclines getSrclines()
Srclines
public void setSrclines(Srclines value)
value
- allowed object is
Srclines
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |