Class ExecutionSetRunResults.Run.TestInExecLine.Test
- java.lang.Object
-
- dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.TestInExecLine.Test
-
- Enclosing class:
- ExecutionSetRunResults.Run.TestInExecLine
public static class ExecutionSetRunResults.Run.TestInExecLine.Test extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
-
Constructor Summary
Constructors Constructor Description Test()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getID()
Gets the value of the id property.String
getValue()
Gets the value of the value property.void
setID(String value)
Sets the value of the id property.void
setValue(String value)
Sets the value of the value property.
-