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