net.sf.mpxj.planner.schema
Class Phases

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

public class Phases
extends Object


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

Field Detail

phase

protected List<Phase> phase
Constructor Detail

Phases

public Phases()
Method Detail

getPhase

public List<Phase> getPhase()
Gets the value of the phase 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 phase property.

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

    getPhase().add(newItem);
 

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



Copyright © 2012. All Rights Reserved.