Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetMemberMessagesRequestType

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

public class GetMemberMessagesRequestType
extends AbstractRequestType
implements java.io.Serializable

Retrieves a list of the messages buyers have posted about your active item listings.

Java class for GetMemberMessagesRequestType complex type.

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

 <complexType name="GetMemberMessagesRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/>
         <element name="MailMessageType" type="{urn:ebay:apis:eBLBaseComponents}MessageTypeCodeType" minOccurs="0"/>
         <element name="MessageStatus" type="{urn:ebay:apis:eBLBaseComponents}MessageStatusTypeCodeType" minOccurs="0"/>
         <element name="DisplayToPublic" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="StartCreationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EndCreationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Pagination" type="{urn:ebay:apis:eBLBaseComponents}PaginationType" minOccurs="0"/>
         <element name="MemberMessageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SenderID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Boolean displayToPublic
           
protected  java.util.Calendar endCreationTime
           
protected  java.lang.String itemID
           
protected  MessageTypeCodeType mailMessageType
           
protected  java.lang.String memberMessageID
           
protected  MessageStatusTypeCodeType messageStatus
           
protected  PaginationType pagination
           
protected  java.lang.String senderID
           
protected  java.util.Calendar startCreationTime
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
GetMemberMessagesRequestType()
           
 
Method Summary
 java.util.Calendar getEndCreationTime()
          Gets the value of the endCreationTime property.
 java.lang.String getItemID()
          Gets the value of the itemID property.
 MessageTypeCodeType getMailMessageType()
          Gets the value of the mailMessageType property.
 java.lang.String getMemberMessageID()
          Gets the value of the memberMessageID property.
 MessageStatusTypeCodeType getMessageStatus()
          Gets the value of the messageStatus property.
 PaginationType getPagination()
          Gets the value of the pagination property.
 java.lang.String getSenderID()
          Gets the value of the senderID property.
 java.util.Calendar getStartCreationTime()
          Gets the value of the startCreationTime property.
 java.lang.Boolean isDisplayToPublic()
          Gets the value of the displayToPublic property.
 void setDisplayToPublic(java.lang.Boolean value)
          Sets the value of the displayToPublic property.
 void setEndCreationTime(java.util.Calendar value)
          Sets the value of the endCreationTime property.
 void setItemID(java.lang.String value)
          Sets the value of the itemID property.
 void setMailMessageType(MessageTypeCodeType value)
          Sets the value of the mailMessageType property.
 void setMemberMessageID(java.lang.String value)
          Sets the value of the memberMessageID property.
 void setMessageStatus(MessageStatusTypeCodeType value)
          Sets the value of the messageStatus property.
 void setPagination(PaginationType value)
          Sets the value of the pagination property.
 void setSenderID(java.lang.String value)
          Sets the value of the senderID property.
 void setStartCreationTime(java.util.Calendar value)
          Sets the value of the startCreationTime property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itemID

protected java.lang.String itemID

mailMessageType

protected MessageTypeCodeType mailMessageType

messageStatus

protected MessageStatusTypeCodeType messageStatus

displayToPublic

protected java.lang.Boolean displayToPublic

startCreationTime

protected java.util.Calendar startCreationTime

endCreationTime

protected java.util.Calendar endCreationTime

pagination

protected PaginationType pagination

memberMessageID

protected java.lang.String memberMessageID

senderID

protected java.lang.String senderID
Constructor Detail

GetMemberMessagesRequestType

public GetMemberMessagesRequestType()
Method Detail

getItemID

public java.lang.String getItemID()
Gets the value of the itemID property.

Returns:
possible object is String

setItemID

public void setItemID(java.lang.String value)
Sets the value of the itemID property.

Parameters:
value - allowed object is String

getMailMessageType

public MessageTypeCodeType getMailMessageType()
Gets the value of the mailMessageType property.

Returns:
possible object is MessageTypeCodeType

setMailMessageType

public void setMailMessageType(MessageTypeCodeType value)
Sets the value of the mailMessageType property.

Parameters:
value - allowed object is MessageTypeCodeType

getMessageStatus

public MessageStatusTypeCodeType getMessageStatus()
Gets the value of the messageStatus property.

Returns:
possible object is MessageStatusTypeCodeType

setMessageStatus

public void setMessageStatus(MessageStatusTypeCodeType value)
Sets the value of the messageStatus property.

Parameters:
value - allowed object is MessageStatusTypeCodeType

isDisplayToPublic

public java.lang.Boolean isDisplayToPublic()
Gets the value of the displayToPublic property.

Returns:
possible object is Boolean

setDisplayToPublic

public void setDisplayToPublic(java.lang.Boolean value)
Sets the value of the displayToPublic property.

Parameters:
value - allowed object is Boolean

getStartCreationTime

public java.util.Calendar getStartCreationTime()
Gets the value of the startCreationTime property.

Returns:
possible object is String

setStartCreationTime

public void setStartCreationTime(java.util.Calendar value)
Sets the value of the startCreationTime property.

Parameters:
value - allowed object is String

getEndCreationTime

public java.util.Calendar getEndCreationTime()
Gets the value of the endCreationTime property.

Returns:
possible object is String

setEndCreationTime

public void setEndCreationTime(java.util.Calendar value)
Sets the value of the endCreationTime property.

Parameters:
value - allowed object is String

getPagination

public PaginationType getPagination()
Gets the value of the pagination property.

Returns:
possible object is PaginationType

setPagination

public void setPagination(PaginationType value)
Sets the value of the pagination property.

Parameters:
value - allowed object is PaginationType

getMemberMessageID

public java.lang.String getMemberMessageID()
Gets the value of the memberMessageID property.

Returns:
possible object is String

setMemberMessageID

public void setMemberMessageID(java.lang.String value)
Sets the value of the memberMessageID property.

Parameters:
value - allowed object is String

getSenderID

public java.lang.String getSenderID()
Gets the value of the senderID property.

Returns:
possible object is String

setSenderID

public void setSenderID(java.lang.String value)
Sets the value of the senderID property.

Parameters:
value - allowed object is String

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.