|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.synchronization.dto.SynchronizationUserConfigurationServiceAttributesType 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.basplugin.synchronization.dto.SynchronizationUserServiceAttributesType
com.rim.bes.basplugin.synchronization.dto.SynchronizationUserConfigurationServiceAttributesType
public abstract class SynchronizationUserConfigurationServiceAttributesType
Java class for SynchronizationUserConfigurationServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynchronizationUserConfigurationServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}SynchronizationUserServiceAttributesType">
<sequence>
<element name="userAddressBooksConfigurationAttributes" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}UserAddressBooksConfigurationAttributes" minOccurs="0"/>
<element name="userAutomaticDeviceManagementConfigurationAttributes" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}UserAutomaticDeviceManagementConfigurationAttributes" minOccurs="0"/>
<element name="userAutomaticWirelessBackupConfigurationAttributes" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}UserAutomaticWirelessBackupConfigurationAttributes" minOccurs="0"/>
<element name="userCertificateSummaryDataConfigurationAttributes" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}UserCertificateSummaryDataConfigurationAttributes" minOccurs="0"/>
<element name="userMemosConfigurationAttributes" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}UserMemosConfigurationAttributes" minOccurs="0"/>
<element name="userMessageFiltersConfigurationAttributes" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}UserMessageFiltersConfigurationAttributes" minOccurs="0"/>
<element name="userMessageSettingsConfigurationAttributes" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}UserMessageSettingsConfigurationAttributes" minOccurs="0"/>
<element name="userTasksConfigurationAttributes" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}UserTasksConfigurationAttributes" minOccurs="0"/>
<element name="wirelessSynchronizationEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| 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 | |
|---|---|
SynchronizationUserConfigurationServiceAttributesType()
|
|
| Method Summary | |
|---|---|
UserAddressBooksConfigurationAttributes |
getUserAddressBooksConfigurationAttributes()
Gets the value of the userAddressBooksConfigurationAttributes property. |
UserAutomaticDeviceManagementConfigurationAttributes |
getUserAutomaticDeviceManagementConfigurationAttributes()
Gets the value of the userAutomaticDeviceManagementConfigurationAttributes property. |
UserAutomaticWirelessBackupConfigurationAttributes |
getUserAutomaticWirelessBackupConfigurationAttributes()
Gets the value of the userAutomaticWirelessBackupConfigurationAttributes property. |
UserCertificateSummaryDataConfigurationAttributes |
getUserCertificateSummaryDataConfigurationAttributes()
Gets the value of the userCertificateSummaryDataConfigurationAttributes property. |
UserMemosConfigurationAttributes |
getUserMemosConfigurationAttributes()
Gets the value of the userMemosConfigurationAttributes property. |
UserMessageFiltersConfigurationAttributes |
getUserMessageFiltersConfigurationAttributes()
Gets the value of the userMessageFiltersConfigurationAttributes property. |
UserMessageSettingsConfigurationAttributes |
getUserMessageSettingsConfigurationAttributes()
Gets the value of the userMessageSettingsConfigurationAttributes property. |
UserTasksConfigurationAttributes |
getUserTasksConfigurationAttributes()
Gets the value of the userTasksConfigurationAttributes property. |
java.lang.Boolean |
isWirelessSynchronizationEnabled()
Gets the value of the wirelessSynchronizationEnabled property. |
void |
setUserAddressBooksConfigurationAttributes(UserAddressBooksConfigurationAttributes value)
Sets the value of the userAddressBooksConfigurationAttributes property. |
void |
setUserAutomaticDeviceManagementConfigurationAttributes(UserAutomaticDeviceManagementConfigurationAttributes value)
Sets the value of the userAutomaticDeviceManagementConfigurationAttributes property. |
void |
setUserAutomaticWirelessBackupConfigurationAttributes(UserAutomaticWirelessBackupConfigurationAttributes value)
Sets the value of the userAutomaticWirelessBackupConfigurationAttributes property. |
void |
setUserCertificateSummaryDataConfigurationAttributes(UserCertificateSummaryDataConfigurationAttributes value)
Sets the value of the userCertificateSummaryDataConfigurationAttributes property. |
void |
setUserMemosConfigurationAttributes(UserMemosConfigurationAttributes value)
Sets the value of the userMemosConfigurationAttributes property. |
void |
setUserMessageFiltersConfigurationAttributes(UserMessageFiltersConfigurationAttributes value)
Sets the value of the userMessageFiltersConfigurationAttributes property. |
void |
setUserMessageSettingsConfigurationAttributes(UserMessageSettingsConfigurationAttributes value)
Sets the value of the userMessageSettingsConfigurationAttributes property. |
void |
setUserTasksConfigurationAttributes(UserTasksConfigurationAttributes value)
Sets the value of the userTasksConfigurationAttributes property. |
void |
setWirelessSynchronizationEnabled(java.lang.Boolean value)
Sets the value of the wirelessSynchronizationEnabled 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 UserAddressBooksConfigurationAttributes userAddressBooksConfigurationAttributes
protected UserAutomaticDeviceManagementConfigurationAttributes userAutomaticDeviceManagementConfigurationAttributes
protected UserAutomaticWirelessBackupConfigurationAttributes userAutomaticWirelessBackupConfigurationAttributes
protected UserCertificateSummaryDataConfigurationAttributes userCertificateSummaryDataConfigurationAttributes
protected UserMemosConfigurationAttributes userMemosConfigurationAttributes
protected UserMessageFiltersConfigurationAttributes userMessageFiltersConfigurationAttributes
protected UserMessageSettingsConfigurationAttributes userMessageSettingsConfigurationAttributes
protected UserTasksConfigurationAttributes userTasksConfigurationAttributes
protected java.lang.Boolean wirelessSynchronizationEnabled
| Constructor Detail |
|---|
public SynchronizationUserConfigurationServiceAttributesType()
| Method Detail |
|---|
public UserAddressBooksConfigurationAttributes getUserAddressBooksConfigurationAttributes()
UserAddressBooksConfigurationAttributespublic void setUserAddressBooksConfigurationAttributes(UserAddressBooksConfigurationAttributes value)
value - allowed object is
UserAddressBooksConfigurationAttributespublic UserAutomaticDeviceManagementConfigurationAttributes getUserAutomaticDeviceManagementConfigurationAttributes()
UserAutomaticDeviceManagementConfigurationAttributespublic void setUserAutomaticDeviceManagementConfigurationAttributes(UserAutomaticDeviceManagementConfigurationAttributes value)
value - allowed object is
UserAutomaticDeviceManagementConfigurationAttributespublic UserAutomaticWirelessBackupConfigurationAttributes getUserAutomaticWirelessBackupConfigurationAttributes()
UserAutomaticWirelessBackupConfigurationAttributespublic void setUserAutomaticWirelessBackupConfigurationAttributes(UserAutomaticWirelessBackupConfigurationAttributes value)
value - allowed object is
UserAutomaticWirelessBackupConfigurationAttributespublic UserCertificateSummaryDataConfigurationAttributes getUserCertificateSummaryDataConfigurationAttributes()
UserCertificateSummaryDataConfigurationAttributespublic void setUserCertificateSummaryDataConfigurationAttributes(UserCertificateSummaryDataConfigurationAttributes value)
value - allowed object is
UserCertificateSummaryDataConfigurationAttributespublic UserMemosConfigurationAttributes getUserMemosConfigurationAttributes()
UserMemosConfigurationAttributespublic void setUserMemosConfigurationAttributes(UserMemosConfigurationAttributes value)
value - allowed object is
UserMemosConfigurationAttributespublic UserMessageFiltersConfigurationAttributes getUserMessageFiltersConfigurationAttributes()
UserMessageFiltersConfigurationAttributespublic void setUserMessageFiltersConfigurationAttributes(UserMessageFiltersConfigurationAttributes value)
value - allowed object is
UserMessageFiltersConfigurationAttributespublic UserMessageSettingsConfigurationAttributes getUserMessageSettingsConfigurationAttributes()
UserMessageSettingsConfigurationAttributespublic void setUserMessageSettingsConfigurationAttributes(UserMessageSettingsConfigurationAttributes value)
value - allowed object is
UserMessageSettingsConfigurationAttributespublic UserTasksConfigurationAttributes getUserTasksConfigurationAttributes()
UserTasksConfigurationAttributespublic void setUserTasksConfigurationAttributes(UserTasksConfigurationAttributes value)
value - allowed object is
UserTasksConfigurationAttributespublic java.lang.Boolean isWirelessSynchronizationEnabled()
Booleanpublic void setWirelessSynchronizationEnabled(java.lang.Boolean value)
value - allowed object is
Boolean
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.synchronization.dto.SynchronizationUserConfigurationServiceAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||