public class FindTasksResponse extends Object implements Serializable
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="{http://downloads.jboss.org/overlord/dtgov/schemas/task-api-v1.xsd}taskSummary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="totalResults" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TaskSummaryType> |
taskSummary |
protected long |
totalResults |
| Constructor and Description |
|---|
FindTasksResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<TaskSummaryType> |
getTaskSummary()
Gets the value of the taskSummary property.
|
long |
getTotalResults()
Gets the value of the totalResults property.
|
void |
setTotalResults(long value)
Sets the value of the totalResults property.
|
protected List<TaskSummaryType> taskSummary
protected long totalResults
public List<TaskSummaryType> getTaskSummary()
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 taskSummary property.
For example, to add a new item, do as follows:
getTaskSummary().add(newItem);
Objects of the following type(s) are allowed in the list
TaskSummaryType
public long getTotalResults()
public void setTotalResults(long value)
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.