|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.planner.schema.Phases
public class Phases
| 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 |
|---|
protected List<Phase> phase
| Constructor Detail |
|---|
public Phases()
| Method Detail |
|---|
public List<Phase> getPhase()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||