com.rim.bes.bas.baa.dto
Class ResolvedUserGroupsType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.IsDataLoadedType
com.rim.bes.bas.baa.dto.ResolvedUserGroupsType
- Direct Known Subclasses:
- ResolvedUserGroups
public abstract class ResolvedUserGroupsType
- extends IsDataLoadedType
Java class for ResolvedUserGroupsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResolvedUserGroupsType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}IsDataLoadedType">
<sequence>
<element name="resolvedGroup" type="{http://www.rim.com/com.rim.bes.bas.baa.dto}ResolvedGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resolvedGroup
protected java.util.List<ResolvedGroup> resolvedGroup
ResolvedUserGroupsType
public ResolvedUserGroupsType()
getResolvedGroup
public java.util.List<ResolvedGroup> getResolvedGroup()
- Gets the value of the resolvedGroup 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 resolvedGroup property.
For example, to add a new item, do as follows:
getResolvedGroup().add(newItem);
Objects of the following type(s) are allowed in the list
ResolvedGroup
Copyright © 2009 Research In Motion Limited. All Rights Reserved.