|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgenerated.Testsuite
public class Testsuite
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="{}properties" minOccurs="0"/>
<element ref="{}testcase" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}system-out" minOccurs="0"/>
<element ref="{}system-err" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tests" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="failures" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="disabled" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="skipped" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
_package
|
protected java.lang.String |
disabled
|
protected java.lang.String |
errors
|
protected java.lang.String |
failures
|
protected java.lang.String |
hostname
|
protected java.lang.String |
id
|
protected java.lang.String |
name
|
protected Properties |
properties
|
protected java.lang.String |
skipped
|
protected java.lang.String |
systemErr
|
protected java.lang.String |
systemOut
|
protected java.util.List<Testcase> |
testcase
|
protected java.lang.String |
tests
|
protected java.lang.String |
time
|
protected java.lang.String |
timestamp
|
| Constructor Summary | |
|---|---|
Testsuite()
|
|
| 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 |
getHostname()
Gets the value of the hostname property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getPackage()
Gets the value of the package property. |
Properties |
getProperties()
Gets the value of the properties property. |
java.lang.String |
getSkipped()
Gets the value of the skipped property. |
java.lang.String |
getSystemErr()
Gets the value of the systemErr property. |
java.lang.String |
getSystemOut()
Gets the value of the systemOut property. |
java.util.List<Testcase> |
getTestcase()
Gets the value of the testcase property. |
java.lang.String |
getTests()
Gets the value of the tests property. |
java.lang.String |
getTime()
Gets the value of the time property. |
java.lang.String |
getTimestamp()
Gets the value of the timestamp 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 |
setHostname(java.lang.String value)
Sets the value of the hostname property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPackage(java.lang.String value)
Sets the value of the package property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
void |
setSkipped(java.lang.String value)
Sets the value of the skipped property. |
void |
setSystemErr(java.lang.String value)
Sets the value of the systemErr property. |
void |
setSystemOut(java.lang.String value)
Sets the value of the systemOut 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. |
void |
setTimestamp(java.lang.String value)
Sets the value of the timestamp property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Properties properties
protected java.util.List<Testcase> testcase
protected java.lang.String systemOut
protected java.lang.String systemErr
protected java.lang.String name
protected java.lang.String tests
protected java.lang.String failures
protected java.lang.String errors
protected java.lang.String time
protected java.lang.String disabled
protected java.lang.String skipped
protected java.lang.String timestamp
protected java.lang.String hostname
protected java.lang.String id
protected java.lang.String _package
| Constructor Detail |
|---|
public Testsuite()
| Method Detail |
|---|
public Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic 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
public java.lang.String getSystemOut()
Stringpublic void setSystemOut(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSystemErr()
Stringpublic void setSystemErr(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(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 getErrors()
Stringpublic void setErrors(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 getDisabled()
Stringpublic void setDisabled(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSkipped()
Stringpublic void setSkipped(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimestamp()
Stringpublic void setTimestamp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHostname()
Stringpublic void setHostname(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPackage()
Stringpublic void setPackage(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 | |||||||||