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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceInstanceType
com.rim.bes.basplugin.alert.dto.AlertCoreServiceInstanceType
public abstract class AlertCoreServiceInstanceType
Java class for AlertCoreServiceInstanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCoreServiceInstanceType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}ServiceInstanceType">
<sequence>
<element name="eventLevel" type="{http://www.rim.com/com.rim.bes.basplugin.alert.dto}AlertLevelEnumType" minOccurs="0"/>
<element name="alertUserSettings" type="{http://www.rim.com/com.rim.bes.basplugin.alert.dto}AlertUserSettings" maxOccurs="unbounded" minOccurs="0"/>
<element name="SMTPAccount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SMTPAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SMTPHost" 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.util.List<AlertUserSettings> |
alertUserSettings
|
protected AlertLevelEnumType |
eventLevel
|
protected java.lang.String |
smtpAccount
|
protected java.lang.String |
smtpAddress
|
protected java.lang.String |
smtpHost
|
| Fields inherited from class com.rim.bes.bas.dto.ServiceInstanceType |
|---|
canBeDeletedDirectly, canBeDeletedOnServerDelete, childServiceInstanceAssociation, extendedDataLoaded, installationState, installedMachine, installedPort, isHidden, localeNameAndDescription, name, parentServiceInstanceAssociation, plugInId, reference, serviceConsumers, serviceHasSettings, serviceId, serviceInstanceId, serviceProducers, status, statusName, type, version |
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
AlertCoreServiceInstanceType()
|
|
| Method Summary | |
|---|---|
java.util.List<AlertUserSettings> |
getAlertUserSettings()
Gets the value of the alertUserSettings property. |
AlertLevelEnumType |
getEventLevel()
Gets the value of the eventLevel property. |
java.lang.String |
getSMTPAccount()
Gets the value of the smtpAccount property. |
java.lang.String |
getSMTPAddress()
Gets the value of the smtpAddress property. |
java.lang.String |
getSMTPHost()
Gets the value of the smtpHost property. |
void |
setEventLevel(AlertLevelEnumType value)
Sets the value of the eventLevel property. |
void |
setSMTPAccount(java.lang.String value)
Sets the value of the smtpAccount property. |
void |
setSMTPAddress(java.lang.String value)
Sets the value of the smtpAddress property. |
void |
setSMTPHost(java.lang.String value)
Sets the value of the smtpHost 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 AlertLevelEnumType eventLevel
protected java.util.List<AlertUserSettings> alertUserSettings
protected java.lang.String smtpAccount
protected java.lang.String smtpAddress
protected java.lang.String smtpHost
| Constructor Detail |
|---|
public AlertCoreServiceInstanceType()
| Method Detail |
|---|
public AlertLevelEnumType getEventLevel()
AlertLevelEnumTypepublic void setEventLevel(AlertLevelEnumType value)
value - allowed object is
AlertLevelEnumTypepublic java.util.List<AlertUserSettings> getAlertUserSettings()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the alertUserSettings property.
For example, to add a new item, do as follows:
getAlertUserSettings().add(newItem);
Objects of the following type(s) are allowed in the list
AlertUserSettings
public java.lang.String getSMTPAccount()
Stringpublic void setSMTPAccount(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSMTPAddress()
Stringpublic void setSMTPAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSMTPHost()
Stringpublic void setSMTPHost(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.AlertCoreServiceInstanceType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||