com.pushtotest.testmaker.XSTest.xml
Interface XSTest
- All Superinterfaces:
- javax.xml.bind.Element, XSTestType
- All Known Implementing Classes:
- XSTestImpl
public interface XSTest
- extends javax.xml.bind.Element, XSTestType
Java content class for XSTest element declaration.
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 76)
<element name="XSTest">
<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>
</element>
| Methods inherited from interface com.pushtotest.testmaker.XSTest.xml.XSTestType |
getChartSet, getDirectory, getRunSet, getScenario, getTargets, getUseCases, setChartSet, setDirectory, setRunSet, setScenario, setTargets, setUseCases |