com.pushtotest.testmaker.XSTest.xml.TestScenario
Interface NodeT

All Known Implementing Classes:
NodeTImpl

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

getMonitor

java.lang.String getMonitor()
Gets the value of the monitor property.

Returns:
possible object is String

setMonitor

void setMonitor(java.lang.String value)
Sets the value of the monitor property.

Parameters:
value - allowed object is String

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

getLocation

java.lang.String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

void setLocation(java.lang.String value)
Sets the value of the location property.

Parameters:
value - allowed object is String