|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.emailcommon.dto.EmailDeviceServiceAttributesType 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.DeviceServiceAttributesType
com.rim.bes.basplugin.emailcommon.dto.EmailDeviceServiceAttributesType
public abstract class EmailDeviceServiceAttributesType
Java class for EmailDeviceServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailDeviceServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}DeviceServiceAttributesType">
<sequence>
<element name="addressLookupEncodings" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="calendarEncodings" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="deviceId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="generalEmailServiceUserStatistics" type="{http://www.rim.com/com.rim.bes.basplugin.emailcommon.dto}GeneralEmailServiceUserStatistics" minOccurs="0"/>
<element name="isPGPEncryptionSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isSMIMEncryptionSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isSentItemsSynchronizationEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="messageEncodings" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="showSynchronizeCalendar" 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.util.List<java.lang.String> |
addressLookupEncodings
|
protected java.util.List<java.lang.String> |
calendarEncodings
|
protected java.lang.Integer |
deviceId
|
protected GeneralEmailServiceUserStatistics |
generalEmailServiceUserStatistics
|
protected java.lang.Boolean |
isPGPEncryptionSupported
|
protected java.lang.Boolean |
isSentItemsSynchronizationEnabled
|
protected java.lang.Boolean |
isSMIMEncryptionSupported
|
protected java.util.List<java.lang.String> |
messageEncodings
|
protected java.lang.Boolean |
showSynchronizeCalendar
|
| 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 | |
|---|---|
EmailDeviceServiceAttributesType()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getAddressLookupEncodings()
Gets the value of the addressLookupEncodings property. |
java.util.List<java.lang.String> |
getCalendarEncodings()
Gets the value of the calendarEncodings property. |
java.lang.Integer |
getDeviceId()
Gets the value of the deviceId property. |
GeneralEmailServiceUserStatistics |
getGeneralEmailServiceUserStatistics()
Gets the value of the generalEmailServiceUserStatistics property. |
java.util.List<java.lang.String> |
getMessageEncodings()
Gets the value of the messageEncodings property. |
java.lang.Boolean |
isIsPGPEncryptionSupported()
Gets the value of the isPGPEncryptionSupported property. |
java.lang.Boolean |
isIsSentItemsSynchronizationEnabled()
Gets the value of the isSentItemsSynchronizationEnabled property. |
java.lang.Boolean |
isIsSMIMEncryptionSupported()
Gets the value of the isSMIMEncryptionSupported property. |
java.lang.Boolean |
isShowSynchronizeCalendar()
Gets the value of the showSynchronizeCalendar property. |
void |
setDeviceId(java.lang.Integer value)
Sets the value of the deviceId property. |
void |
setGeneralEmailServiceUserStatistics(GeneralEmailServiceUserStatistics value)
Sets the value of the generalEmailServiceUserStatistics property. |
void |
setIsPGPEncryptionSupported(java.lang.Boolean value)
Sets the value of the isPGPEncryptionSupported property. |
void |
setIsSentItemsSynchronizationEnabled(java.lang.Boolean value)
Sets the value of the isSentItemsSynchronizationEnabled property. |
void |
setIsSMIMEncryptionSupported(java.lang.Boolean value)
Sets the value of the isSMIMEncryptionSupported property. |
void |
setShowSynchronizeCalendar(java.lang.Boolean value)
Sets the value of the showSynchronizeCalendar 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.util.List<java.lang.String> addressLookupEncodings
protected java.util.List<java.lang.String> calendarEncodings
protected java.lang.Integer deviceId
protected GeneralEmailServiceUserStatistics generalEmailServiceUserStatistics
protected java.lang.Boolean isPGPEncryptionSupported
protected java.lang.Boolean isSMIMEncryptionSupported
protected java.lang.Boolean isSentItemsSynchronizationEnabled
protected java.util.List<java.lang.String> messageEncodings
protected java.lang.Boolean showSynchronizeCalendar
| Constructor Detail |
|---|
public EmailDeviceServiceAttributesType()
| Method Detail |
|---|
public java.util.List<java.lang.String> getAddressLookupEncodings()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the addressLookupEncodings property.
For example, to add a new item, do as follows:
getAddressLookupEncodings().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getCalendarEncodings()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the calendarEncodings property.
For example, to add a new item, do as follows:
getCalendarEncodings().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.Integer getDeviceId()
Integerpublic void setDeviceId(java.lang.Integer value)
value - allowed object is
Integerpublic GeneralEmailServiceUserStatistics getGeneralEmailServiceUserStatistics()
GeneralEmailServiceUserStatisticspublic void setGeneralEmailServiceUserStatistics(GeneralEmailServiceUserStatistics value)
value - allowed object is
GeneralEmailServiceUserStatisticspublic java.lang.Boolean isIsPGPEncryptionSupported()
Booleanpublic void setIsPGPEncryptionSupported(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsSMIMEncryptionSupported()
Booleanpublic void setIsSMIMEncryptionSupported(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsSentItemsSynchronizationEnabled()
Booleanpublic void setIsSentItemsSynchronizationEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<java.lang.String> getMessageEncodings()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the messageEncodings property.
For example, to add a new item, do as follows:
getMessageEncodings().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.Boolean isShowSynchronizeCalendar()
Booleanpublic void setShowSynchronizeCalendar(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.EmailDeviceServiceAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||