public class RunTestsRequest extends Object
Java class for RunTestsRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RunTestsRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="allTests" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="classes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="packages" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allTests |
protected List<String> |
classes |
protected String |
namespace |
protected List<String> |
packages |
| Constructor and Description |
|---|
RunTestsRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getClasses()
Gets the value of the classes property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
List<String> |
getPackages()
Gets the value of the packages property.
|
boolean |
isAllTests()
Gets the value of the allTests property.
|
void |
setAllTests(boolean value)
Sets the value of the allTests property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
protected boolean allTests
protected String namespace
public boolean isAllTests()
public void setAllTests(boolean value)
public List<String> getClasses()
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 classes property.
For example, to add a new item, do as follows:
getClasses().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic List<String> getPackages()
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 packages property.
For example, to add a new item, do as follows:
getPackages().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2016. All rights reserved.