Class ExecutionSetRunResults.Run.TestInExecLine
- java.lang.Object
-
- dev.aherscu.qa.orcanos.publisher.maven.plugin.model.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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecutionSetRunResults.Run.TestInExecLine.InputTestParams
Java class for anonymous complex type.static class
ExecutionSetRunResults.Run.TestInExecLine.ResultParams
Java class for anonymous complex type.static class
ExecutionSetRunResults.Run.TestInExecLine.Steps
Java class for anonymous complex type.static class
ExecutionSetRunResults.Run.TestInExecLine.Test
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected String
description
protected String
errorDesc
protected String
id
protected String
importStatus
protected ExecutionSetRunResults.Run.TestInExecLine.InputTestParams
inputTestParams
protected String
lastRunStatus
protected String
lastRunVersion
protected String
name
protected String
order
protected List<ExecutionSetRunResults.Run.TestInExecLine.ResultParams>
resultParams
protected ExecutionSetRunResults.Run.TestInExecLine.Steps
steps
protected ExecutionSetRunResults.Run.TestInExecLine.Test
test
protected String
tester
protected String
workPlanStatus
-
Constructor Summary
Constructors Constructor Description TestInExecLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets the value of the description property.String
getErrorDesc()
Gets the value of the errorDesc property.String
getID()
Gets the value of the id property.String
getImportStatus()
Gets the value of the importStatus property.ExecutionSetRunResults.Run.TestInExecLine.InputTestParams
getInputTestParams()
Gets the value of the inputTestParams property.String
getLastRunStatus()
Gets the value of the lastRunStatus property.String
getLastRunVersion()
Gets the value of the lastRunVersion property.String
getName()
Gets the value of the name property.String
getOrder()
Gets the value of the order property.List<ExecutionSetRunResults.Run.TestInExecLine.ResultParams>
getResultParams()
Gets the value of the resultParams property.ExecutionSetRunResults.Run.TestInExecLine.Steps
getSteps()
Gets the value of the steps property.ExecutionSetRunResults.Run.TestInExecLine.Test
getTest()
Gets the value of the test property.String
getTester()
Gets the value of the tester property.String
getWorkPlanStatus()
Gets the value of the workPlanStatus property.void
setDescription(String value)
Sets the value of the description property.void
setErrorDesc(String value)
Sets the value of the errorDesc property.void
setID(String value)
Sets the value of the id property.void
setImportStatus(String value)
Sets the value of the importStatus property.void
setInputTestParams(ExecutionSetRunResults.Run.TestInExecLine.InputTestParams value)
Sets the value of the inputTestParams property.void
setLastRunStatus(String value)
Sets the value of the lastRunStatus property.void
setLastRunVersion(String value)
Sets the value of the lastRunVersion property.void
setName(String value)
Sets the value of the name property.void
setOrder(String value)
Sets the value of the order property.void
setSteps(ExecutionSetRunResults.Run.TestInExecLine.Steps value)
Sets the value of the steps property.void
setTest(ExecutionSetRunResults.Run.TestInExecLine.Test value)
Sets the value of the test property.void
setTester(String value)
Sets the value of the tester property.void
setWorkPlanStatus(String value)
Sets the value of the workPlanStatus property.
-
-
-
Field Detail
-
test
protected ExecutionSetRunResults.Run.TestInExecLine.Test test
-
importStatus
protected String importStatus
-
errorDesc
protected String errorDesc
-
name
protected String name
-
lastRunStatus
protected String lastRunStatus
-
lastRunVersion
protected String lastRunVersion
-
tester
protected String tester
-
workPlanStatus
protected String workPlanStatus
-
description
protected String description
-
steps
protected ExecutionSetRunResults.Run.TestInExecLine.Steps steps
-
inputTestParams
protected ExecutionSetRunResults.Run.TestInExecLine.InputTestParams inputTestParams
-
resultParams
protected List<ExecutionSetRunResults.Run.TestInExecLine.ResultParams> resultParams
-
id
protected String id
-
order
protected String order
-
-
Method Detail
-
getTest
public ExecutionSetRunResults.Run.TestInExecLine.Test getTest()
Gets the value of the test property.- Returns:
- possible object is
ExecutionSetRunResults.Run.TestInExecLine.Test
-
setTest
public void setTest(ExecutionSetRunResults.Run.TestInExecLine.Test value)
Sets the value of the test property.- Parameters:
value
- allowed object isExecutionSetRunResults.Run.TestInExecLine.Test
-
getImportStatus
public String getImportStatus()
Gets the value of the importStatus property.- Returns:
- possible object is
String
-
setImportStatus
public void setImportStatus(String value)
Sets the value of the importStatus property.- Parameters:
value
- allowed object isString
-
getErrorDesc
public String getErrorDesc()
Gets the value of the errorDesc property.- Returns:
- possible object is
String
-
setErrorDesc
public void setErrorDesc(String value)
Sets the value of the errorDesc 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
-
getLastRunStatus
public String getLastRunStatus()
Gets the value of the lastRunStatus property.- Returns:
- possible object is
String
-
setLastRunStatus
public void setLastRunStatus(String value)
Sets the value of the lastRunStatus property.- Parameters:
value
- allowed object isString
-
getLastRunVersion
public String getLastRunVersion()
Gets the value of the lastRunVersion property.- Returns:
- possible object is
String
-
setLastRunVersion
public void setLastRunVersion(String value)
Sets the value of the lastRunVersion property.- Parameters:
value
- allowed object isString
-
getTester
public String getTester()
Gets the value of the tester property.- Returns:
- possible object is
String
-
setTester
public void setTester(String value)
Sets the value of the tester property.- Parameters:
value
- allowed object isString
-
getWorkPlanStatus
public String getWorkPlanStatus()
Gets the value of the workPlanStatus property.- Returns:
- possible object is
String
-
setWorkPlanStatus
public void setWorkPlanStatus(String value)
Sets the value of the workPlanStatus property.- Parameters:
value
- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getSteps
public ExecutionSetRunResults.Run.TestInExecLine.Steps getSteps()
Gets the value of the steps property.- Returns:
- possible object is
ExecutionSetRunResults.Run.TestInExecLine.Steps
-
setSteps
public void setSteps(ExecutionSetRunResults.Run.TestInExecLine.Steps value)
Sets the value of the steps property.- Parameters:
value
- allowed object isExecutionSetRunResults.Run.TestInExecLine.Steps
-
getInputTestParams
public ExecutionSetRunResults.Run.TestInExecLine.InputTestParams getInputTestParams()
Gets the value of the inputTestParams property.- Returns:
- possible object is
ExecutionSetRunResults.Run.TestInExecLine.InputTestParams
-
setInputTestParams
public void setInputTestParams(ExecutionSetRunResults.Run.TestInExecLine.InputTestParams value)
Sets the value of the inputTestParams property.- Parameters:
value
- allowed object isExecutionSetRunResults.Run.TestInExecLine.InputTestParams
-
getResultParams
public List<ExecutionSetRunResults.Run.TestInExecLine.ResultParams> getResultParams()
Gets the value of the resultParams 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 resultParams property.For example, to add a new item, do as follows:
getResultParams().add(newItem);
Objects of the following type(s) are allowed in the list
ExecutionSetRunResults.Run.TestInExecLine.ResultParams
-
setID
public void setID(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getOrder
public String getOrder()
Gets the value of the order property.- Returns:
- possible object is
String
-
-