net.sf.mpxj.planner.schema
Class ResourceGroups
java.lang.Object
net.sf.mpxj.planner.schema.ResourceGroups
public class ResourceGroups
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultGroup
protected String defaultGroup
group
protected List<Group> group
ResourceGroups
public ResourceGroups()
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.