|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.FindRolesResultType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.baa.dto.FindRolesResultType
public abstract class FindRolesResultType
Java class for FindRolesResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindRolesResultType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="findRolesReturnStatus" type="{http://www.rim.com/com.rim.bes.bas.baa.dto}FindRolesReturnStatus" minOccurs="0"/>
<element name="metadata" type="{http://www.rim.com/com.rim.bes.bas.baa.common.dto}Metadata" minOccurs="0"/>
<element name="roles" type="{http://www.rim.com/com.rim.bes.bas.dto}Role" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Field Summary | |
|---|---|
protected FindRolesReturnStatus |
findRolesReturnStatus
|
protected Metadata |
metadata
|
protected java.util.List<Role> |
roles
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
FindRolesResultType()
|
|
| Method Summary | |
|---|---|
FindRolesReturnStatus |
getFindRolesReturnStatus()
Indicates whether or not an error has occurred. |
Metadata |
getMetadata()
Gets the value of the metadata property. |
java.util.List<Role> |
getRoles()
All roles. |
void |
setFindRolesReturnStatus(FindRolesReturnStatus value)
Sets the value of the findRolesReturnStatus property. |
void |
setMetadata(Metadata value)
Sets the value of the metadata property. |
| Methods inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
getVersionStamps, setVersionStamps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FindRolesReturnStatus findRolesReturnStatus
protected Metadata metadata
protected java.util.List<Role> roles
| Constructor Detail |
|---|
public FindRolesResultType()
| Method Detail |
|---|
public FindRolesReturnStatus getFindRolesReturnStatus()
FindRolesReturnStatuspublic void setFindRolesReturnStatus(FindRolesReturnStatus value)
value - allowed object is
FindRolesReturnStatuspublic Metadata getMetadata()
Metadatapublic void setMetadata(Metadata value)
value - allowed object is
Metadatapublic java.util.List<Role> getRoles()
All roles.
Gets the value of the roles 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 roles property.
For example, to add a new item, do as follows:
getRoles().add(newItem);
Objects of the following type(s) are allowed in the list
Role
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.FindRolesResultType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||