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

All Known Subinterfaces:
ResourcesT.Jar
All Known Implementing Classes:
JarTImpl, ResourcesTImpl.JarImpl

public interface JarT

Java content class for jar_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 150)

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