net.sf.mpxj.planner.schema
Class Allocations

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

public class Allocations
extends Object


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

Field Detail

allocation

protected List<Allocation> allocation
Constructor Detail

Allocations

public Allocations()
Method Detail

getAllocation

public List<Allocation> getAllocation()
Gets the value of the allocation 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 allocation property.

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

    getAllocation().add(newItem);
 

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



Copyright © 2012. All Rights Reserved.