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

java.lang.Objectcom.rim.bes.bas.baa.FindDeviceForUser
public class FindDeviceForUser
Java class for findDeviceForUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="findDeviceForUser">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="loadDeviceServiceAttributes" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
loadDeviceServiceAttributes
|
protected java.lang.String |
locale
|
protected int |
userId
|
| Constructor Summary | |
|---|---|
FindDeviceForUser()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLocale()
Gets the value of the locale property. |
int |
getUserId()
Gets the value of the userId property. |
boolean |
isLoadDeviceServiceAttributes()
Gets the value of the loadDeviceServiceAttributes property. |
void |
setLoadDeviceServiceAttributes(boolean value)
Sets the value of the loadDeviceServiceAttributes property. |
void |
setLocale(java.lang.String value)
Sets the value of the locale property. |
void |
setUserId(int value)
Sets the value of the userId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int userId
protected java.lang.String locale
protected boolean loadDeviceServiceAttributes
| Constructor Detail |
|---|
public FindDeviceForUser()
| Method Detail |
|---|
public int getUserId()
public void setUserId(int value)
public java.lang.String getLocale()
Stringpublic void setLocale(java.lang.String value)
value - allowed object is
Stringpublic boolean isLoadDeviceServiceAttributes()
public void setLoadDeviceServiceAttributes(boolean value)
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.FindDeviceForUser NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||