net.sf.mpxj.planner.schema
Class Tasks

java.lang.Object
  extended by net.sf.mpxj.planner.schema.Tasks

public class Tasks
extends Object


Field Summary
protected  List<Task> task
           
 
Constructor Summary
Tasks()
           
 
Method Summary
 List<Task> getTask()
          Gets the value of the task property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

task

protected List<Task> task
Constructor Detail

Tasks

public Tasks()
Method Detail

getTask

public List<Task> getTask()
Gets the value of the task 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 task property.

For example, to add a new item, do as follows:

    getTask().add(newItem);
 

Objects of the following type(s) are allowed in the list Task



Copyright © 2012. All Rights Reserved.