public class FindTasksRequest 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 name="status" type="{http://downloads.jboss.org/overlord/dtgov/schemas/task-api-v1.xsd}statusType" maxOccurs="unbounded" minOccurs="0"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
<element name="dueOnFrom" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="dueOnTo" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
<attribute name="startIndex" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="endIndex" type="{http://www.w3.org/2001/XMLSchema}int" default="19" />
<attribute name="orderBy" type="{http://www.w3.org/2001/XMLSchema}string" default="priority" />
<attribute name="orderAscending" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dueOnFrom |
protected XMLGregorianCalendar |
dueOnTo |
protected Integer |
endIndex |
protected Boolean |
orderAscending |
protected String |
orderBy |
protected List<Integer> |
priority |
protected Integer |
startIndex |
protected List<StatusType> |
status |
| Constructor and Description |
|---|
FindTasksRequest() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDueOnFrom()
Gets the value of the dueOnFrom property.
|
XMLGregorianCalendar |
getDueOnTo()
Gets the value of the dueOnTo property.
|
int |
getEndIndex()
Gets the value of the endIndex property.
|
String |
getOrderBy()
Gets the value of the orderBy property.
|
List<Integer> |
getPriority()
Gets the value of the priority property.
|
int |
getStartIndex()
Gets the value of the startIndex property.
|
List<StatusType> |
getStatus()
Gets the value of the status property.
|
boolean |
isOrderAscending()
Gets the value of the orderAscending property.
|
void |
setDueOnFrom(XMLGregorianCalendar value)
Sets the value of the dueOnFrom property.
|
void |
setDueOnTo(XMLGregorianCalendar value)
Sets the value of the dueOnTo property.
|
void |
setEndIndex(Integer value)
Sets the value of the endIndex property.
|
void |
setOrderAscending(Boolean value)
Sets the value of the orderAscending property.
|
void |
setOrderBy(String value)
Sets the value of the orderBy property.
|
void |
setStartIndex(Integer value)
Sets the value of the startIndex property.
|
protected List<StatusType> status
protected XMLGregorianCalendar dueOnFrom
protected XMLGregorianCalendar dueOnTo
protected Integer startIndex
protected Integer endIndex
protected String orderBy
protected Boolean orderAscending
public List<StatusType> getStatus()
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 status property.
For example, to add a new item, do as follows:
getStatus().add(newItem);
Objects of the following type(s) are allowed in the list
StatusType
public List<Integer> getPriority()
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 priority property.
For example, to add a new item, do as follows:
getPriority().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public XMLGregorianCalendar getDueOnFrom()
XMLGregorianCalendarpublic void setDueOnFrom(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDueOnTo()
XMLGregorianCalendarpublic void setDueOnTo(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic int getStartIndex()
Integerpublic void setStartIndex(Integer value)
value - allowed object is
Integerpublic int getEndIndex()
Integerpublic void setEndIndex(Integer value)
value - allowed object is
Integerpublic String getOrderBy()
Stringpublic void setOrderBy(String value)
value - allowed object is
Stringpublic boolean isOrderAscending()
BooleanCopyright © 2013 JBoss, a division of Red Hat. All rights reserved.