|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.emailcommon.dto.EmailCommonUserSearchResultServiceAttributesType 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.UserSearchResultServiceAttributesType
com.rim.bes.basplugin.emailcommon.dto.EmailCommonUserSearchResultServiceAttributesType
public abstract class EmailCommonUserSearchResultServiceAttributesType
Java class for EmailCommonUserSearchResultServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailCommonUserSearchResultServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}UserSearchResultServiceAttributesType">
<sequence>
<element name="userState" type="{http://www.rim.com/com.rim.bes.bas.dto}DeviceStatusEnumType" minOccurs="0"/>
<element name="lastXPAction" type="{http://www.rim.com/com.rim.bes.basplugin.emailcommon.dto}LastXPActionEnumType" minOccurs="0"/>
<element name="agentId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="lastContactDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="lastMessageForwarded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="lastMessageSent" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="mailServerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="messagesExpired" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="messagesFiltered" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="messagesForwarded" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="messagesSent" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="pendingDataPackets" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="queuedRemovalOfBESServices" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="redirectToBlackBerryDevice" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="userEmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="wirelessCalendar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="wirelessMessageReconciliation" 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.Integer |
agentId
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastContactDate
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastMessageForwarded
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastMessageSent
|
protected LastXPActionEnumType |
lastXPAction
|
protected java.lang.String |
mailServerName
|
protected java.lang.Integer |
messagesExpired
|
protected java.lang.Integer |
messagesFiltered
|
protected java.lang.Integer |
messagesForwarded
|
protected java.lang.Integer |
messagesSent
|
protected java.lang.Integer |
pendingDataPackets
|
protected java.lang.Boolean |
queuedRemovalOfBESServices
|
protected java.lang.Boolean |
redirectToBlackBerryDevice
|
protected java.lang.String |
userEmailAddress
|
protected DeviceStatusEnumType |
userState
|
protected java.lang.Boolean |
wirelessCalendar
|
protected java.lang.Boolean |
wirelessMessageReconciliation
|
| Fields inherited from class com.rim.bes.bas.dto.UserSearchResultServiceAttributesType |
|---|
basUserId |
| 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 | |
|---|---|
EmailCommonUserSearchResultServiceAttributesType()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getAgentId()
Gets the value of the agentId property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastContactDate()
Gets the value of the lastContactDate property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastMessageForwarded()
Gets the value of the lastMessageForwarded property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastMessageSent()
Gets the value of the lastMessageSent property. |
LastXPActionEnumType |
getLastXPAction()
Gets the value of the lastXPAction property. |
java.lang.String |
getMailServerName()
Gets the value of the mailServerName property. |
java.lang.Integer |
getMessagesExpired()
Gets the value of the messagesExpired property. |
java.lang.Integer |
getMessagesFiltered()
Gets the value of the messagesFiltered property. |
java.lang.Integer |
getMessagesForwarded()
Gets the value of the messagesForwarded property. |
java.lang.Integer |
getMessagesSent()
Gets the value of the messagesSent property. |
java.lang.Integer |
getPendingDataPackets()
Gets the value of the pendingDataPackets property. |
java.lang.String |
getUserEmailAddress()
Gets the value of the userEmailAddress property. |
DeviceStatusEnumType |
getUserState()
Gets the value of the userState property. |
java.lang.Boolean |
isQueuedRemovalOfBESServices()
Gets the value of the queuedRemovalOfBESServices property. |
java.lang.Boolean |
isRedirectToBlackBerryDevice()
Gets the value of the redirectToBlackBerryDevice property. |
java.lang.Boolean |
isWirelessCalendar()
Gets the value of the wirelessCalendar property. |
java.lang.Boolean |
isWirelessMessageReconciliation()
Gets the value of the wirelessMessageReconciliation property. |
void |
setAgentId(java.lang.Integer value)
Sets the value of the agentId property. |
void |
setLastContactDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastContactDate property. |
void |
setLastMessageForwarded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastMessageForwarded property. |
void |
setLastMessageSent(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastMessageSent property. |
void |
setLastXPAction(LastXPActionEnumType value)
Sets the value of the lastXPAction property. |
void |
setMailServerName(java.lang.String value)
Sets the value of the mailServerName property. |
void |
setMessagesExpired(java.lang.Integer value)
Sets the value of the messagesExpired property. |
void |
setMessagesFiltered(java.lang.Integer value)
Sets the value of the messagesFiltered property. |
void |
setMessagesForwarded(java.lang.Integer value)
Sets the value of the messagesForwarded property. |
void |
setMessagesSent(java.lang.Integer value)
Sets the value of the messagesSent property. |
void |
setPendingDataPackets(java.lang.Integer value)
Sets the value of the pendingDataPackets property. |
void |
setQueuedRemovalOfBESServices(java.lang.Boolean value)
Sets the value of the queuedRemovalOfBESServices property. |
void |
setRedirectToBlackBerryDevice(java.lang.Boolean value)
Sets the value of the redirectToBlackBerryDevice property. |
void |
setUserEmailAddress(java.lang.String value)
Sets the value of the userEmailAddress property. |
void |
setUserState(DeviceStatusEnumType value)
Sets the value of the userState property. |
void |
setWirelessCalendar(java.lang.Boolean value)
Sets the value of the wirelessCalendar property. |
void |
setWirelessMessageReconciliation(java.lang.Boolean value)
Sets the value of the wirelessMessageReconciliation property. |
| Methods inherited from class com.rim.bes.bas.dto.UserSearchResultServiceAttributesType |
|---|
getBasUserId, setBasUserId |
| 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 DeviceStatusEnumType userState
protected LastXPActionEnumType lastXPAction
protected java.lang.Integer agentId
protected javax.xml.datatype.XMLGregorianCalendar lastContactDate
protected javax.xml.datatype.XMLGregorianCalendar lastMessageForwarded
protected javax.xml.datatype.XMLGregorianCalendar lastMessageSent
protected java.lang.String mailServerName
protected java.lang.Integer messagesExpired
protected java.lang.Integer messagesFiltered
protected java.lang.Integer messagesForwarded
protected java.lang.Integer messagesSent
protected java.lang.Integer pendingDataPackets
protected java.lang.Boolean queuedRemovalOfBESServices
protected java.lang.Boolean redirectToBlackBerryDevice
protected java.lang.String userEmailAddress
protected java.lang.Boolean wirelessCalendar
protected java.lang.Boolean wirelessMessageReconciliation
| Constructor Detail |
|---|
public EmailCommonUserSearchResultServiceAttributesType()
| Method Detail |
|---|
public DeviceStatusEnumType getUserState()
DeviceStatusEnumTypepublic void setUserState(DeviceStatusEnumType value)
value - allowed object is
DeviceStatusEnumTypepublic LastXPActionEnumType getLastXPAction()
LastXPActionEnumTypepublic void setLastXPAction(LastXPActionEnumType value)
value - allowed object is
LastXPActionEnumTypepublic java.lang.Integer getAgentId()
Integerpublic void setAgentId(java.lang.Integer value)
value - allowed object is
Integerpublic javax.xml.datatype.XMLGregorianCalendar getLastContactDate()
XMLGregorianCalendarpublic void setLastContactDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getLastMessageForwarded()
XMLGregorianCalendarpublic void setLastMessageForwarded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getLastMessageSent()
XMLGregorianCalendarpublic void setLastMessageSent(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getMailServerName()
Stringpublic void setMailServerName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getMessagesExpired()
Integerpublic void setMessagesExpired(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMessagesFiltered()
Integerpublic void setMessagesFiltered(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMessagesForwarded()
Integerpublic void setMessagesForwarded(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMessagesSent()
Integerpublic void setMessagesSent(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPendingDataPackets()
Integerpublic void setPendingDataPackets(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isQueuedRemovalOfBESServices()
Booleanpublic void setQueuedRemovalOfBESServices(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isRedirectToBlackBerryDevice()
Booleanpublic void setRedirectToBlackBerryDevice(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getUserEmailAddress()
Stringpublic void setUserEmailAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isWirelessCalendar()
Booleanpublic void setWirelessCalendar(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isWirelessMessageReconciliation()
Booleanpublic void setWirelessMessageReconciliation(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.EmailCommonUserSearchResultServiceAttributesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||