public class Testsuites
extends java.lang.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 name="testsuite" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<extension base="{}testsuite">
<attribute name="package" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Testsuites.Testsuite
Java-Klasse für anonymous complex type.
|
| Constructor and Description |
|---|
Testsuites() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.util.List<Testsuites.Testsuite> |
getTestsuite()
Gets the value of the testsuite property.
|
void |
setName(java.lang.String name) |
public java.util.List<Testsuites.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
Testsuites.Testsuite
public java.lang.String getName()
public void setName(java.lang.String name)