|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.sf.mpxj.planner.schema.ResourceGroups
public class ResourceGroups
| Field Summary | |
|---|---|
protected java.lang.String |
defaultGroup
|
protected java.util.List<Group> |
group
|
| Constructor Summary | |
|---|---|
ResourceGroups()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultGroup()
Gets the value of the defaultGroup property. |
java.util.List<Group> |
getGroup()
Gets the value of the group property. |
void |
setDefaultGroup(java.lang.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 |
|---|
protected java.lang.String defaultGroup
protected java.util.List<Group> group
| Constructor Detail |
|---|
public ResourceGroups()
| Method Detail |
|---|
public java.lang.String getDefaultGroup()
Stringpublic void setDefaultGroup(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Group> getGroup()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||