|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.GetUserResultType 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.GetUserResultType
public abstract class GetUserResultType
Java class for GetUserResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetUserResultType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="getUserReturnStatus" type="{http://www.rim.com/com.rim.bes.bas.baa.dto}GetUserReturnStatus" minOccurs="0"/>
<element name="metadata" type="{http://www.rim.com/com.rim.bes.bas.baa.common.dto}Metadata" minOccurs="0"/>
<element name="user" type="{http://www.rim.com/com.rim.bes.bas.baa.dto}User" 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 GetUserReturnStatus |
getUserReturnStatus
|
protected Metadata |
metadata
|
protected User |
user
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
GetUserResultType()
|
|
| Method Summary | |
|---|---|
GetUserReturnStatus |
getGetUserReturnStatus()
Indicates whether or not an error has occurred. |
Metadata |
getMetadata()
Gets the value of the metadata property. |
User |
getUser()
Contains the user object. |
void |
setGetUserReturnStatus(GetUserReturnStatus value)
Sets the value of the getUserReturnStatus property. |
void |
setMetadata(Metadata value)
Sets the value of the metadata property. |
void |
setUser(User value)
Sets the value of the user 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 GetUserReturnStatus getUserReturnStatus
protected Metadata metadata
protected User user
| Constructor Detail |
|---|
public GetUserResultType()
| Method Detail |
|---|
public GetUserReturnStatus getGetUserReturnStatus()
GetUserReturnStatuspublic void setGetUserReturnStatus(GetUserReturnStatus value)
value - allowed object is
GetUserReturnStatuspublic Metadata getMetadata()
Metadatapublic void setMetadata(Metadata value)
value - allowed object is
Metadatapublic User getUser()
Contains the user object.
Userpublic void setUser(User value)
value - allowed object is
User
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.GetUserResultType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||