|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.MyMessagesMessageType
public class MyMessagesMessageType
Container for the message information for each message specified in MessageIDs. The amount and type of information returned varies based on the requested detail level.
Java class for MyMessagesMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MyMessagesMessageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Sender" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RecipientUserID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SendToName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MessageID" type="{urn:ebay:apis:eBLBaseComponents}MyMessagesMessageIDType" minOccurs="0"/> <element name="ExternalMessageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Flagged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Read" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ReceiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ExpirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="ResponseDetails" type="{urn:ebay:apis:eBLBaseComponents}MyMessagesResponseDetailsType" minOccurs="0"/> <element name="ForwardDetails" type="{urn:ebay:apis:eBLBaseComponents}MyMessagesForwardDetailsType" minOccurs="0"/> <element name="Folder" type="{urn:ebay:apis:eBLBaseComponents}MyMessagesFolderType" minOccurs="0"/> <element name="Content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MessageType" type="{urn:ebay:apis:eBLBaseComponents}MessageTypeCodeType" minOccurs="0"/> <element name="ListingStatus" type="{urn:ebay:apis:eBLBaseComponents}ListingStatusCodeType" minOccurs="0"/> <element name="QuestionType" type="{urn:ebay:apis:eBLBaseComponents}QuestionTypeCodeType" minOccurs="0"/> <element name="Replied" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="HighPriority" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ItemEndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ItemTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MessageMedia" type="{urn:ebay:apis:eBLBaseComponents}MessageMediaType" maxOccurs="unbounded" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected String |
content
|
protected String |
contentType
|
protected Calendar |
creationDate
|
protected Calendar |
expirationDate
|
protected String |
externalMessageID
|
protected Boolean |
flagged
|
protected MyMessagesFolderType |
folder
|
protected MyMessagesForwardDetailsType |
forwardDetails
|
protected Boolean |
highPriority
|
protected Calendar |
itemEndTime
|
protected String |
itemID
|
protected String |
itemTitle
|
protected ListingStatusCodeType |
listingStatus
|
protected String |
messageID
|
protected List<MessageMediaType> |
messageMedia
|
protected MessageTypeCodeType |
messageType
|
protected QuestionTypeCodeType |
questionType
|
protected Boolean |
read
|
protected Calendar |
receiveDate
|
protected String |
recipientUserID
|
protected Boolean |
replied
|
protected MyMessagesResponseDetailsType |
responseDetails
|
protected String |
sender
|
protected String |
sendToName
|
protected String |
subject
|
protected String |
text
|
Constructor Summary | |
---|---|
MyMessagesMessageType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<MessageMediaType> |
_getMessageMedia()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getContent()
Gets the value of the content property. |
String |
getContentType()
Gets the value of the contentType property. |
Calendar |
getCreationDate()
Gets the value of the creationDate property. |
Calendar |
getExpirationDate()
Gets the value of the expirationDate property. |
String |
getExternalMessageID()
Gets the value of the externalMessageID property. |
MyMessagesFolderType |
getFolder()
Gets the value of the folder property. |
MyMessagesForwardDetailsType |
getForwardDetails()
Gets the value of the forwardDetails property. |
Calendar |
getItemEndTime()
Gets the value of the itemEndTime property. |
String |
getItemID()
Gets the value of the itemID property. |
String |
getItemTitle()
Gets the value of the itemTitle property. |
ListingStatusCodeType |
getListingStatus()
Gets the value of the listingStatus property. |
String |
getMessageID()
Gets the value of the messageID property. |
MessageMediaType[] |
getMessageMedia()
|
MessageMediaType |
getMessageMedia(int idx)
|
int |
getMessageMediaLength()
|
MessageTypeCodeType |
getMessageType()
Gets the value of the messageType property. |
QuestionTypeCodeType |
getQuestionType()
Gets the value of the questionType property. |
Calendar |
getReceiveDate()
Gets the value of the receiveDate property. |
String |
getRecipientUserID()
Gets the value of the recipientUserID property. |
MyMessagesResponseDetailsType |
getResponseDetails()
Gets the value of the responseDetails property. |
String |
getSender()
Gets the value of the sender property. |
String |
getSendToName()
Gets the value of the sendToName property. |
String |
getSubject()
Gets the value of the subject property. |
String |
getText()
Gets the value of the text property. |
Boolean |
isFlagged()
Gets the value of the flagged property. |
Boolean |
isHighPriority()
Gets the value of the highPriority property. |
Boolean |
isRead()
Gets the value of the read property. |
Boolean |
isReplied()
Gets the value of the replied property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setContent(String value)
Sets the value of the content property. |
void |
setContentType(String value)
Sets the value of the contentType property. |
void |
setCreationDate(Calendar value)
Sets the value of the creationDate property. |
void |
setExpirationDate(Calendar value)
Sets the value of the expirationDate property. |
void |
setExternalMessageID(String value)
Sets the value of the externalMessageID property. |
void |
setFlagged(Boolean value)
Sets the value of the flagged property. |
void |
setFolder(MyMessagesFolderType value)
Sets the value of the folder property. |
void |
setForwardDetails(MyMessagesForwardDetailsType value)
Sets the value of the forwardDetails property. |
void |
setHighPriority(Boolean value)
Sets the value of the highPriority property. |
void |
setItemEndTime(Calendar value)
Sets the value of the itemEndTime property. |
void |
setItemID(String value)
Sets the value of the itemID property. |
void |
setItemTitle(String value)
Sets the value of the itemTitle property. |
void |
setListingStatus(ListingStatusCodeType value)
Sets the value of the listingStatus property. |
void |
setMessageID(String value)
Sets the value of the messageID property. |
MessageMediaType |
setMessageMedia(int idx,
MessageMediaType value)
|
void |
setMessageMedia(MessageMediaType[] values)
|
void |
setMessageType(MessageTypeCodeType value)
Sets the value of the messageType property. |
void |
setQuestionType(QuestionTypeCodeType value)
Sets the value of the questionType property. |
void |
setRead(Boolean value)
Sets the value of the read property. |
void |
setReceiveDate(Calendar value)
Sets the value of the receiveDate property. |
void |
setRecipientUserID(String value)
Sets the value of the recipientUserID property. |
void |
setReplied(Boolean value)
Sets the value of the replied property. |
void |
setResponseDetails(MyMessagesResponseDetailsType value)
Sets the value of the responseDetails property. |
void |
setSender(String value)
Sets the value of the sender property. |
void |
setSendToName(String value)
Sets the value of the sendToName property. |
void |
setSubject(String value)
Sets the value of the subject property. |
void |
setText(String value)
Sets the value of the text property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String sender
protected String recipientUserID
protected String sendToName
protected String subject
protected String messageID
protected String externalMessageID
protected String contentType
protected String text
protected Boolean flagged
protected Boolean read
protected Calendar creationDate
protected Calendar receiveDate
protected Calendar expirationDate
protected String itemID
protected MyMessagesResponseDetailsType responseDetails
protected MyMessagesForwardDetailsType forwardDetails
protected MyMessagesFolderType folder
protected String content
protected MessageTypeCodeType messageType
protected ListingStatusCodeType listingStatus
protected QuestionTypeCodeType questionType
protected Boolean replied
protected Boolean highPriority
protected Calendar itemEndTime
protected String itemTitle
protected List<MessageMediaType> messageMedia
protected List<Object> any
Constructor Detail |
---|
public MyMessagesMessageType()
Method Detail |
---|
public String getSender()
String
public void setSender(String value)
value
- allowed object is
String
public String getRecipientUserID()
String
public void setRecipientUserID(String value)
value
- allowed object is
String
public String getSendToName()
String
public void setSendToName(String value)
value
- allowed object is
String
public String getSubject()
String
public void setSubject(String value)
value
- allowed object is
String
public String getMessageID()
String
public void setMessageID(String value)
value
- allowed object is
String
public String getExternalMessageID()
String
public void setExternalMessageID(String value)
value
- allowed object is
String
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
public String getText()
String
public void setText(String value)
value
- allowed object is
String
public Boolean isFlagged()
Boolean
public void setFlagged(Boolean value)
value
- allowed object is
Boolean
public Boolean isRead()
Boolean
public void setRead(Boolean value)
value
- allowed object is
Boolean
public Calendar getCreationDate()
String
public void setCreationDate(Calendar value)
value
- allowed object is
String
public Calendar getReceiveDate()
String
public void setReceiveDate(Calendar value)
value
- allowed object is
String
public Calendar getExpirationDate()
String
public void setExpirationDate(Calendar value)
value
- allowed object is
String
public String getItemID()
String
public void setItemID(String value)
value
- allowed object is
String
public MyMessagesResponseDetailsType getResponseDetails()
MyMessagesResponseDetailsType
public void setResponseDetails(MyMessagesResponseDetailsType value)
value
- allowed object is
MyMessagesResponseDetailsType
public MyMessagesForwardDetailsType getForwardDetails()
MyMessagesForwardDetailsType
public void setForwardDetails(MyMessagesForwardDetailsType value)
value
- allowed object is
MyMessagesForwardDetailsType
public MyMessagesFolderType getFolder()
MyMessagesFolderType
public void setFolder(MyMessagesFolderType value)
value
- allowed object is
MyMessagesFolderType
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public MessageTypeCodeType getMessageType()
MessageTypeCodeType
public void setMessageType(MessageTypeCodeType value)
value
- allowed object is
MessageTypeCodeType
public ListingStatusCodeType getListingStatus()
ListingStatusCodeType
public void setListingStatus(ListingStatusCodeType value)
value
- allowed object is
ListingStatusCodeType
public QuestionTypeCodeType getQuestionType()
QuestionTypeCodeType
public void setQuestionType(QuestionTypeCodeType value)
value
- allowed object is
QuestionTypeCodeType
public Boolean isReplied()
Boolean
public void setReplied(Boolean value)
value
- allowed object is
Boolean
public Boolean isHighPriority()
Boolean
public void setHighPriority(Boolean value)
value
- allowed object is
Boolean
public Calendar getItemEndTime()
String
public void setItemEndTime(Calendar value)
value
- allowed object is
String
public String getItemTitle()
String
public void setItemTitle(String value)
value
- allowed object is
String
public MessageMediaType[] getMessageMedia()
MessageMediaType
public MessageMediaType getMessageMedia(int idx)
MessageMediaType
public int getMessageMediaLength()
public void setMessageMedia(MessageMediaType[] values)
values
- allowed objects are
MessageMediaType
protected List<MessageMediaType> _getMessageMedia()
public MessageMediaType setMessageMedia(int idx, MessageMediaType value)
value
- allowed object is
MessageMediaType
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.