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

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