|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.javancss.jaxb.Averages
public class Averages
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="functions" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="classes" 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 |
classes
|
protected java.lang.String |
functions
|
protected java.lang.String |
javadocs
|
protected java.lang.String |
ncss
|
Constructor Summary | |
---|---|
Averages()
|
Method Summary | |
---|---|
java.lang.String |
getClasses()
Gets the value of the classes property. |
java.lang.String |
getFunctions()
Gets the value of the functions property. |
java.lang.String |
getJavadocs()
Gets the value of the javadocs property. |
java.lang.String |
getNcss()
Gets the value of the ncss property. |
void |
setClasses(java.lang.String value)
Sets the value of the classes property. |
void |
setFunctions(java.lang.String value)
Sets the value of the functions 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 |
---|
protected java.lang.String ncss
protected java.lang.String functions
protected java.lang.String classes
protected java.lang.String javadocs
Constructor Detail |
---|
public Averages()
Method Detail |
---|
public java.lang.String getNcss()
String
public void setNcss(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFunctions()
String
public void setFunctions(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClasses()
String
public void setClasses(java.lang.String value)
value
- allowed object is
String
public java.lang.String getJavadocs()
String
public void setJavadocs(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |