|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.project.jaxb.generated.Task
public class Task
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>
Field Summary | |
---|---|
protected String |
comment
|
protected List<String> |
contextIdentifier
|
protected String |
taskStatus
|
protected String |
taskType
|
Constructor Summary | |
---|---|
Task()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String taskType
protected String comment
protected String taskStatus
protected List<String> contextIdentifier
Constructor Detail |
---|
public Task()
Method Detail |
---|
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
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |