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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.synchronization.dto.SynchronizationUserConfigurationAttributesType
public abstract class SynchronizationUserConfigurationAttributesType
Java class for SynchronizationUserConfigurationAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynchronizationUserConfigurationAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="synchronizationType" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}SynchronizationTypeEnumType" minOccurs="0"/>
<element name="conflictResolution" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}SynchronizationConflictResolutionEnumType" minOccurs="0"/>
<element name="addressBookSubscription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dataSourceId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="databaseTypeId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="deviceEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isAdministratorManagingLocation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isLocationEditableByAdministrator" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="relativePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="server" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serverEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="showAddressBookSubscription" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="showIsAdministratorManagingLocation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="showRelativePath" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="showServer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="synchronizationConfigurationId" 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.String |
addressBookSubscription
|
protected SynchronizationConflictResolutionEnumType |
conflictResolution
|
protected java.lang.Integer |
databaseTypeId
|
protected java.lang.Integer |
dataSourceId
|
protected java.lang.Boolean |
deviceEnabled
|
protected java.lang.Boolean |
isAdministratorManagingLocation
|
protected java.lang.Boolean |
isLocationEditableByAdministrator
|
protected java.lang.String |
relativePath
|
protected java.lang.String |
server
|
protected java.lang.Boolean |
serverEnabled
|
protected java.lang.Boolean |
showAddressBookSubscription
|
protected java.lang.Boolean |
showIsAdministratorManagingLocation
|
protected java.lang.Boolean |
showRelativePath
|
protected java.lang.Boolean |
showServer
|
protected java.lang.Integer |
synchronizationConfigurationId
|
protected SynchronizationTypeEnumType |
synchronizationType
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
SynchronizationUserConfigurationAttributesType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAddressBookSubscription()
Gets the value of the addressBookSubscription property. |
SynchronizationConflictResolutionEnumType |
getConflictResolution()
Gets the value of the conflictResolution property. |
java.lang.Integer |
getDatabaseTypeId()
Gets the value of the databaseTypeId property. |
java.lang.Integer |
getDataSourceId()
Gets the value of the dataSourceId property. |
java.lang.String |
getRelativePath()
Gets the value of the relativePath property. |
java.lang.String |
getServer()
Gets the value of the server property. |
java.lang.Integer |
getSynchronizationConfigurationId()
Gets the value of the synchronizationConfigurationId property. |
SynchronizationTypeEnumType |
getSynchronizationType()
Gets the value of the synchronizationType property. |
java.lang.Boolean |
isDeviceEnabled()
Gets the value of the deviceEnabled property. |
java.lang.Boolean |
isIsAdministratorManagingLocation()
Gets the value of the isAdministratorManagingLocation property. |
java.lang.Boolean |
isIsLocationEditableByAdministrator()
Gets the value of the isLocationEditableByAdministrator property. |
java.lang.Boolean |
isServerEnabled()
Gets the value of the serverEnabled property. |
java.lang.Boolean |
isShowAddressBookSubscription()
Gets the value of the showAddressBookSubscription property. |
java.lang.Boolean |
isShowIsAdministratorManagingLocation()
Gets the value of the showIsAdministratorManagingLocation property. |
java.lang.Boolean |
isShowRelativePath()
Gets the value of the showRelativePath property. |
java.lang.Boolean |
isShowServer()
Gets the value of the showServer property. |
void |
setAddressBookSubscription(java.lang.String value)
Sets the value of the addressBookSubscription property. |
void |
setConflictResolution(SynchronizationConflictResolutionEnumType value)
Sets the value of the conflictResolution property. |
void |
setDatabaseTypeId(java.lang.Integer value)
Sets the value of the databaseTypeId property. |
void |
setDataSourceId(java.lang.Integer value)
Sets the value of the dataSourceId property. |
void |
setDeviceEnabled(java.lang.Boolean value)
Sets the value of the deviceEnabled property. |
void |
setIsAdministratorManagingLocation(java.lang.Boolean value)
Sets the value of the isAdministratorManagingLocation property. |
void |
setIsLocationEditableByAdministrator(java.lang.Boolean value)
Sets the value of the isLocationEditableByAdministrator property. |
void |
setRelativePath(java.lang.String value)
Sets the value of the relativePath property. |
void |
setServer(java.lang.String value)
Sets the value of the server property. |
void |
setServerEnabled(java.lang.Boolean value)
Sets the value of the serverEnabled property. |
void |
setShowAddressBookSubscription(java.lang.Boolean value)
Sets the value of the showAddressBookSubscription property. |
void |
setShowIsAdministratorManagingLocation(java.lang.Boolean value)
Sets the value of the showIsAdministratorManagingLocation property. |
void |
setShowRelativePath(java.lang.Boolean value)
Sets the value of the showRelativePath property. |
void |
setShowServer(java.lang.Boolean value)
Sets the value of the showServer property. |
void |
setSynchronizationConfigurationId(java.lang.Integer value)
Sets the value of the synchronizationConfigurationId property. |
void |
setSynchronizationType(SynchronizationTypeEnumType value)
Sets the value of the synchronizationType 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 SynchronizationTypeEnumType synchronizationType
protected SynchronizationConflictResolutionEnumType conflictResolution
protected java.lang.String addressBookSubscription
protected java.lang.Integer dataSourceId
protected java.lang.Integer databaseTypeId
protected java.lang.Boolean deviceEnabled
protected java.lang.Boolean isAdministratorManagingLocation
protected java.lang.Boolean isLocationEditableByAdministrator
protected java.lang.String relativePath
protected java.lang.String server
protected java.lang.Boolean serverEnabled
protected java.lang.Boolean showAddressBookSubscription
protected java.lang.Boolean showIsAdministratorManagingLocation
protected java.lang.Boolean showRelativePath
protected java.lang.Boolean showServer
protected java.lang.Integer synchronizationConfigurationId
| Constructor Detail |
|---|
public SynchronizationUserConfigurationAttributesType()
| Method Detail |
|---|
public SynchronizationTypeEnumType getSynchronizationType()
SynchronizationTypeEnumTypepublic void setSynchronizationType(SynchronizationTypeEnumType value)
value - allowed object is
SynchronizationTypeEnumTypepublic SynchronizationConflictResolutionEnumType getConflictResolution()
SynchronizationConflictResolutionEnumTypepublic void setConflictResolution(SynchronizationConflictResolutionEnumType value)
value - allowed object is
SynchronizationConflictResolutionEnumTypepublic java.lang.String getAddressBookSubscription()
Stringpublic void setAddressBookSubscription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getDataSourceId()
Integerpublic void setDataSourceId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getDatabaseTypeId()
Integerpublic void setDatabaseTypeId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isDeviceEnabled()
Booleanpublic void setDeviceEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsAdministratorManagingLocation()
Booleanpublic void setIsAdministratorManagingLocation(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsLocationEditableByAdministrator()
Booleanpublic void setIsLocationEditableByAdministrator(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getRelativePath()
Stringpublic void setRelativePath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServer()
Stringpublic void setServer(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isServerEnabled()
Booleanpublic void setServerEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isShowAddressBookSubscription()
Booleanpublic void setShowAddressBookSubscription(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isShowIsAdministratorManagingLocation()
Booleanpublic void setShowIsAdministratorManagingLocation(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isShowRelativePath()
Booleanpublic void setShowRelativePath(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isShowServer()
Booleanpublic void setShowServer(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getSynchronizationConfigurationId()
Integerpublic void setSynchronizationConfigurationId(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.synchronization.dto.SynchronizationUserConfigurationAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||