public class Task
extends java.lang.Object
implements java.io.Serializable
Java class for task complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="task">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="assignment-change" type="{http://www.example.org}assignment-change"/>
<element name="status-change" type="{http://www.example.org}task-status-change"/>
</sequence>
<attribute name="TaskName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Task() |
| Modifier and Type | Method and Description |
|---|---|
AssignmentChange |
getAssignmentChange()
Gets the value of the assignmentChange property.
|
TaskStatusChange |
getStatusChange()
Gets the value of the statusChange property.
|
java.lang.String |
getTaskName()
Gets the value of the taskName property.
|
void |
setAssignmentChange(AssignmentChange value)
Sets the value of the assignmentChange property.
|
void |
setStatusChange(TaskStatusChange value)
Sets the value of the statusChange property.
|
void |
setTaskName(java.lang.String value)
Sets the value of the taskName property.
|
public AssignmentChange getAssignmentChange()
AssignmentChangepublic void setAssignmentChange(AssignmentChange value)
value - allowed object is
AssignmentChangepublic TaskStatusChange getStatusChange()
TaskStatusChangepublic void setStatusChange(TaskStatusChange value)
value - allowed object is
TaskStatusChangepublic java.lang.String getTaskName()
Stringpublic void setTaskName(java.lang.String value)
value - allowed object is
String