KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > japex > testsuite > TestSuite


1 //
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.3-b18-fcs
3
// See <a HREF="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4
// Any modifications to this file will be lost upon recompilation of the source schema.
5
// Generated on: 2005.06.14 at 12:02:17 PDT
6
//
7

8
9 package com.sun.japex.testsuite;
10
11
12 /**
13  * Java content class for testSuite element declaration.
14  * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/files/hudson/jobs/fi/workspace/fi/Japex/resources/testsuite.xsd line 17)
15  * <p>
16  * <pre>
17  * &lt;element name="testSuite">
18  * &lt;complexType>
19  * &lt;complexContent>
20  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
21  * &lt;sequence>
22  * &lt;element name="param" type="{http://www.sun.com/japex/testSuite}ParamType" maxOccurs="unbounded" minOccurs="0"/>
23  * &lt;element name="driver" maxOccurs="unbounded">
24  * &lt;complexType>
25  * &lt;complexContent>
26  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
27  * &lt;sequence>
28  * &lt;element name="param" type="{http://www.sun.com/japex/testSuite}ParamType" maxOccurs="unbounded" minOccurs="0"/>
29  * &lt;/sequence>
30  * &lt;attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
31  * &lt;attribute name="normal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
32  * &lt;/restriction>
33  * &lt;/complexContent>
34  * &lt;/complexType>
35  * &lt;/element>
36  * &lt;element name="testCase" maxOccurs="unbounded">
37  * &lt;complexType>
38  * &lt;complexContent>
39  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
40  * &lt;sequence>
41  * &lt;element name="param" type="{http://www.sun.com/japex/testSuite}ParamType" maxOccurs="unbounded" minOccurs="0"/>
42  * &lt;/sequence>
43  * &lt;attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
44  * &lt;/restriction>
45  * &lt;/complexContent>
46  * &lt;/complexType>
47  * &lt;/element>
48  * &lt;/sequence>
49  * &lt;attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
50  * &lt;/restriction>
51  * &lt;/complexContent>
52  * &lt;/complexType>
53  * &lt;/element>
54  * </pre>
55  *
56  */

57 public interface TestSuite
58     extends javax.xml.bind.Element, com.sun.japex.testsuite.TestSuiteType
59 {
60
61
62 }
63
Popular Tags