|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeT
Java content class for node_t 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/TestMaker/src/com/pushtotest/testmaker/XSTest/xml/TestScenario/testscenario.xsd line 122)
<complexType name="node_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="monitor" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.lang.String |
getLocation()
Gets the value of the location property. |
java.lang.String |
getMonitor()
Gets the value of the monitor property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setLocation(java.lang.String value)
Sets the value of the location property. |
void |
setMonitor(java.lang.String value)
Sets the value of the monitor property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
| Method Detail |
|---|
java.lang.String getMonitor()
Stringvoid setMonitor(java.lang.String value)
value - allowed object is
Stringjava.lang.String getName()
Stringvoid setName(java.lang.String value)
value - allowed object is
Stringjava.lang.String getLocation()
Stringvoid setLocation(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 | |||||||||