net.sf.mpxj.planner.schema
Class ResourceGroups

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

public class ResourceGroups
extends Object


Field Summary
protected  String defaultGroup
           
protected  List<Group> group
           
 
Constructor Summary
ResourceGroups()
           
 
Method Summary
 String getDefaultGroup()
          Gets the value of the defaultGroup property.
 List<Group> getGroup()
          Gets the value of the group property.
 void setDefaultGroup(String value)
          Sets the value of the defaultGroup property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultGroup

protected String defaultGroup

group

protected List<Group> group
Constructor Detail

ResourceGroups

public ResourceGroups()
Method Detail

getDefaultGroup

public String getDefaultGroup()
Gets the value of the defaultGroup property.

Returns:
possible object is String

setDefaultGroup

public void setDefaultGroup(String value)
Sets the value of the defaultGroup property.

Parameters:
value - allowed object is String

getGroup

public List<Group> getGroup()
Gets the value of the group 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 group property.

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

    getGroup().add(newItem);
 

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



Copyright © 2012. All Rights Reserved.