public class TestResults
extends java.lang.Object
implements java.io.Serializable
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="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="TestCase" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Duration" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ExecutionCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Status" type="{http://flexagon.com/deploy/testing}StatusType"/> <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Output" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MinResponseTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="MaxResponseTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="AvgResponseTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.Calendar |
endTime |
protected java.util.Calendar |
startTime |
protected java.util.List<TestCase> |
testCase |
Constructor and Description |
---|
TestResults() |
Modifier and Type | Method and Description |
---|---|
java.util.Calendar |
getEndTime()
Gets the value of the endTime property.
|
java.util.Calendar |
getStartTime()
Gets the value of the startTime property.
|
java.util.List<TestCase> |
getTestCase()
Gets the value of the testCase property.
|
void |
setEndTime(java.util.Calendar value)
Sets the value of the endTime property.
|
void |
setStartTime(java.util.Calendar value)
Sets the value of the startTime property.
|
protected java.util.Calendar startTime
protected java.util.Calendar endTime
protected java.util.List<TestCase> testCase
public java.util.Calendar getStartTime()
String
public void setStartTime(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getEndTime()
String
public void setEndTime(java.util.Calendar value)
value
- allowed object is
String
public java.util.List<TestCase> getTestCase()
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 testCase property.
For example, to add a new item, do as follows:
getTestCase().add(newItem);
Objects of the following type(s) are allowed in the list
TestCase