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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.alert.dto.AlertUserSettingsType
public abstract class AlertUserSettingsType
Java class for AlertUserSettingsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertUserSettingsType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="userEventLevel" type="{http://www.rim.com/com.rim.bes.basplugin.alert.dto}AlertLevelUserEnumType" minOccurs="0"/>
<element name="userConsole" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" 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.String |
userConsole
|
protected java.lang.String |
userEmail
|
protected AlertLevelUserEnumType |
userEventLevel
|
protected java.lang.String |
userName
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
AlertUserSettingsType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getUserConsole()
Gets the value of the userConsole property. |
java.lang.String |
getUserEmail()
Gets the value of the userEmail property. |
AlertLevelUserEnumType |
getUserEventLevel()
Gets the value of the userEventLevel property. |
java.lang.String |
getUserName()
Gets the value of the userName property. |
void |
setUserConsole(java.lang.String value)
Sets the value of the userConsole property. |
void |
setUserEmail(java.lang.String value)
Sets the value of the userEmail property. |
void |
setUserEventLevel(AlertLevelUserEnumType value)
Sets the value of the userEventLevel property. |
void |
setUserName(java.lang.String value)
Sets the value of the userName 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 AlertLevelUserEnumType userEventLevel
protected java.lang.String userConsole
protected java.lang.String userEmail
protected java.lang.String userName
| Constructor Detail |
|---|
public AlertUserSettingsType()
| Method Detail |
|---|
public AlertLevelUserEnumType getUserEventLevel()
AlertLevelUserEnumTypepublic void setUserEventLevel(AlertLevelUserEnumType value)
value - allowed object is
AlertLevelUserEnumTypepublic java.lang.String getUserConsole()
Stringpublic void setUserConsole(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserEmail()
Stringpublic void setUserEmail(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserName()
Stringpublic void setUserName(java.lang.String value)
value - allowed object is
String
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.alert.dto.AlertUserSettingsType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||