com.rim.bes.basplugin.emailgroupwise.dto
Class EmailGroupWiseHostServiceType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceType
com.rim.bes.basplugin.emailgroupwise.dto.EmailGroupWiseHostServiceType
- Direct Known Subclasses:
- EmailGroupWiseHostService
public abstract class EmailGroupWiseHostServiceType
- extends ServiceType
Java class for EmailGroupWiseHostServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailGroupWiseHostServiceType">
<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.emailgroupwise.dto}EmailGroupWiseContactFolderTreeType" 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 EmailGroupWiseContactFolderTreeType publishedPublicContactFolders
EmailGroupWiseHostServiceType
public EmailGroupWiseHostServiceType()
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 EmailGroupWiseContactFolderTreeType getPublishedPublicContactFolders()
- Gets the value of the publishedPublicContactFolders property.
- Returns:
- possible object is
EmailGroupWiseContactFolderTreeType
setPublishedPublicContactFolders
public void setPublishedPublicContactFolders(EmailGroupWiseContactFolderTreeType value)
- Sets the value of the publishedPublicContactFolders property.
- Parameters:
value - allowed object is
EmailGroupWiseContactFolderTreeType
Copyright © 2009 Research In Motion Limited. All Rights Reserved.