com.rim.bes.bas.baa.dto
Class UserGroupsType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.IsDataLoadedType
com.rim.bes.bas.baa.dto.UserGroupsType
- Direct Known Subclasses:
- UserGroups
public abstract class UserGroupsType
- extends IsDataLoadedType
Java class for UserGroupsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserGroupsType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}IsDataLoadedType">
<sequence>
<element name="group" type="{http://www.rim.com/com.rim.bes.bas.baa.dto}Group" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Field Summary |
protected java.util.List<Group> |
group
|
|
Method Summary |
java.util.List<Group> |
getGroup()
Gets the value of the group property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
group
protected java.util.List<Group> group
UserGroupsType
public UserGroupsType()
getGroup
public java.util.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 © 2009 Research In Motion Limited. All Rights Reserved.