Class ExecutionSetRunResults
- java.lang.Object
-
- dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults
-
- Direct Known Subclasses:
ExecutionSetRunResultsEx
public class ExecutionSetRunResults 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="Run"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TestInExecLine" minOccurs="0"> <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> </element> <element name="InputRunParams"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Param" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Version" type="{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" /> <attribute name="User" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="TestCount" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Cycle" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecutionSetRunResults.Run
Java class for anonymous complex type.
-
Constructor Summary
Constructors Constructor Description ExecutionSetRunResults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCycle()
Gets the value of the cycle property.String
getID()
Gets the value of the id property.String
getName()
Gets the value of the name property.ExecutionSetRunResults.Run
getRun()
Gets the value of the run property.void
setCycle(String value)
Sets the value of the cycle property.void
setID(String value)
Sets the value of the id property.void
setName(String value)
Sets the value of the name property.void
setRun(ExecutionSetRunResults.Run value)
Sets the value of the run property.
-
-
-
Field Detail
-
run
protected ExecutionSetRunResults.Run run
-
id
protected String id
-
name
protected String name
-
cycle
protected String cycle
-
-
Method Detail
-
getRun
public ExecutionSetRunResults.Run getRun()
Gets the value of the run property.- Returns:
- possible object is
ExecutionSetRunResults.Run
-
setRun
public void setRun(ExecutionSetRunResults.Run value)
Sets the value of the run property.- Parameters:
value
- allowed object isExecutionSetRunResults.Run
-
setID
public void setID(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getCycle
public String getCycle()
Gets the value of the cycle property.- Returns:
- possible object is
String
-
-