@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public class Testsuite extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected String |
_package |
protected String |
disabled |
protected String |
errors |
protected String |
failures |
protected String |
hostname |
protected String |
id |
protected String |
name |
protected Properties |
properties |
protected String |
skipped |
protected String |
systemErr |
protected String |
systemOut |
protected List<Testcase> |
testcase |
protected String |
tests |
protected String |
time |
protected String |
timestamp |
Constructor and Description |
---|
Testsuite() |
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 |
getHostname()
Gets the value of the hostname property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPackage()
Gets the value of the package property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
String |
getSkipped()
Gets the value of the skipped property.
|
String |
getSystemErr()
Gets the value of the systemErr property.
|
String |
getSystemOut()
Gets the value of the systemOut property.
|
List<Testcase> |
getTestcase()
Gets the value of the testcase property.
|
String |
getTests()
Gets the value of the tests property.
|
String |
getTime()
Gets the value of the time property.
|
String |
getTimestamp()
Gets the value of the timestamp 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 |
setHostname(String value)
Sets the value of the hostname property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPackage(String value)
Sets the value of the package property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
void |
setSkipped(String value)
Sets the value of the skipped property.
|
void |
setSystemErr(String value)
Sets the value of the systemErr property.
|
void |
setSystemOut(String value)
Sets the value of the systemOut property.
|
void |
setTests(String value)
Sets the value of the tests property.
|
void |
setTime(String value)
Sets the value of the time property.
|
void |
setTimestamp(String value)
Sets the value of the timestamp property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected Properties properties
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected List<Testcase> testcase
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String systemOut
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String systemErr
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String tests
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String failures
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String errors
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String time
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String disabled
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String skipped
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String timestamp
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String hostname
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String _package
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public Properties getProperties()
Properties
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setProperties(Properties value)
value
- allowed object is
Properties
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getSystemOut()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setSystemOut(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getSystemErr()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setSystemErr(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getName()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setName(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getTests()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setTests(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getFailures()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setFailures(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getErrors()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setErrors(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getTime()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setTime(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getDisabled()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setDisabled(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getSkipped()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setSkipped(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getTimestamp()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setTimestamp(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getHostname()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setHostname(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getId()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setId(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getPackage()
String
Copyright © 2016 buschmais GbR. All rights reserved.