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

All Known Implementing Classes:
TestTImpl

public interface TestT

Java content class for test_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 221)

 <complexType name="test_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="while" type="{www.pushtotest.com/tm5}call_t" minOccurs="0"/>
         <element name="setup" type="{www.pushtotest.com/tm5}call_t" minOccurs="0"/>
         <element name="run" type="{www.pushtotest.com/tm5}call_t" maxOccurs="unbounded" minOccurs="0"/>
         <element name="teardown" type="{www.pushtotest.com/tm5}call_t" minOccurs="0"/>
       </sequence>
       <attribute name="name">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List getRun()
          Gets the value of the Run property.
 CallT getSetup()
          Gets the value of the setup property.
 CallT getTeardown()
          Gets the value of the teardown property.
 CallT getWhile()
          Gets the value of the while property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setSetup(CallT value)
          Sets the value of the setup property.
 void setTeardown(CallT value)
          Sets the value of the teardown property.
 void setWhile(CallT value)
          Sets the value of the while 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

getRun

java.util.List getRun()
Gets the value of the Run property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Run property.

For example, to add a new item, do as follows:

    getRun().add(newItem);
 

Objects of the following type(s) are allowed in the list CallT


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

getWhile

CallT getWhile()
Gets the value of the while property.

Returns:
possible object is CallT

setWhile

void setWhile(CallT value)
Sets the value of the while property.

Parameters:
value - allowed object is CallT

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