Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class MyMessagesSummaryType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.MyMessagesSummaryType
All Implemented Interfaces:
java.io.Serializable

public class MyMessagesSummaryType
extends java.lang.Object
implements java.io.Serializable

Summary data for a given user's alerts and messages. This includes the numbers of new alerts and messages, unresolved alerts, flagged messages, and total alerts and messages.

Java class for MyMessagesSummaryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MyMessagesSummaryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FolderSummary" type="{urn:ebay:apis:eBLBaseComponents}MyMessagesFolderSummaryType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="NewAlertCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="NewMessageCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="UnresolvedAlertCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="FlaggedMessageCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TotalAlertCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TotalMessageCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="NewHighPriorityCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TotalHighPriorityCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Integer flaggedMessageCount
           
protected  java.util.List<MyMessagesFolderSummaryType> folderSummary
           
protected  java.lang.Integer newAlertCount
           
protected  java.lang.Integer newHighPriorityCount
           
protected  java.lang.Integer newMessageCount
           
protected  java.lang.Integer totalAlertCount
           
protected  java.lang.Integer totalHighPriorityCount
           
protected  java.lang.Integer totalMessageCount
           
protected  java.lang.Integer unresolvedAlertCount
           
 
Constructor Summary
MyMessagesSummaryType()
           
 
Method Summary
protected  java.util.List<MyMessagesFolderSummaryType> _getFolderSummary()
           
 java.lang.Integer getFlaggedMessageCount()
          Gets the value of the flaggedMessageCount property.
 MyMessagesFolderSummaryType[] getFolderSummary()
           
 MyMessagesFolderSummaryType getFolderSummary(int idx)
           
 int getFolderSummaryLength()
           
 java.lang.Integer getNewAlertCount()
          Gets the value of the newAlertCount property.
 java.lang.Integer getNewHighPriorityCount()
          Gets the value of the newHighPriorityCount property.
 java.lang.Integer getNewMessageCount()
          Gets the value of the newMessageCount property.
 java.lang.Integer getTotalAlertCount()
          Gets the value of the totalAlertCount property.
 java.lang.Integer getTotalHighPriorityCount()
          Gets the value of the totalHighPriorityCount property.
 java.lang.Integer getTotalMessageCount()
          Gets the value of the totalMessageCount property.
 java.lang.Integer getUnresolvedAlertCount()
          Gets the value of the unresolvedAlertCount property.
 void setFlaggedMessageCount(java.lang.Integer value)
          Sets the value of the flaggedMessageCount property.
 MyMessagesFolderSummaryType setFolderSummary(int idx, MyMessagesFolderSummaryType value)
           
 void setFolderSummary(MyMessagesFolderSummaryType[] values)
           
 void setNewAlertCount(java.lang.Integer value)
          Sets the value of the newAlertCount property.
 void setNewHighPriorityCount(java.lang.Integer value)
          Sets the value of the newHighPriorityCount property.
 void setNewMessageCount(java.lang.Integer value)
          Sets the value of the newMessageCount property.
 void setTotalAlertCount(java.lang.Integer value)
          Sets the value of the totalAlertCount property.
 void setTotalHighPriorityCount(java.lang.Integer value)
          Sets the value of the totalHighPriorityCount property.
 void setTotalMessageCount(java.lang.Integer value)
          Sets the value of the totalMessageCount property.
 void setUnresolvedAlertCount(java.lang.Integer value)
          Sets the value of the unresolvedAlertCount property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

folderSummary

protected java.util.List<MyMessagesFolderSummaryType> folderSummary

newAlertCount

protected java.lang.Integer newAlertCount

newMessageCount

protected java.lang.Integer newMessageCount

unresolvedAlertCount

protected java.lang.Integer unresolvedAlertCount

flaggedMessageCount

protected java.lang.Integer flaggedMessageCount

totalAlertCount

protected java.lang.Integer totalAlertCount

totalMessageCount

protected java.lang.Integer totalMessageCount

newHighPriorityCount

protected java.lang.Integer newHighPriorityCount

totalHighPriorityCount

protected java.lang.Integer totalHighPriorityCount
Constructor Detail

MyMessagesSummaryType

public MyMessagesSummaryType()
Method Detail

getFolderSummary

public MyMessagesFolderSummaryType[] getFolderSummary()
Returns:
array of MyMessagesFolderSummaryType

getFolderSummary

public MyMessagesFolderSummaryType getFolderSummary(int idx)
Returns:
one of MyMessagesFolderSummaryType

getFolderSummaryLength

public int getFolderSummaryLength()

setFolderSummary

public void setFolderSummary(MyMessagesFolderSummaryType[] values)
Parameters:
values - allowed objects are MyMessagesFolderSummaryType

_getFolderSummary

protected java.util.List<MyMessagesFolderSummaryType> _getFolderSummary()

setFolderSummary

public MyMessagesFolderSummaryType setFolderSummary(int idx,
                                                    MyMessagesFolderSummaryType value)
Parameters:
value - allowed object is MyMessagesFolderSummaryType

getNewAlertCount

public java.lang.Integer getNewAlertCount()
Gets the value of the newAlertCount property.

Returns:
possible object is Integer

setNewAlertCount

public void setNewAlertCount(java.lang.Integer value)
Sets the value of the newAlertCount property.

Parameters:
value - allowed object is Integer

getNewMessageCount

public java.lang.Integer getNewMessageCount()
Gets the value of the newMessageCount property.

Returns:
possible object is Integer

setNewMessageCount

public void setNewMessageCount(java.lang.Integer value)
Sets the value of the newMessageCount property.

Parameters:
value - allowed object is Integer

getUnresolvedAlertCount

public java.lang.Integer getUnresolvedAlertCount()
Gets the value of the unresolvedAlertCount property.

Returns:
possible object is Integer

setUnresolvedAlertCount

public void setUnresolvedAlertCount(java.lang.Integer value)
Sets the value of the unresolvedAlertCount property.

Parameters:
value - allowed object is Integer

getFlaggedMessageCount

public java.lang.Integer getFlaggedMessageCount()
Gets the value of the flaggedMessageCount property.

Returns:
possible object is Integer

setFlaggedMessageCount

public void setFlaggedMessageCount(java.lang.Integer value)
Sets the value of the flaggedMessageCount property.

Parameters:
value - allowed object is Integer

getTotalAlertCount

public java.lang.Integer getTotalAlertCount()
Gets the value of the totalAlertCount property.

Returns:
possible object is Integer

setTotalAlertCount

public void setTotalAlertCount(java.lang.Integer value)
Sets the value of the totalAlertCount property.

Parameters:
value - allowed object is Integer

getTotalMessageCount

public java.lang.Integer getTotalMessageCount()
Gets the value of the totalMessageCount property.

Returns:
possible object is Integer

setTotalMessageCount

public void setTotalMessageCount(java.lang.Integer value)
Sets the value of the totalMessageCount property.

Parameters:
value - allowed object is Integer

getNewHighPriorityCount

public java.lang.Integer getNewHighPriorityCount()
Gets the value of the newHighPriorityCount property.

Returns:
possible object is Integer

setNewHighPriorityCount

public void setNewHighPriorityCount(java.lang.Integer value)
Sets the value of the newHighPriorityCount property.

Parameters:
value - allowed object is Integer

getTotalHighPriorityCount

public java.lang.Integer getTotalHighPriorityCount()
Gets the value of the totalHighPriorityCount property.

Returns:
possible object is Integer

setTotalHighPriorityCount

public void setTotalHighPriorityCount(java.lang.Integer value)
Sets the value of the totalHighPriorityCount property.

Parameters:
value - allowed object is Integer

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.