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