Class ExecutionSetRunResults.Run.TestInExecLine.ResultParams
- java.lang.Object
-
- dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.TestInExecLine.ResultParams
-
- Enclosing class:
- ExecutionSetRunResults.Run.TestInExecLine
public static class ExecutionSetRunResults.Run.TestInExecLine.ResultParams 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="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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param
param
-
Constructor Summary
Constructors Constructor Description ResultParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param
getParam()
Gets the value of the param property.void
setParam(ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param value)
Sets the value of the param property.
-
-
-
Field Detail
-
param
protected ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param param
-
-
Method Detail
-
getParam
public ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param getParam()
Gets the value of the param property.- Returns:
- possible object is
ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param
-
setParam
public void setParam(ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param value)
Sets the value of the param property.- Parameters:
value
- allowed object isExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param
-
-