|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdscs.dto.PushSettingsType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.mdscs.dto.PushSettingsType
public abstract class PushSettingsType
Java class for PushSettingsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PushSettingsType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="maximumPushMessageAge" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maximumStoredPushMessages" type="{http://www.w3.org/2001/XMLSchema}int" 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 java.lang.Integer |
maximumPushMessageAge
|
protected java.lang.Integer |
maximumStoredPushMessages
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
PushSettingsType()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getMaximumPushMessageAge()
Gets the value of the maximumPushMessageAge property. |
java.lang.Integer |
getMaximumStoredPushMessages()
Gets the value of the maximumStoredPushMessages property. |
void |
setMaximumPushMessageAge(java.lang.Integer value)
Sets the value of the maximumPushMessageAge property. |
void |
setMaximumStoredPushMessages(java.lang.Integer value)
Sets the value of the maximumStoredPushMessages 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 java.lang.Integer maximumPushMessageAge
protected java.lang.Integer maximumStoredPushMessages
| Constructor Detail |
|---|
public PushSettingsType()
| Method Detail |
|---|
public java.lang.Integer getMaximumPushMessageAge()
Integerpublic void setMaximumPushMessageAge(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMaximumStoredPushMessages()
Integerpublic void setMaximumStoredPushMessages(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdscs.dto.PushSettingsType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||