Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class MyMessagesFolderSummaryType

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

public class MyMessagesFolderSummaryType
extends Object
implements Serializable

Summary details for a specified My Messages folder.

Java class for MyMessagesFolderSummaryType complex type.

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

 <complexType name="MyMessagesFolderSummaryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FolderID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="FolderName" type="{http://www.w3.org/2001/XMLSchema}string" 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="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"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  Long folderID
           
protected  String folderName
           
protected  Integer newAlertCount
           
protected  Integer newHighPriorityCount
           
protected  Integer newMessageCount
           
protected  Integer totalAlertCount
           
protected  Integer totalHighPriorityCount
           
protected  Integer totalMessageCount
           
 
Constructor Summary
MyMessagesFolderSummaryType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 Long getFolderID()
          Gets the value of the folderID property.
 String getFolderName()
          Gets the value of the folderName property.
 Integer getNewAlertCount()
          Gets the value of the newAlertCount property.
 Integer getNewHighPriorityCount()
          Gets the value of the newHighPriorityCount property.
 Integer getNewMessageCount()
          Gets the value of the newMessageCount property.
 Integer getTotalAlertCount()
          Gets the value of the totalAlertCount property.
 Integer getTotalHighPriorityCount()
          Gets the value of the totalHighPriorityCount property.
 Integer getTotalMessageCount()
          Gets the value of the totalMessageCount property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setFolderID(Long value)
          Sets the value of the folderID property.
 void setFolderName(String value)
          Sets the value of the folderName property.
 void setNewAlertCount(Integer value)
          Sets the value of the newAlertCount property.
 void setNewHighPriorityCount(Integer value)
          Sets the value of the newHighPriorityCount property.
 void setNewMessageCount(Integer value)
          Sets the value of the newMessageCount property.
 void setTotalAlertCount(Integer value)
          Sets the value of the totalAlertCount property.
 void setTotalHighPriorityCount(Integer value)
          Sets the value of the totalHighPriorityCount property.
 void setTotalMessageCount(Integer value)
          Sets the value of the totalMessageCount property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

folderID

protected Long folderID

folderName

protected String folderName

newAlertCount

protected Integer newAlertCount

newMessageCount

protected Integer newMessageCount

totalAlertCount

protected Integer totalAlertCount

totalMessageCount

protected Integer totalMessageCount

newHighPriorityCount

protected Integer newHighPriorityCount

totalHighPriorityCount

protected Integer totalHighPriorityCount

any

protected List<Object> any
Constructor Detail

MyMessagesFolderSummaryType

public MyMessagesFolderSummaryType()
Method Detail

getFolderID

public Long getFolderID()
Gets the value of the folderID property.

Returns:
possible object is Long

setFolderID

public void setFolderID(Long value)
Sets the value of the folderID property.

Parameters:
value - allowed object is Long

getFolderName

public String getFolderName()
Gets the value of the folderName property.

Returns:
possible object is String

setFolderName

public void setFolderName(String value)
Sets the value of the folderName property.

Parameters:
value - allowed object is String

getNewAlertCount

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

Returns:
possible object is Integer

setNewAlertCount

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

Parameters:
value - allowed object is Integer

getNewMessageCount

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

Returns:
possible object is Integer

setNewMessageCount

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

Parameters:
value - allowed object is Integer

getTotalAlertCount

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

Returns:
possible object is Integer

setTotalAlertCount

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

Parameters:
value - allowed object is Integer

getTotalMessageCount

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

Returns:
possible object is Integer

setTotalMessageCount

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

Parameters:
value - allowed object is Integer

getNewHighPriorityCount

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

Returns:
possible object is Integer

setNewHighPriorityCount

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

Parameters:
value - allowed object is Integer

getTotalHighPriorityCount

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

Returns:
possible object is Integer

setTotalHighPriorityCount

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

Parameters:
value - allowed object is Integer

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

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.