Class ExecutionSetRunResults.Run
- java.lang.Object
-
- dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run
-
- Enclosing class:
- ExecutionSetRunResults
public static class ExecutionSetRunResults.Run 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="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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecutionSetRunResults.Run.InputRunParams
Java class for anonymous complex type.static class
ExecutionSetRunResults.Run.TestInExecLine
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected String
end
protected ExecutionSetRunResults.Run.InputRunParams
inputRunParams
protected String
name
protected String
start
protected String
testCount
protected ExecutionSetRunResults.Run.TestInExecLine
testInExecLine
protected String
type
protected String
user
protected String
version
-
Constructor Summary
Constructors Constructor Description Run()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEnd()
Gets the value of the end property.ExecutionSetRunResults.Run.InputRunParams
getInputRunParams()
Gets the value of the inputRunParams property.String
getName()
Gets the value of the name property.String
getStart()
Gets the value of the start property.String
getTestCount()
Gets the value of the testCount property.ExecutionSetRunResults.Run.TestInExecLine
getTestInExecLine()
Gets the value of the testInExecLine property.String
getType()
Gets the value of the type property.String
getUser()
Gets the value of the user property.String
getVersion()
Gets the value of the version property.void
setEnd(String value)
Sets the value of the end property.void
setInputRunParams(ExecutionSetRunResults.Run.InputRunParams value)
Sets the value of the inputRunParams property.void
setName(String value)
Sets the value of the name property.void
setStart(String value)
Sets the value of the start property.void
setTestCount(String value)
Sets the value of the testCount property.void
setTestInExecLine(ExecutionSetRunResults.Run.TestInExecLine value)
Sets the value of the testInExecLine property.void
setType(String value)
Sets the value of the type property.void
setUser(String value)
Sets the value of the user property.void
setVersion(String value)
Sets the value of the version property.
-
-
-
Field Detail
-
testInExecLine
protected ExecutionSetRunResults.Run.TestInExecLine testInExecLine
-
inputRunParams
protected ExecutionSetRunResults.Run.InputRunParams inputRunParams
-
name
protected String name
-
version
protected String version
-
start
protected String start
-
end
protected String end
-
user
protected String user
-
type
protected String type
-
testCount
protected String testCount
-
-
Method Detail
-
getTestInExecLine
public ExecutionSetRunResults.Run.TestInExecLine getTestInExecLine()
Gets the value of the testInExecLine property.- Returns:
- possible object is
ExecutionSetRunResults.Run.TestInExecLine
-
setTestInExecLine
public void setTestInExecLine(ExecutionSetRunResults.Run.TestInExecLine value)
Sets the value of the testInExecLine property.- Parameters:
value
- allowed object isExecutionSetRunResults.Run.TestInExecLine
-
getInputRunParams
public ExecutionSetRunResults.Run.InputRunParams getInputRunParams()
Gets the value of the inputRunParams property.- Returns:
- possible object is
ExecutionSetRunResults.Run.InputRunParams
-
setInputRunParams
public void setInputRunParams(ExecutionSetRunResults.Run.InputRunParams value)
Sets the value of the inputRunParams property.- Parameters:
value
- allowed object isExecutionSetRunResults.Run.InputRunParams
-
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
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value
- allowed object isString
-
getStart
public String getStart()
Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
public void setStart(String value)
Sets the value of the start property.- Parameters:
value
- allowed object isString
-
getEnd
public String getEnd()
Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
public void setEnd(String value)
Sets the value of the end property.- Parameters:
value
- allowed object isString
-
getUser
public String getUser()
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
public void setUser(String value)
Sets the value of the user property.- Parameters:
value
- allowed object isString
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getTestCount
public String getTestCount()
Gets the value of the testCount property.- Returns:
- possible object is
String
-
-