com.pushtotest.testmaker.XSTest.xml
Interface XSTestType

All Known Subinterfaces:
XSTest
All Known Implementing Classes:
XSTestImpl, XSTestTypeImpl

public interface XSTestType

Java content class for anonymous 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/XSTestProps.xsd line 77)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Directory">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="BaseDir" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="OpenFiles" type="{}itemlist"/>
                   <element name="ResultDir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="ChartDir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="UseCases">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="usecase" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="Properties" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="Agent" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="DPLMap" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="Payloads" type="{}dicttype"/>
                           </sequence>
                           <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Targets">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Target" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="Classpath" type="{}itemlist"/>
                             <choice>
                               <element name="ConnectionURI" type="{http://www.w3.org/2001/XMLSchema}string"/>
                               <element name="Connections" type="{}dicttype"/>
                             </choice>
                           </sequence>
                           <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="RunSet">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Timing">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <attribute name="cycletime" type="{http://www.w3.org/2001/XMLSchema}int" />
                           <attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}int" />
                           <attribute name="sleeptime" type="{http://www.w3.org/2001/XMLSchema}int" />
                           <attribute name="startupdelay" type="{http://www.w3.org/2001/XMLSchema}int" />
                           <attribute name="warmup" type="{http://www.w3.org/2001/XMLSchema}int" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="Payloads" type="{}itemlist"/>
                   <element name="cvus" type="{}itemlist"/>
                   <element name="UseCases" type="{}itemlist"/>
                   <element name="Serverhost" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ChartSet">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Scalability" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Entry" type="{}summtype" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="DistributionTX" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Entry" type="{}disttype" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="DistributionSD" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Entry" type="{}disttype" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="Scenario" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface XSTestType.ChartSetType
          Java content class for anonymous complex type.
static interface XSTestType.DirectoryType
          Java content class for anonymous complex type.
static interface XSTestType.RunSetType
          Java content class for anonymous complex type.
static interface XSTestType.TargetsType
          Java content class for anonymous complex type.
static interface XSTestType.UseCasesType
          Java content class for anonymous complex type.
 
Method Summary
 XSTestType.ChartSetType getChartSet()
          Gets the value of the chartSet property.
 XSTestType.DirectoryType getDirectory()
          Gets the value of the directory property.
 XSTestType.RunSetType getRunSet()
          Gets the value of the runSet property.
 java.lang.String getScenario()
          Gets the value of the scenario property.
 XSTestType.TargetsType getTargets()
          Gets the value of the targets property.
 XSTestType.UseCasesType getUseCases()
          Gets the value of the useCases property.
 void setChartSet(XSTestType.ChartSetType value)
          Sets the value of the chartSet property.
 void setDirectory(XSTestType.DirectoryType value)
          Sets the value of the directory property.
 void setRunSet(XSTestType.RunSetType value)
          Sets the value of the runSet property.
 void setScenario(java.lang.String value)
          Sets the value of the scenario property.
 void setTargets(XSTestType.TargetsType value)
          Sets the value of the targets property.
 void setUseCases(XSTestType.UseCasesType value)
          Sets the value of the useCases property.
 

Method Detail

getUseCases

XSTestType.UseCasesType getUseCases()
Gets the value of the useCases property.

Returns:
possible object is XSTestType.UseCasesType

setUseCases

void setUseCases(XSTestType.UseCasesType value)
Sets the value of the useCases property.

Parameters:
value - allowed object is XSTestType.UseCasesType

getTargets

XSTestType.TargetsType getTargets()
Gets the value of the targets property.

Returns:
possible object is XSTestType.TargetsType

setTargets

void setTargets(XSTestType.TargetsType value)
Sets the value of the targets property.

Parameters:
value - allowed object is XSTestType.TargetsType

getScenario

java.lang.String getScenario()
Gets the value of the scenario property.

Returns:
possible object is String

setScenario

void setScenario(java.lang.String value)
Sets the value of the scenario property.

Parameters:
value - allowed object is String

getRunSet

XSTestType.RunSetType getRunSet()
Gets the value of the runSet property.

Returns:
possible object is XSTestType.RunSetType

setRunSet

void setRunSet(XSTestType.RunSetType value)
Sets the value of the runSet property.

Parameters:
value - allowed object is XSTestType.RunSetType

getDirectory

XSTestType.DirectoryType getDirectory()
Gets the value of the directory property.

Returns:
possible object is XSTestType.DirectoryType

setDirectory

void setDirectory(XSTestType.DirectoryType value)
Sets the value of the directory property.

Parameters:
value - allowed object is XSTestType.DirectoryType

getChartSet

XSTestType.ChartSetType getChartSet()
Gets the value of the chartSet property.

Returns:
possible object is XSTestType.ChartSetType

setChartSet

void setChartSet(XSTestType.ChartSetType value)
Sets the value of the chartSet property.

Parameters:
value - allowed object is XSTestType.ChartSetType