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

All Known Implementing Classes:
DimensionsTImpl

public interface DimensionsT

Java content class for dimensions_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 161)

 <complexType name="dimensions_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="crlevels" type="{www.pushtotest.com/tm5}crlevels_t" minOccurs="0"/>
         <element name="messagesizes" type="{www.pushtotest.com/tm5}messagesizes_t" minOccurs="0"/>
         <element name="usecases">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="usecase" type="{www.pushtotest.com/tm5}usecase_t" maxOccurs="unbounded"/>
                   <sequence>
                     <element name="setup" type="{www.pushtotest.com/tm5}call_t" minOccurs="0"/>
                     <choice>
                       <element name="test" type="{www.pushtotest.com/tm5}test_t"/>
                       <element name="sequence" type="{www.pushtotest.com/tm5}sequence_t" maxOccurs="unbounded"/>
                     </choice>
                     <element name="teardown" type="{www.pushtotest.com/tm5}call_t" minOccurs="0"/>
                   </sequence>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface DimensionsT.UsecasesType
          Java content class for anonymous complex type.
 
Method Summary
 CrlevelsT getCrlevels()
          Gets the value of the crlevels property.
 MessagesizesT getMessagesizes()
          Gets the value of the messagesizes property.
 DimensionsT.UsecasesType getUsecases()
          Gets the value of the usecases property.
 void setCrlevels(CrlevelsT value)
          Sets the value of the crlevels property.
 void setMessagesizes(MessagesizesT value)
          Sets the value of the messagesizes property.
 void setUsecases(DimensionsT.UsecasesType value)
          Sets the value of the usecases property.
 

Method Detail

getCrlevels

CrlevelsT getCrlevels()
Gets the value of the crlevels property.

Returns:
possible object is CrlevelsT

setCrlevels

void setCrlevels(CrlevelsT value)
Sets the value of the crlevels property.

Parameters:
value - allowed object is CrlevelsT

getMessagesizes

MessagesizesT getMessagesizes()
Gets the value of the messagesizes property.

Returns:
possible object is MessagesizesT

setMessagesizes

void setMessagesizes(MessagesizesT value)
Sets the value of the messagesizes property.

Parameters:
value - allowed object is MessagesizesT

getUsecases

DimensionsT.UsecasesType getUsecases()
Gets the value of the usecases property.

Returns:
possible object is DimensionsT.UsecasesType

setUsecases

void setUsecases(DimensionsT.UsecasesType value)
Sets the value of the usecases property.

Parameters:
value - allowed object is DimensionsT.UsecasesType