Class ExecutionSetRunResults.Run.TestInExecLine

  • Enclosing class:
    ExecutionSetRunResults.Run

    public static class ExecutionSetRunResults.Run.TestInExecLine
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Test">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.w3.org/2001/XMLSchema>string">
                     <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="ImportStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="ErrorDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="LastRunStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="LastRunVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Tester" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="WorkPlanStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Steps">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Step" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="Expected" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="Actual" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="Command" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="CommandParams" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="SQLQry" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="Run">
                                   <complexType>
                                     <simpleContent>
                                       <extension base="<http://www.w3.org/2001/XMLSchema>string">
                                         <attribute name="Status" type="{http://www.w3.org/2001/XMLSchema}string" />
                                       </extension>
                                     </simpleContent>
                                   </complexType>
                                 </element>
                                 <element name="Time">
                                   <complexType>
                                     <simpleContent>
                                       <extension base="<http://www.w3.org/2001/XMLSchema>string">
                                         <attribute name="Start" type="{http://www.w3.org/2001/XMLSchema}string" />
                                         <attribute name="End" type="{http://www.w3.org/2001/XMLSchema}string" />
                                       </extension>
                                     </simpleContent>
                                   </complexType>
                                 </element>
                               </sequence>
                               <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="Order" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="InputTestParams">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Param" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://www.w3.org/2001/XMLSchema>string">
                               <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="ResultParams" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Param">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://www.w3.org/2001/XMLSchema>string">
                               <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="Expected" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="Actual" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="Order" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>