Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.io.project.jaxb.generated
Class Task

java.lang.Object
  extended by eu.esdihumboldt.hale.io.project.jaxb.generated.Task

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>
 


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

taskType

protected String taskType

comment

protected String comment

taskStatus

protected String taskStatus

contextIdentifier

protected List<String> contextIdentifier
Constructor Detail

Task

public Task()
Method Detail

getTaskType

public String getTaskType()
Gets the value of the taskType property.

Returns:
possible object is String

setTaskType

public void setTaskType(String value)
Sets the value of the taskType property.

Parameters:
value - allowed object is String

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getTaskStatus

public String getTaskStatus()
Gets the value of the taskStatus property.

Returns:
possible object is String

setTaskStatus

public void setTaskStatus(String value)
Sets the value of the taskStatus property.

Parameters:
value - allowed object is String

getContextIdentifier

public List<String> getContextIdentifier()
Gets the value of the contextIdentifier property.

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

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d