com.rim.bes.basplugin.synchronization.dto
Class SynchronizationUserDeviceConfigurationServiceAttributesType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.bas.dto.UserDeviceConfigurationServiceAttributesType
com.rim.bes.basplugin.synchronization.dto.SynchronizationUserDeviceConfigurationServiceAttributesType
- Direct Known Subclasses:
- SynchronizationUserDeviceConfigurationServiceAttributes
public abstract class SynchronizationUserDeviceConfigurationServiceAttributesType
- extends UserDeviceConfigurationServiceAttributesType
Java class for SynchronizationUserDeviceConfigurationServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynchronizationUserDeviceConfigurationServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}UserDeviceConfigurationServiceAttributesType">
<sequence>
<element name="synchronizationFieldMappingUserConfigServiceAttribute" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}SynchronizationFieldMappingUserConfigServiceAttribute" minOccurs="0"/>
<element name="synchronizationUserConfigurationServiceAttributes" type="{http://www.rim.com/com.rim.bes.basplugin.synchronization.dto}SynchronizationUserConfigurationServiceAttributes" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
synchronizationFieldMappingUserConfigServiceAttribute
protected SynchronizationFieldMappingUserConfigServiceAttribute synchronizationFieldMappingUserConfigServiceAttribute
synchronizationUserConfigurationServiceAttributes
protected SynchronizationUserConfigurationServiceAttributes synchronizationUserConfigurationServiceAttributes
SynchronizationUserDeviceConfigurationServiceAttributesType
public SynchronizationUserDeviceConfigurationServiceAttributesType()
getSynchronizationFieldMappingUserConfigServiceAttribute
public SynchronizationFieldMappingUserConfigServiceAttribute getSynchronizationFieldMappingUserConfigServiceAttribute()
- Gets the value of the synchronizationFieldMappingUserConfigServiceAttribute property.
- Returns:
- possible object is
SynchronizationFieldMappingUserConfigServiceAttribute
setSynchronizationFieldMappingUserConfigServiceAttribute
public void setSynchronizationFieldMappingUserConfigServiceAttribute(SynchronizationFieldMappingUserConfigServiceAttribute value)
- Sets the value of the synchronizationFieldMappingUserConfigServiceAttribute property.
- Parameters:
value - allowed object is
SynchronizationFieldMappingUserConfigServiceAttribute
getSynchronizationUserConfigurationServiceAttributes
public SynchronizationUserConfigurationServiceAttributes getSynchronizationUserConfigurationServiceAttributes()
- Gets the value of the synchronizationUserConfigurationServiceAttributes property.
- Returns:
- possible object is
SynchronizationUserConfigurationServiceAttributes
setSynchronizationUserConfigurationServiceAttributes
public void setSynchronizationUserConfigurationServiceAttributes(SynchronizationUserConfigurationServiceAttributes value)
- Sets the value of the synchronizationUserConfigurationServiceAttributes property.
- Parameters:
value - allowed object is
SynchronizationUserConfigurationServiceAttributes
Copyright © 2009 Research In Motion Limited. All Rights Reserved.