com.rim.bes.basplugin.emailexchange.dto
Class EmailExchangeHostServiceType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceType
com.rim.bes.basplugin.emailexchange.dto.EmailExchangeHostServiceType
- Direct Known Subclasses:
- EmailExchangeHostService
public abstract class EmailExchangeHostServiceType
- extends ServiceType
Java class for EmailExchangeHostServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailExchangeHostServiceType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}ServiceType">
<sequence>
<element name="maximumUserSynchronizedPublicContactFolders" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="publishedPublicContactFolders" type="{http://www.rim.com/com.rim.bes.basplugin.emailexchange.dto}EmailExchangeContactFolderTreeType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class com.rim.bes.bas.dto.ServiceType |
getPlugInId, getReference, getServiceId, getType, isHasSettings, isIsHidden, isIsSettingsLoaded, setHasSettings, setIsHidden, setIsSettingsLoaded, setPlugInId, setServiceId, setType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maximumUserSynchronizedPublicContactFolders
protected java.lang.Integer maximumUserSynchronizedPublicContactFolders
publishedPublicContactFolders
protected EmailExchangeContactFolderTreeType publishedPublicContactFolders
EmailExchangeHostServiceType
public EmailExchangeHostServiceType()
getMaximumUserSynchronizedPublicContactFolders
public java.lang.Integer getMaximumUserSynchronizedPublicContactFolders()
- Gets the value of the maximumUserSynchronizedPublicContactFolders property.
- Returns:
- possible object is
Integer
setMaximumUserSynchronizedPublicContactFolders
public void setMaximumUserSynchronizedPublicContactFolders(java.lang.Integer value)
- Sets the value of the maximumUserSynchronizedPublicContactFolders property.
- Parameters:
value - allowed object is
Integer
getPublishedPublicContactFolders
public EmailExchangeContactFolderTreeType getPublishedPublicContactFolders()
- Gets the value of the publishedPublicContactFolders property.
- Returns:
- possible object is
EmailExchangeContactFolderTreeType
setPublishedPublicContactFolders
public void setPublishedPublicContactFolders(EmailExchangeContactFolderTreeType value)
- Sets the value of the publishedPublicContactFolders property.
- Parameters:
value - allowed object is
EmailExchangeContactFolderTreeType
Copyright © 2009 Research In Motion Limited. All Rights Reserved.