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

All Known Subinterfaces:
ResourcesT.Soapui
All Known Implementing Classes:
ResourcesTImpl.SoapuiImpl, SoapuiTImpl

public interface SoapuiT

Java content class for soapuiT 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 364)

 <complexType name="soapuiT">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getPath()
          Gets the value of the path property.
 void setPath(java.lang.String value)
          Sets the value of the path property.
 

Method Detail

getPath

java.lang.String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

void setPath(java.lang.String value)
Sets the value of the path property.

Parameters:
value - allowed object is String