public class Task extends Object
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="taskType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="taskStatus" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="contextIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
comment |
protected List<String> |
contextIdentifier |
protected String |
taskStatus |
protected String |
taskType |
Constructor and Description |
---|
Task() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the value of the comment property.
|
List<String> |
getContextIdentifier()
Gets the value of the contextIdentifier property.
|
String |
getTaskStatus()
Gets the value of the taskStatus property.
|
String |
getTaskType()
Gets the value of the taskType property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setTaskStatus(String value)
Sets the value of the taskStatus property.
|
void |
setTaskType(String value)
Sets the value of the taskType property.
|
protected String taskType
protected String comment
protected String taskStatus
public String getTaskType()
String
public void setTaskType(String value)
value
- allowed object is String
public String getComment()
String
public void setComment(String value)
value
- allowed object is String
public String getTaskStatus()
String
public void setTaskStatus(String value)
value
- allowed object is String
public List<String> getContextIdentifier()
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 contextIdentifier property.
For example, to add a new item, do as follows:
getContextIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list String
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a