public class TaskSummaryType extends Object implements Serializable
Java class for taskSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="taskSummaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{http://downloads.jboss.org/overlord/dtgov/schemas/task-api-v1.xsd}statusType"/>
<element name="dueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dueDate |
protected String |
id |
protected String |
name |
protected String |
owner |
protected int |
priority |
protected StatusType |
status |
| Constructor and Description |
|---|
TaskSummaryType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDueDate()
Gets the value of the dueDate property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOwner()
Gets the value of the owner property.
|
int |
getPriority()
Gets the value of the priority property.
|
StatusType |
getStatus()
Gets the value of the status property.
|
void |
setDueDate(XMLGregorianCalendar value)
Sets the value of the dueDate property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setPriority(int value)
Sets the value of the priority property.
|
void |
setStatus(StatusType value)
Sets the value of the status property.
|
protected String id
protected String name
protected int priority
protected String owner
protected StatusType status
protected XMLGregorianCalendar dueDate
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic int getPriority()
public void setPriority(int value)
public String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
Stringpublic StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypepublic XMLGregorianCalendar getDueDate()
XMLGregorianCalendarpublic void setDueDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2013 JBoss, a division of Red Hat. All rights reserved.