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:
Serializable

public class GetMemberMessagesRequestType
extends AbstractRequestType
implements 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  Boolean displayToPublic
           
protected  Calendar endCreationTime
           
protected  String itemID
           
protected  MessageTypeCodeType mailMessageType
           
protected  String memberMessageID
           
protected  MessageStatusTypeCodeType messageStatus
           
protected  PaginationType pagination
           
protected  String senderID
           
protected  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
 Calendar getEndCreationTime()
          Gets the value of the endCreationTime property.
 String getItemID()
          Gets the value of the itemID property.
 MessageTypeCodeType getMailMessageType()
          Gets the value of the mailMessageType property.
 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.
 String getSenderID()
          Gets the value of the senderID property.
 Calendar getStartCreationTime()
          Gets the value of the startCreationTime property.
 Boolean isDisplayToPublic()
          Gets the value of the displayToPublic property.
 void setDisplayToPublic(Boolean value)
          Sets the value of the displayToPublic property.
 void setEndCreationTime(Calendar value)
          Sets the value of the endCreationTime property.
 void setItemID(String value)
          Sets the value of the itemID property.
 void setMailMessageType(MessageTypeCodeType value)
          Sets the value of the mailMessageType property.
 void setMemberMessageID(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(String value)
          Sets the value of the senderID property.
 void setStartCreationTime(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 String itemID

mailMessageType

protected MessageTypeCodeType mailMessageType

messageStatus

protected MessageStatusTypeCodeType messageStatus

displayToPublic

protected Boolean displayToPublic

startCreationTime

protected Calendar startCreationTime

endCreationTime

protected Calendar endCreationTime

pagination

protected PaginationType pagination

memberMessageID

protected String memberMessageID

senderID

protected String senderID
Constructor Detail

GetMemberMessagesRequestType

public GetMemberMessagesRequestType()
Method Detail

getItemID

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

Returns:
possible object is String

setItemID

public void setItemID(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 Boolean isDisplayToPublic()
Gets the value of the displayToPublic property.

Returns:
possible object is Boolean

setDisplayToPublic

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

Parameters:
value - allowed object is Boolean

getStartCreationTime

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

Returns:
possible object is String

setStartCreationTime

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

Parameters:
value - allowed object is String

getEndCreationTime

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

Returns:
possible object is String

setEndCreationTime

public void setEndCreationTime(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 String getMemberMessageID()
Gets the value of the memberMessageID property.

Returns:
possible object is String

setMemberMessageID

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

Parameters:
value - allowed object is String

getSenderID

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

Returns:
possible object is String

setSenderID

public void setSenderID(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.