|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgenerated.Testsuites
public class Testsuites
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>
| Field Summary | |
|---|---|
protected java.lang.String |
disabled
|
protected java.lang.String |
errors
|
protected java.lang.String |
failures
|
protected java.lang.String |
name
|
protected java.lang.String |
tests
|
protected java.util.List<Testsuite> |
testsuite
|
protected java.lang.String |
time
|
| Constructor Summary | |
|---|---|
Testsuites()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDisabled()
Gets the value of the disabled property. |
java.lang.String |
getErrors()
Gets the value of the errors property. |
java.lang.String |
getFailures()
Gets the value of the failures property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getTests()
Gets the value of the tests property. |
java.util.List<Testsuite> |
getTestsuite()
Gets the value of the testsuite property. |
java.lang.String |
getTime()
Gets the value of the time property. |
void |
setDisabled(java.lang.String value)
Sets the value of the disabled property. |
void |
setErrors(java.lang.String value)
Sets the value of the errors property. |
void |
setFailures(java.lang.String value)
Sets the value of the failures property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setTests(java.lang.String value)
Sets the value of the tests property. |
void |
setTime(java.lang.String value)
Sets the value of the time property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Testsuite> testsuite
protected java.lang.String name
protected java.lang.String time
protected java.lang.String tests
protected java.lang.String failures
protected java.lang.String disabled
protected java.lang.String errors
| Constructor Detail |
|---|
public Testsuites()
| Method Detail |
|---|
public java.util.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 java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTime()
Stringpublic void setTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTests()
Stringpublic void setTests(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFailures()
Stringpublic void setFailures(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisabled()
Stringpublic void setDisabled(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getErrors()
Stringpublic void setErrors(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||