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()
AssignmentChange
public void setAssignmentChange(AssignmentChange value)
value
- allowed object is
AssignmentChange
public TaskStatusChange getStatusChange()
TaskStatusChange
public void setStatusChange(TaskStatusChange value)
value
- allowed object is
TaskStatusChange
public java.lang.String getTaskName()
String
public void setTaskName(java.lang.String value)
value
- allowed object is
String