com.pushtotest.tool.xml.SDLog
Interface LogType

All Known Subinterfaces:
LogData
All Known Implementing Classes:
LogDataImpl, LogTypeImpl

public interface LogType

Java content class for log_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/SDLog.xsd line 80)

 <complexType name="log_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CPU" type="{}meassure_type"/>
         <element name="MEM" type="{}meassure_type"/>
         <element name="NET" type="{}meassure_type"/>
       </sequence>
       <attribute name="cvus" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="usecase" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 MeassureType getCPU()
          Gets the value of the cpu property.
 int getCvus()
          Gets the value of the cvus property.
 java.lang.String getDescription()
          Gets the value of the description property.
 MeassureType getMEM()
          Gets the value of the mem property.
 MeassureType getNET()
          Gets the value of the net property.
 java.lang.String getNode()
          Gets the value of the node property.
 int getSize()
          Gets the value of the size property.
 java.lang.String getTarget()
          Gets the value of the target property.
 java.lang.String getUsecase()
          Gets the value of the usecase property.
 void setCPU(MeassureType value)
          Sets the value of the cpu property.
 void setCvus(int value)
          Sets the value of the cvus property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setMEM(MeassureType value)
          Sets the value of the mem property.
 void setNET(MeassureType value)
          Sets the value of the net property.
 void setNode(java.lang.String value)
          Sets the value of the node property.
 void setSize(int value)
          Sets the value of the size property.
 void setTarget(java.lang.String value)
          Sets the value of the target property.
 void setUsecase(java.lang.String value)
          Sets the value of the usecase property.
 

Method Detail

getNET

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

Returns:
possible object is MeassureType

setNET

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

Parameters:
value - allowed object is MeassureType

getDescription

java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getUsecase

java.lang.String getUsecase()
Gets the value of the usecase property.

Returns:
possible object is String

setUsecase

void setUsecase(java.lang.String value)
Sets the value of the usecase property.

Parameters:
value - allowed object is String

getNode

java.lang.String getNode()
Gets the value of the node property.

Returns:
possible object is String

setNode

void setNode(java.lang.String value)
Sets the value of the node property.

Parameters:
value - allowed object is String

getCPU

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

Returns:
possible object is MeassureType

setCPU

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

Parameters:
value - allowed object is MeassureType

getSize

int getSize()
Gets the value of the size property.


setSize

void setSize(int value)
Sets the value of the size property.


getCvus

int getCvus()
Gets the value of the cvus property.


setCvus

void setCvus(int value)
Sets the value of the cvus property.


getMEM

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

Returns:
possible object is MeassureType

setMEM

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

Parameters:
value - allowed object is MeassureType

getTarget

java.lang.String getTarget()
Gets the value of the target property.

Returns:
possible object is String

setTarget

void setTarget(java.lang.String value)
Sets the value of the target property.

Parameters:
value - allowed object is String