com.pushtotest.tool.xml.Summary
Interface NodeType

All Known Implementing Classes:
NodeTypeImpl

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

getTotaltx

int getTotaltx()
Gets the value of the totaltx property.


setTotaltx

void setTotaltx(int value)
Sets the value of the totaltx property.


getMax

int getMax()
Gets the value of the max property.


setMax

void setMax(int value)
Sets the value of the max property.


getNET

float getNET()
Gets the value of the net property.


setNET

void setNET(float value)
Sets the value of the net property.


getTps

float getTps()
Gets the value of the tps property.


setTps

void setTps(float value)
Sets the value of the tps property.


getCPU

float getCPU()
Gets the value of the cpu property.


setCPU

void setCPU(float value)
Sets the value of the cpu property.


getAverage

int getAverage()
Gets the value of the average property.


setAverage

void setAverage(int value)
Sets the value of the average property.


getMEM

float getMEM()
Gets the value of the mem property.


setMEM

void setMEM(float value)
Sets the value of the mem property.


getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getMin

int getMin()
Gets the value of the min property.


setMin

void setMin(int value)
Sets the value of the min property.


getErrors

int getErrors()
Gets the value of the errors property.


setErrors

void setErrors(int value)
Sets the value of the errors property.