|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.emailcommon.dto.EmailUserDeviceConfigurationServiceAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.bas.dto.UserDeviceConfigurationServiceAttributesType
com.rim.bes.basplugin.emailcommon.dto.EmailUserDeviceConfigurationServiceAttributesType
public abstract class EmailUserDeviceConfigurationServiceAttributesType
Java class for EmailUserDeviceConfigurationServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailUserDeviceConfigurationServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}UserDeviceConfigurationServiceAttributesType">
<sequence>
<element name="appendedDisclaimerText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="autoSignature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filters" type="{http://www.rim.com/com.rim.bes.basplugin.emailcommon.dto}Filters" minOccurs="0"/>
<element name="inlineImagesEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isConfigChannelPropertiesVisible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isMailstoreAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isUserAbleToSynchronizeContactSources" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="mapRedirectToBlackBerryDevice" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="personalRedirectionFolderInformation" type="{http://www.rim.com/com.rim.bes.basplugin.emailcommon.dto}PersonalRedirectionFolderInformation" minOccurs="0"/>
<element name="prependedDisclaimerText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="redirectToBlackBerryDevice" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="richContentEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="saveCopyInSentFolder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Field Summary | |
|---|---|
protected java.lang.String |
appendedDisclaimerText
|
protected java.lang.String |
autoSignature
|
protected Filters |
filters
|
protected java.lang.Boolean |
inlineImagesEnabled
|
protected java.lang.Boolean |
isConfigChannelPropertiesVisible
|
protected java.lang.Boolean |
isMailstoreAvailable
|
protected java.lang.Boolean |
isUserAbleToSynchronizeContactSources
|
protected java.lang.Boolean |
mapRedirectToBlackBerryDevice
|
protected PersonalRedirectionFolderInformation |
personalRedirectionFolderInformation
|
protected java.lang.String |
prependedDisclaimerText
|
protected java.lang.Boolean |
redirectToBlackBerryDevice
|
protected java.lang.Boolean |
richContentEnabled
|
protected java.lang.Boolean |
saveCopyInSentFolder
|
| Fields inherited from class com.rim.bes.bas.dto.ServiceAttributesType |
|---|
plugInId, type |
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
EmailUserDeviceConfigurationServiceAttributesType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAppendedDisclaimerText()
Gets the value of the appendedDisclaimerText property. |
java.lang.String |
getAutoSignature()
Gets the value of the autoSignature property. |
Filters |
getFilters()
Gets the value of the filters property. |
PersonalRedirectionFolderInformation |
getPersonalRedirectionFolderInformation()
Gets the value of the personalRedirectionFolderInformation property. |
java.lang.String |
getPrependedDisclaimerText()
Gets the value of the prependedDisclaimerText property. |
java.lang.Boolean |
isInlineImagesEnabled()
Gets the value of the inlineImagesEnabled property. |
java.lang.Boolean |
isIsConfigChannelPropertiesVisible()
Gets the value of the isConfigChannelPropertiesVisible property. |
java.lang.Boolean |
isIsMailstoreAvailable()
Gets the value of the isMailstoreAvailable property. |
java.lang.Boolean |
isIsUserAbleToSynchronizeContactSources()
Gets the value of the isUserAbleToSynchronizeContactSources property. |
java.lang.Boolean |
isMapRedirectToBlackBerryDevice()
Gets the value of the mapRedirectToBlackBerryDevice property. |
java.lang.Boolean |
isRedirectToBlackBerryDevice()
Gets the value of the redirectToBlackBerryDevice property. |
java.lang.Boolean |
isRichContentEnabled()
Gets the value of the richContentEnabled property. |
java.lang.Boolean |
isSaveCopyInSentFolder()
Gets the value of the saveCopyInSentFolder property. |
void |
setAppendedDisclaimerText(java.lang.String value)
Sets the value of the appendedDisclaimerText property. |
void |
setAutoSignature(java.lang.String value)
Sets the value of the autoSignature property. |
void |
setFilters(Filters value)
Sets the value of the filters property. |
void |
setInlineImagesEnabled(java.lang.Boolean value)
Sets the value of the inlineImagesEnabled property. |
void |
setIsConfigChannelPropertiesVisible(java.lang.Boolean value)
Sets the value of the isConfigChannelPropertiesVisible property. |
void |
setIsMailstoreAvailable(java.lang.Boolean value)
Sets the value of the isMailstoreAvailable property. |
void |
setIsUserAbleToSynchronizeContactSources(java.lang.Boolean value)
Sets the value of the isUserAbleToSynchronizeContactSources property. |
void |
setMapRedirectToBlackBerryDevice(java.lang.Boolean value)
Sets the value of the mapRedirectToBlackBerryDevice property. |
void |
setPersonalRedirectionFolderInformation(PersonalRedirectionFolderInformation value)
Sets the value of the personalRedirectionFolderInformation property. |
void |
setPrependedDisclaimerText(java.lang.String value)
Sets the value of the prependedDisclaimerText property. |
void |
setRedirectToBlackBerryDevice(java.lang.Boolean value)
Sets the value of the redirectToBlackBerryDevice property. |
void |
setRichContentEnabled(java.lang.Boolean value)
Sets the value of the richContentEnabled property. |
void |
setSaveCopyInSentFolder(java.lang.Boolean value)
Sets the value of the saveCopyInSentFolder property. |
| Methods inherited from class com.rim.bes.bas.dto.ServiceAttributesType |
|---|
getPlugInId, getType, setPlugInId, setType |
| Methods inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
getVersionStamps, setVersionStamps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String appendedDisclaimerText
protected java.lang.String autoSignature
protected Filters filters
protected java.lang.Boolean inlineImagesEnabled
protected java.lang.Boolean isConfigChannelPropertiesVisible
protected java.lang.Boolean isMailstoreAvailable
protected java.lang.Boolean isUserAbleToSynchronizeContactSources
protected java.lang.Boolean mapRedirectToBlackBerryDevice
protected PersonalRedirectionFolderInformation personalRedirectionFolderInformation
protected java.lang.String prependedDisclaimerText
protected java.lang.Boolean redirectToBlackBerryDevice
protected java.lang.Boolean richContentEnabled
protected java.lang.Boolean saveCopyInSentFolder
| Constructor Detail |
|---|
public EmailUserDeviceConfigurationServiceAttributesType()
| Method Detail |
|---|
public java.lang.String getAppendedDisclaimerText()
Stringpublic void setAppendedDisclaimerText(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAutoSignature()
Stringpublic void setAutoSignature(java.lang.String value)
value - allowed object is
Stringpublic Filters getFilters()
Filterspublic void setFilters(Filters value)
value - allowed object is
Filterspublic java.lang.Boolean isInlineImagesEnabled()
Booleanpublic void setInlineImagesEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsConfigChannelPropertiesVisible()
Booleanpublic void setIsConfigChannelPropertiesVisible(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsMailstoreAvailable()
Booleanpublic void setIsMailstoreAvailable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsUserAbleToSynchronizeContactSources()
Booleanpublic void setIsUserAbleToSynchronizeContactSources(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isMapRedirectToBlackBerryDevice()
Booleanpublic void setMapRedirectToBlackBerryDevice(java.lang.Boolean value)
value - allowed object is
Booleanpublic PersonalRedirectionFolderInformation getPersonalRedirectionFolderInformation()
PersonalRedirectionFolderInformationpublic void setPersonalRedirectionFolderInformation(PersonalRedirectionFolderInformation value)
value - allowed object is
PersonalRedirectionFolderInformationpublic java.lang.String getPrependedDisclaimerText()
Stringpublic void setPrependedDisclaimerText(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isRedirectToBlackBerryDevice()
Booleanpublic void setRedirectToBlackBerryDevice(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isRichContentEnabled()
Booleanpublic void setRichContentEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isSaveCopyInSentFolder()
Booleanpublic void setSaveCopyInSentFolder(java.lang.Boolean value)
value - allowed object is
Boolean
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.emailcommon.dto.EmailUserDeviceConfigurationServiceAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||