Class ExecutionSetRunResults.Run.TestInExecLine.Steps.Step

  • Enclosing class:
    ExecutionSetRunResults.Run.TestInExecLine.Steps

    public static class ExecutionSetRunResults.Run.TestInExecLine.Steps.Step
    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="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>