|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
MeassureType getNET()
MeassureTypevoid setNET(MeassureType value)
value - allowed object is
MeassureTypejava.lang.String getDescription()
Stringvoid setDescription(java.lang.String value)
value - allowed object is
Stringjava.lang.String getUsecase()
Stringvoid setUsecase(java.lang.String value)
value - allowed object is
Stringjava.lang.String getNode()
Stringvoid setNode(java.lang.String value)
value - allowed object is
StringMeassureType getCPU()
MeassureTypevoid setCPU(MeassureType value)
value - allowed object is
MeassureTypeint getSize()
void setSize(int value)
int getCvus()
void setCvus(int value)
MeassureType getMEM()
MeassureTypevoid setMEM(MeassureType value)
value - allowed object is
MeassureTypejava.lang.String getTarget()
Stringvoid setTarget(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 | |||||||||