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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.emailcommon.dto.AgentBaseUserStatisticsType
com.rim.bes.basplugin.emailcommon.dto.GeneralEmailServiceUserStatisticsType
public abstract class GeneralEmailServiceUserStatisticsType
Java class for GeneralEmailServiceUserStatisticsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralEmailServiceUserStatisticsType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.basplugin.emailcommon.dto}AgentBaseUserStatisticsType">
<sequence>
<element name="lastXPAction" type="{http://www.rim.com/com.rim.bes.basplugin.emailcommon.dto}LastXPActionEnumType" minOccurs="0"/>
<element name="timeLastMessageExpired" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="timeLastMessageReceivedByDevice" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="timeLastMessageSentFromDevice" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="timelastContact" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="totalMessagesExpired" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="totalMessagesFailed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="totalMessagesFiltered" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="totalMessagesForwarded" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="totalMessagesPending" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="totalMessagesSentFromDevice" type="{http://www.w3.org/2001/XMLSchema}int" 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 LastXPActionEnumType |
lastXPAction
|
protected javax.xml.datatype.XMLGregorianCalendar |
timelastContact
|
protected javax.xml.datatype.XMLGregorianCalendar |
timeLastMessageExpired
|
protected javax.xml.datatype.XMLGregorianCalendar |
timeLastMessageReceivedByDevice
|
protected javax.xml.datatype.XMLGregorianCalendar |
timeLastMessageSentFromDevice
|
protected java.lang.Integer |
totalMessagesExpired
|
protected java.lang.Integer |
totalMessagesFailed
|
protected java.lang.Integer |
totalMessagesFiltered
|
protected java.lang.Integer |
totalMessagesForwarded
|
protected java.lang.Integer |
totalMessagesPending
|
protected java.lang.Integer |
totalMessagesSentFromDevice
|
| Fields inherited from class com.rim.bes.basplugin.emailcommon.dto.AgentBaseUserStatisticsType |
|---|
status, userConfigurationId, userStatisticsId |
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
GeneralEmailServiceUserStatisticsType()
|
|
| Method Summary | |
|---|---|
LastXPActionEnumType |
getLastXPAction()
Gets the value of the lastXPAction property. |
javax.xml.datatype.XMLGregorianCalendar |
getTimelastContact()
Gets the value of the timelastContact property. |
javax.xml.datatype.XMLGregorianCalendar |
getTimeLastMessageExpired()
Gets the value of the timeLastMessageExpired property. |
javax.xml.datatype.XMLGregorianCalendar |
getTimeLastMessageReceivedByDevice()
Gets the value of the timeLastMessageReceivedByDevice property. |
javax.xml.datatype.XMLGregorianCalendar |
getTimeLastMessageSentFromDevice()
Gets the value of the timeLastMessageSentFromDevice property. |
java.lang.Integer |
getTotalMessagesExpired()
Gets the value of the totalMessagesExpired property. |
java.lang.Integer |
getTotalMessagesFailed()
Gets the value of the totalMessagesFailed property. |
java.lang.Integer |
getTotalMessagesFiltered()
Gets the value of the totalMessagesFiltered property. |
java.lang.Integer |
getTotalMessagesForwarded()
Gets the value of the totalMessagesForwarded property. |
java.lang.Integer |
getTotalMessagesPending()
Gets the value of the totalMessagesPending property. |
java.lang.Integer |
getTotalMessagesSentFromDevice()
Gets the value of the totalMessagesSentFromDevice property. |
void |
setLastXPAction(LastXPActionEnumType value)
Sets the value of the lastXPAction property. |
void |
setTimelastContact(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timelastContact property. |
void |
setTimeLastMessageExpired(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timeLastMessageExpired property. |
void |
setTimeLastMessageReceivedByDevice(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timeLastMessageReceivedByDevice property. |
void |
setTimeLastMessageSentFromDevice(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timeLastMessageSentFromDevice property. |
void |
setTotalMessagesExpired(java.lang.Integer value)
Sets the value of the totalMessagesExpired property. |
void |
setTotalMessagesFailed(java.lang.Integer value)
Sets the value of the totalMessagesFailed property. |
void |
setTotalMessagesFiltered(java.lang.Integer value)
Sets the value of the totalMessagesFiltered property. |
void |
setTotalMessagesForwarded(java.lang.Integer value)
Sets the value of the totalMessagesForwarded property. |
void |
setTotalMessagesPending(java.lang.Integer value)
Sets the value of the totalMessagesPending property. |
void |
setTotalMessagesSentFromDevice(java.lang.Integer value)
Sets the value of the totalMessagesSentFromDevice property. |
| Methods inherited from class com.rim.bes.basplugin.emailcommon.dto.AgentBaseUserStatisticsType |
|---|
getStatus, getUserConfigurationId, getUserStatisticsId, setStatus, setUserConfigurationId, setUserStatisticsId |
| 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 LastXPActionEnumType lastXPAction
protected javax.xml.datatype.XMLGregorianCalendar timeLastMessageExpired
protected javax.xml.datatype.XMLGregorianCalendar timeLastMessageReceivedByDevice
protected javax.xml.datatype.XMLGregorianCalendar timeLastMessageSentFromDevice
protected javax.xml.datatype.XMLGregorianCalendar timelastContact
protected java.lang.Integer totalMessagesExpired
protected java.lang.Integer totalMessagesFailed
protected java.lang.Integer totalMessagesFiltered
protected java.lang.Integer totalMessagesForwarded
protected java.lang.Integer totalMessagesPending
protected java.lang.Integer totalMessagesSentFromDevice
| Constructor Detail |
|---|
public GeneralEmailServiceUserStatisticsType()
| Method Detail |
|---|
public LastXPActionEnumType getLastXPAction()
LastXPActionEnumTypepublic void setLastXPAction(LastXPActionEnumType value)
value - allowed object is
LastXPActionEnumTypepublic javax.xml.datatype.XMLGregorianCalendar getTimeLastMessageExpired()
XMLGregorianCalendarpublic void setTimeLastMessageExpired(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getTimeLastMessageReceivedByDevice()
XMLGregorianCalendarpublic void setTimeLastMessageReceivedByDevice(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getTimeLastMessageSentFromDevice()
XMLGregorianCalendarpublic void setTimeLastMessageSentFromDevice(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getTimelastContact()
XMLGregorianCalendarpublic void setTimelastContact(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getTotalMessagesExpired()
Integerpublic void setTotalMessagesExpired(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTotalMessagesFailed()
Integerpublic void setTotalMessagesFailed(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTotalMessagesFiltered()
Integerpublic void setTotalMessagesFiltered(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTotalMessagesForwarded()
Integerpublic void setTotalMessagesForwarded(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTotalMessagesPending()
Integerpublic void setTotalMessagesPending(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTotalMessagesSentFromDevice()
Integerpublic void setTotalMessagesSentFromDevice(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.emailcommon.dto.GeneralEmailServiceUserStatisticsType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||