net.sf.mpxj.planner.schema
Class Resources

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

public class Resources
extends Object


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

Field Detail

resource

protected List<Resource> resource
Constructor Detail

Resources

public Resources()
Method Detail

getResource

public List<Resource> getResource()
Gets the value of the resource 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 resource property.

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

    getResource().add(newItem);
 

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



Copyright © 2012. All Rights Reserved.