net.sf.mpxj.planner.schema
Class Predecessors

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

public class Predecessors
extends Object


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

Field Detail

predecessor

protected List<Predecessor> predecessor
Constructor Detail

Predecessors

public Predecessors()
Method Detail

getPredecessor

public List<Predecessor> getPredecessor()
Gets the value of the predecessor 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 predecessor property.

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

    getPredecessor().add(newItem);
 

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



Copyright © 2012. All Rights Reserved.