|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeType
Java content class for node_type complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/frankcohen/dev/cvs/tm_newer/tm5/tool/src/com/pushtotest/tool/xml/Summary.xsd line 82)
<complexType name="node_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="CPU" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="MEM" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="NET" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="average" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="max" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="min" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="totaltx" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="tps" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
int |
getAverage()
Gets the value of the average property. |
float |
getCPU()
Gets the value of the cpu property. |
int |
getErrors()
Gets the value of the errors property. |
int |
getMax()
Gets the value of the max property. |
float |
getMEM()
Gets the value of the mem property. |
int |
getMin()
Gets the value of the min property. |
java.lang.String |
getName()
Gets the value of the name property. |
float |
getNET()
Gets the value of the net property. |
int |
getTotaltx()
Gets the value of the totaltx property. |
float |
getTps()
Gets the value of the tps property. |
void |
setAverage(int value)
Sets the value of the average property. |
void |
setCPU(float value)
Sets the value of the cpu property. |
void |
setErrors(int value)
Sets the value of the errors property. |
void |
setMax(int value)
Sets the value of the max property. |
void |
setMEM(float value)
Sets the value of the mem property. |
void |
setMin(int value)
Sets the value of the min property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNET(float value)
Sets the value of the net property. |
void |
setTotaltx(int value)
Sets the value of the totaltx property. |
void |
setTps(float value)
Sets the value of the tps property. |
| Method Detail |
|---|
int getTotaltx()
void setTotaltx(int value)
int getMax()
void setMax(int value)
float getNET()
void setNET(float value)
float getTps()
void setTps(float value)
float getCPU()
void setCPU(float value)
int getAverage()
void setAverage(int value)
float getMEM()
void setMEM(float value)
java.lang.String getName()
Stringvoid setName(java.lang.String value)
value - allowed object is
Stringint getMin()
void setMin(int value)
int getErrors()
void setErrors(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||