public class TaskType extends TaskSummaryType implements Serializable
Java class for taskType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="taskType">
<complexContent>
<extension base="{http://downloads.jboss.org/overlord/dtgov/schemas/task-api-v1.xsd}taskSummaryType">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://downloads.jboss.org/overlord/dtgov/schemas/task-api-v1.xsd}taskData" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected TaskDataType |
taskData |
protected String |
type |
| Constructor and Description |
|---|
TaskType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
TaskDataType |
getTaskData()
Gets the value of the taskData property.
|
String |
getType()
Gets the value of the type property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setTaskData(TaskDataType value)
Sets the value of the taskData property.
|
void |
setType(String value)
Sets the value of the type property.
|
getDueDate, getId, getName, getOwner, getPriority, getStatus, setDueDate, setId, setName, setOwner, setPriority, setStatusprotected String type
protected String description
protected TaskDataType taskData
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic TaskDataType getTaskData()
TaskDataTypepublic void setTaskData(TaskDataType value)
value - allowed object is
TaskDataTypeCopyright © 2013 JBoss, a division of Red Hat. All rights reserved.