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

All Known Implementing Classes:
TestusecaseTImpl

public interface TestusecaseT

Java content class for testusecase_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 156)

 <complexType name="testusecase_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dimensions" type="{www.pushtotest.com/tm5}dimensions_t"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 DimensionsT getDimensions()
          Gets the value of the dimensions property.
 void setDimensions(DimensionsT value)
          Sets the value of the dimensions property.
 

Method Detail

getDimensions

DimensionsT getDimensions()
Gets the value of the dimensions property.

Returns:
possible object is DimensionsT

setDimensions

void setDimensions(DimensionsT value)
Sets the value of the dimensions property.

Parameters:
value - allowed object is DimensionsT