Class ExecutionSetRunResults.Run.TestInExecLine.Steps
- java.lang.Object
-
- dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.TestInExecLine.Steps
-
- Enclosing class:
- ExecutionSetRunResults.Run.TestInExecLine
public static class ExecutionSetRunResults.Run.TestInExecLine.Steps 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="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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecutionSetRunResults.Run.TestInExecLine.Steps.Step
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<ExecutionSetRunResults.Run.TestInExecLine.Steps.Step>
step
-
Constructor Summary
Constructors Constructor Description Steps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExecutionSetRunResults.Run.TestInExecLine.Steps.Step>
getStep()
Gets the value of the step property.
-
-
-
Field Detail
-
step
protected List<ExecutionSetRunResults.Run.TestInExecLine.Steps.Step> step
-
-
Method Detail
-
getStep
public List<ExecutionSetRunResults.Run.TestInExecLine.Steps.Step> getStep()
Gets the value of the step property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the step property.For example, to add a new item, do as follows:
getStep().add(newItem);
Objects of the following type(s) are allowed in the list
ExecutionSetRunResults.Run.TestInExecLine.Steps.Step
-
-