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

All Known Subinterfaces:
ResourcesT.Data
All Known Implementing Classes:
DataTImpl, ResourcesTImpl.DataImpl

public interface DataT

Java content class for data_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 153)

 <complexType name="data_t">
   <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