|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.javancss.jaxb.FunctionAverages
public class FunctionAverages
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="ccn" 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 |
ccn
|
protected java.lang.String |
javadocs
|
protected java.lang.String |
ncss
|
Constructor Summary | |
---|---|
FunctionAverages()
|
Method Summary | |
---|---|
java.lang.String |
getCcn()
Gets the value of the ccn property. |
java.lang.String |
getJavadocs()
Gets the value of the javadocs property. |
java.lang.String |
getNcss()
Gets the value of the ncss property. |
void |
setCcn(java.lang.String value)
Sets the value of the ccn 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 ccn
protected java.lang.String javadocs
Constructor Detail |
---|
public FunctionAverages()
Method Detail |
---|
public java.lang.String getNcss()
String
public void setNcss(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCcn()
String
public void setCcn(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 |