public class Testsuites extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der disabled-Eigenschaft ab.
|
String |
getErrors()
Ruft den Wert der errors-Eigenschaft ab.
|
String |
getFailures()
Ruft den Wert der failures-Eigenschaft ab.
|
String |
getName()
Ruft den Wert der name-Eigenschaft ab.
|
String |
getTests()
Ruft den Wert der tests-Eigenschaft ab.
|
List<Testsuite> |
getTestsuite()
Gets the value of the testsuite property.
|
String |
getTime()
Ruft den Wert der time-Eigenschaft ab.
|
void |
setDisabled(String value)
Legt den Wert der disabled-Eigenschaft fest.
|
void |
setErrors(String value)
Legt den Wert der errors-Eigenschaft fest.
|
void |
setFailures(String value)
Legt den Wert der failures-Eigenschaft fest.
|
void |
setName(String value)
Legt den Wert der name-Eigenschaft fest.
|
void |
setTests(String value)
Legt den Wert der tests-Eigenschaft fest.
|
void |
setTime(String value)
Legt den Wert der time-Eigenschaft fest.
|
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()
String
public void setName(String value)
value
- allowed object is
String
public String getTime()
String
public void setTime(String value)
value
- allowed object is
String
public String getTests()
String
public void setTests(String value)
value
- allowed object is
String
public String getFailures()
String
public void setFailures(String value)
value
- allowed object is
String
public String getDisabled()
String
public void setDisabled(String value)
value
- allowed object is
String
public String getErrors()
String
Copyright © 2015 buschmais GbR. All rights reserved.