com.rim.bes.basplugin.emaildomino.dto
Class EmailDominoAuthenticationAttributesType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.bas.dto.AuthenticationAttributesType
com.rim.bes.basplugin.emaildomino.dto.EmailDominoAuthenticationAttributesType
- Direct Known Subclasses:
- EmailDominoAuthenticationAttributes
public abstract class EmailDominoAuthenticationAttributesType
- extends AuthenticationAttributesType
Java class for EmailDominoAuthenticationAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailDominoAuthenticationAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}AuthenticationAttributesType">
<sequence>
<element name="isSSLEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="serverURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
java.lang.String |
getServerURL()
Gets the value of the serverURL property. |
java.lang.Boolean |
isIsSSLEnabled()
Gets the value of the isSSLEnabled property. |
void |
setIsSSLEnabled(java.lang.Boolean value)
Sets the value of the isSSLEnabled property. |
void |
setServerURL(java.lang.String value)
Sets the value of the serverURL property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isSSLEnabled
protected java.lang.Boolean isSSLEnabled
serverURL
protected java.lang.String serverURL
EmailDominoAuthenticationAttributesType
public EmailDominoAuthenticationAttributesType()
isIsSSLEnabled
public java.lang.Boolean isIsSSLEnabled()
- Gets the value of the isSSLEnabled property.
- Returns:
- possible object is
Boolean
setIsSSLEnabled
public void setIsSSLEnabled(java.lang.Boolean value)
- Sets the value of the isSSLEnabled property.
- Parameters:
value - allowed object is
Boolean
getServerURL
public java.lang.String getServerURL()
- Gets the value of the serverURL property.
- Returns:
- possible object is
String
setServerURL
public void setServerURL(java.lang.String value)
- Sets the value of the serverURL property.
- Parameters:
value - allowed object is
String
Copyright © 2009 Research In Motion Limited. All Rights Reserved.