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

java.lang.Objectcom.rim.bes.bas.baa.KillHandheld
public class KillHandheld
Java class for killHandheld complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="killHandheld">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="deviceId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="delayTime" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="userOverride" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
delayTime
|
protected int |
deviceId
|
protected boolean |
userOverride
|
| Constructor Summary | |
|---|---|
KillHandheld()
|
|
| Method Summary | |
|---|---|
int |
getDelayTime()
Gets the value of the delayTime property. |
int |
getDeviceId()
Gets the value of the deviceId property. |
boolean |
isUserOverride()
Gets the value of the userOverride property. |
void |
setDelayTime(int value)
Sets the value of the delayTime property. |
void |
setDeviceId(int value)
Sets the value of the deviceId property. |
void |
setUserOverride(boolean value)
Sets the value of the userOverride 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 int delayTime
protected boolean userOverride
| Constructor Detail |
|---|
public KillHandheld()
| Method Detail |
|---|
public int getDeviceId()
public void setDeviceId(int value)
public int getDelayTime()
public void setDelayTime(int value)
public boolean isUserOverride()
public void setUserOverride(boolean value)
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.KillHandheld NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||