public class Testsuites extends Object implements 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 ref="{}testsuite" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tests" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="failures" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="disabled" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
disabled |
protected String |
errors |
protected String |
failures |
protected String |
name |
protected String |
tests |
protected List<Testsuite> |
testsuite |
protected String |
time |
| Constructor and Description |
|---|
Testsuites() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisabled()
Gets the value of the disabled property.
|
String |
getErrors()
Gets the value of the errors property.
|
String |
getFailures()
Gets the value of the failures property.
|
String |
getName()
Gets the value of the name property.
|
String |
getTests()
Gets the value of the tests property.
|
List<Testsuite> |
getTestsuite()
Gets the value of the testsuite property.
|
String |
getTime()
Gets the value of the time property.
|
void |
setDisabled(String value)
Sets the value of the disabled property.
|
void |
setErrors(String value)
Sets the value of the errors property.
|
void |
setFailures(String value)
Sets the value of the failures property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTests(String value)
Sets the value of the tests property.
|
void |
setTime(String value)
Sets the value of the time property.
|
protected String name
protected String time
protected String tests
protected String failures
protected String disabled
protected String errors
public List<Testsuite> getTestsuite()
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 testsuite property.
For example, to add a new item, do as follows:
getTestsuite().add(newItem);
Objects of the following type(s) are allowed in the list
Testsuite
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTime()
Stringpublic void setTime(String value)
value - allowed object is
Stringpublic String getTests()
Stringpublic void setTests(String value)
value - allowed object is
Stringpublic String getFailures()
Stringpublic void setFailures(String value)
value - allowed object is
Stringpublic String getDisabled()
Stringpublic void setDisabled(String value)
value - allowed object is
Stringpublic String getErrors()
StringCopyright © 2017. All rights reserved.