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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.bas.dto.UserDeviceConfigurationServiceAttributesType
com.rim.bes.basplugin.emailcommon.dto.EmailUserDeviceConfigurationServiceAttributesType
com.rim.bes.basplugin.emaildomino.dto.EmailDominoUserDeviceConfigurationServiceAttributesType
public abstract class EmailDominoUserDeviceConfigurationServiceAttributesType
Java class for EmailDominoUserDeviceConfigurationServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailDominoUserDeviceConfigurationServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.basplugin.emailcommon.dto}EmailUserDeviceConfigurationServiceAttributesType">
<sequence>
<element name="enableSMIMEMessageProcessing" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isEnableSMIMEMessageProcessingEditable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="maximumSynchronizedPublicContactDatabases" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="redirectWhenInCradle" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="selectedPublishedContactDatabases" type="{http://www.rim.com/com.rim.bes.basplugin.emaildomino.dto}EmailDominoContactDatabaseAttributesType" maxOccurs="unbounded" 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.Boolean |
enableSMIMEMessageProcessing
|
protected java.lang.Boolean |
isEnableSMIMEMessageProcessingEditable
|
protected java.lang.Integer |
maximumSynchronizedPublicContactDatabases
|
protected java.lang.Boolean |
redirectWhenInCradle
|
protected java.util.List<EmailDominoContactDatabaseAttributesType> |
selectedPublishedContactDatabases
|
| Fields inherited from class com.rim.bes.basplugin.emailcommon.dto.EmailUserDeviceConfigurationServiceAttributesType |
|---|
appendedDisclaimerText, autoSignature, filters, inlineImagesEnabled, isConfigChannelPropertiesVisible, isMailstoreAvailable, isUserAbleToSynchronizeContactSources, mapRedirectToBlackBerryDevice, personalRedirectionFolderInformation, prependedDisclaimerText, redirectToBlackBerryDevice, richContentEnabled, saveCopyInSentFolder |
| Fields inherited from class com.rim.bes.bas.dto.ServiceAttributesType |
|---|
plugInId, type |
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
EmailDominoUserDeviceConfigurationServiceAttributesType()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getMaximumSynchronizedPublicContactDatabases()
Gets the value of the maximumSynchronizedPublicContactDatabases property. |
java.util.List<EmailDominoContactDatabaseAttributesType> |
getSelectedPublishedContactDatabases()
Gets the value of the selectedPublishedContactDatabases property. |
java.lang.Boolean |
isEnableSMIMEMessageProcessing()
Gets the value of the enableSMIMEMessageProcessing property. |
java.lang.Boolean |
isIsEnableSMIMEMessageProcessingEditable()
Gets the value of the isEnableSMIMEMessageProcessingEditable property. |
java.lang.Boolean |
isRedirectWhenInCradle()
Gets the value of the redirectWhenInCradle property. |
void |
setEnableSMIMEMessageProcessing(java.lang.Boolean value)
Sets the value of the enableSMIMEMessageProcessing property. |
void |
setIsEnableSMIMEMessageProcessingEditable(java.lang.Boolean value)
Sets the value of the isEnableSMIMEMessageProcessingEditable property. |
void |
setMaximumSynchronizedPublicContactDatabases(java.lang.Integer value)
Sets the value of the maximumSynchronizedPublicContactDatabases property. |
void |
setRedirectWhenInCradle(java.lang.Boolean value)
Sets the value of the redirectWhenInCradle property. |
| Methods inherited from class com.rim.bes.bas.dto.ServiceAttributesType |
|---|
getPlugInId, getType, setPlugInId, setType |
| 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.Boolean enableSMIMEMessageProcessing
protected java.lang.Boolean isEnableSMIMEMessageProcessingEditable
protected java.lang.Integer maximumSynchronizedPublicContactDatabases
protected java.lang.Boolean redirectWhenInCradle
protected java.util.List<EmailDominoContactDatabaseAttributesType> selectedPublishedContactDatabases
| Constructor Detail |
|---|
public EmailDominoUserDeviceConfigurationServiceAttributesType()
| Method Detail |
|---|
public java.lang.Boolean isEnableSMIMEMessageProcessing()
Booleanpublic void setEnableSMIMEMessageProcessing(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsEnableSMIMEMessageProcessingEditable()
Booleanpublic void setIsEnableSMIMEMessageProcessingEditable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getMaximumSynchronizedPublicContactDatabases()
Integerpublic void setMaximumSynchronizedPublicContactDatabases(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isRedirectWhenInCradle()
Booleanpublic void setRedirectWhenInCradle(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<EmailDominoContactDatabaseAttributesType> getSelectedPublishedContactDatabases()
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 selectedPublishedContactDatabases property.
For example, to add a new item, do as follows:
getSelectedPublishedContactDatabases().add(newItem);
Objects of the following type(s) are allowed in the list
EmailDominoContactDatabaseAttributesType
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.emaildomino.dto.EmailDominoUserDeviceConfigurationServiceAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||