Class ExecutionSetRunResults.Run.TestInExecLine.Steps.Step
- java.lang.Object
-
- dev.aherscu.qa.orcanos.publisher.maven.plugin.model.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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun
Java class for anonymous complex type.static class
ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected String
actual
protected String
command
protected String
commandParams
protected String
description
protected String
expected
protected String
id
protected String
order
protected ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun
run
protected String
sqlQry
protected ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time
time
-
Constructor Summary
Constructors Constructor Description Step()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActual()
Gets the value of the actual property.String
getCommand()
Gets the value of the command property.String
getCommandParams()
Gets the value of the commandParams property.String
getDescription()
Gets the value of the description property.String
getExpected()
Gets the value of the expected property.String
getID()
Gets the value of the id property.String
getOrder()
Gets the value of the order property.ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun
getRun()
Gets the value of the run property.String
getSQLQry()
Gets the value of the sqlQry property.ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time
getTime()
Gets the value of the time property.void
setActual(String value)
Sets the value of the actual property.void
setCommand(String value)
Sets the value of the command property.void
setCommandParams(String value)
Sets the value of the commandParams property.void
setDescription(String value)
Sets the value of the description property.void
setExpected(String value)
Sets the value of the expected property.void
setID(String value)
Sets the value of the id property.void
setOrder(String value)
Sets the value of the order property.void
setRun(ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun value)
Sets the value of the run property.void
setSQLQry(String value)
Sets the value of the sqlQry property.void
setTime(ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time value)
Sets the value of the time property.
-
-
-
Field Detail
-
description
protected String description
-
expected
protected String expected
-
actual
protected String actual
-
command
protected String command
-
commandParams
protected String commandParams
-
sqlQry
protected String sqlQry
-
run
protected ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun run
-
time
protected ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time time
-
id
protected String id
-
order
protected String order
-
-
Method Detail
-
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
-
getExpected
public String getExpected()
Gets the value of the expected property.- Returns:
- possible object is
String
-
setExpected
public void setExpected(String value)
Sets the value of the expected property.- Parameters:
value
- allowed object isString
-
getActual
public String getActual()
Gets the value of the actual property.- Returns:
- possible object is
String
-
setActual
public void setActual(String value)
Sets the value of the actual property.- Parameters:
value
- allowed object isString
-
getCommand
public String getCommand()
Gets the value of the command property.- Returns:
- possible object is
String
-
setCommand
public void setCommand(String value)
Sets the value of the command property.- Parameters:
value
- allowed object isString
-
getCommandParams
public String getCommandParams()
Gets the value of the commandParams property.- Returns:
- possible object is
String
-
setCommandParams
public void setCommandParams(String value)
Sets the value of the commandParams property.- Parameters:
value
- allowed object isString
-
getSQLQry
public String getSQLQry()
Gets the value of the sqlQry property.- Returns:
- possible object is
String
-
setSQLQry
public void setSQLQry(String value)
Sets the value of the sqlQry property.- Parameters:
value
- allowed object isString
-
getRun
public ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun getRun()
Gets the value of the run property.- Returns:
- possible object is
ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun
-
setRun
public void setRun(ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun value)
Sets the value of the run property.- Parameters:
value
- allowed object isExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun
-
getTime
public ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time getTime()
Gets the value of the time property.- Returns:
- possible object is
ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time
-
setTime
public void setTime(ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time value)
Sets the value of the time property.- Parameters:
value
- allowed object isExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time
-
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
-
-