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

All Known Implementing Classes:
SequenceTImpl

public interface SequenceT

Java content class for sequence_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 345)

 <complexType name="sequence_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="setup" type="{www.pushtotest.com/tm5}call_t" minOccurs="0"/>
         <element name="test" type="{www.pushtotest.com/tm5}test_t"/>
         <element name="teardown" type="{www.pushtotest.com/tm5}call_t" minOccurs="0"/>
       </sequence>
       <attribute name="mustrun" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="proportion" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 int getProportion()
          Gets the value of the proportion property.
 CallT getSetup()
          Gets the value of the setup property.
 CallT getTeardown()
          Gets the value of the teardown property.
 TestT getTest()
          Gets the value of the test property.
 boolean isMustrun()
          Gets the value of the mustrun property.
 void setMustrun(boolean value)
          Sets the value of the mustrun property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setProportion(int value)
          Sets the value of the proportion property.
 void setSetup(CallT value)
          Sets the value of the setup property.
 void setTeardown(CallT value)
          Sets the value of the teardown property.
 void setTest(TestT value)
          Sets the value of the test property.
 

Method Detail

getTeardown

CallT getTeardown()
Gets the value of the teardown property.

Returns:
possible object is CallT

setTeardown

void setTeardown(CallT value)
Sets the value of the teardown property.

Parameters:
value - allowed object is CallT

getTest

TestT getTest()
Gets the value of the test property.

Returns:
possible object is TestT

setTest

void setTest(TestT value)
Sets the value of the test property.

Parameters:
value - allowed object is TestT

getSetup

CallT getSetup()
Gets the value of the setup property.

Returns:
possible object is CallT

setSetup

void setSetup(CallT value)
Sets the value of the setup property.

Parameters:
value - allowed object is CallT

getProportion

int getProportion()
Gets the value of the proportion property.


setProportion

void setProportion(int value)
Sets the value of the proportion property.


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

isMustrun

boolean isMustrun()
Gets the value of the mustrun property.


setMustrun

void setMustrun(boolean value)
Sets the value of the mustrun property.