com.rim.bes.basplugin.emailexchange.dto
Class EmailExchangeUserServiceAttributesType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.bas.dto.UserServiceAttributesType
com.rim.bes.basplugin.emailcommon.dto.EmailUserServiceAttributesType
com.rim.bes.basplugin.emailexchange.dto.EmailExchangeUserServiceAttributesType
- Direct Known Subclasses:
- EmailExchangeUserServiceAttributes
public abstract class EmailExchangeUserServiceAttributesType
- extends EmailUserServiceAttributesType
Java class for EmailExchangeUserServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailExchangeUserServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.basplugin.emailcommon.dto}EmailUserServiceAttributesType">
<sequence>
<element name="enableStaticMailboxAgent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="mailboxAgentID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class com.rim.bes.basplugin.emailcommon.dto.EmailUserServiceAttributesType |
getEmailAddress, getGeneralEmailServiceUserStatistics, getMailBox, getMailServer, getMailUserName, getUserState, isIsMailUserNameEditable, isWirelessCalendarEnabled, isWirelessMessageReconciliationEnabled, setEmailAddress, setGeneralEmailServiceUserStatistics, setIsMailUserNameEditable, setMailBox, setMailServer, setMailUserName, setUserState, setWirelessCalendarEnabled, setWirelessMessageReconciliationEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
enableStaticMailboxAgent
protected java.lang.Boolean enableStaticMailboxAgent
mailboxAgentID
protected java.lang.Integer mailboxAgentID
EmailExchangeUserServiceAttributesType
public EmailExchangeUserServiceAttributesType()
isEnableStaticMailboxAgent
public java.lang.Boolean isEnableStaticMailboxAgent()
- Gets the value of the enableStaticMailboxAgent property.
- Returns:
- possible object is
Boolean
setEnableStaticMailboxAgent
public void setEnableStaticMailboxAgent(java.lang.Boolean value)
- Sets the value of the enableStaticMailboxAgent property.
- Parameters:
value - allowed object is
Boolean
getMailboxAgentID
public java.lang.Integer getMailboxAgentID()
- Gets the value of the mailboxAgentID property.
- Returns:
- possible object is
Integer
setMailboxAgentID
public void setMailboxAgentID(java.lang.Integer value)
- Sets the value of the mailboxAgentID property.
- Parameters:
value - allowed object is
Integer
Copyright © 2009 Research In Motion Limited. All Rights Reserved.