|
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.MemberMessageExchangeType
public class MemberMessageExchangeType
Container for message metadata.
Java class for MemberMessageExchangeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MemberMessageExchangeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Item" type="{urn:ebay:apis:eBLBaseComponents}ItemType" minOccurs="0"/> <element name="Question" type="{urn:ebay:apis:eBLBaseComponents}MemberMessageType" minOccurs="0"/> <element name="Response" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="MessageStatus" type="{urn:ebay:apis:eBLBaseComponents}MessageStatusTypeCodeType" minOccurs="0"/> <element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="LastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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 Calendar |
creationDate
|
protected ItemType |
item
|
protected Calendar |
lastModifiedDate
|
protected List<MessageMediaType> |
messageMedia
|
protected MessageStatusTypeCodeType |
messageStatus
|
protected MemberMessageType |
question
|
protected List<String> |
response
|
Constructor Summary | |
---|---|
MemberMessageExchangeType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<MessageMediaType> |
_getMessageMedia()
|
protected List<String> |
_getResponse()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
Calendar |
getCreationDate()
Gets the value of the creationDate property. |
ItemType |
getItem()
Gets the value of the item property. |
Calendar |
getLastModifiedDate()
Gets the value of the lastModifiedDate property. |
MessageMediaType[] |
getMessageMedia()
|
MessageMediaType |
getMessageMedia(int idx)
|
int |
getMessageMediaLength()
|
MessageStatusTypeCodeType |
getMessageStatus()
Gets the value of the messageStatus property. |
MemberMessageType |
getQuestion()
Gets the value of the question property. |
String[] |
getResponse()
|
String |
getResponse(int idx)
|
int |
getResponseLength()
|
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setCreationDate(Calendar value)
Sets the value of the creationDate property. |
void |
setItem(ItemType value)
Sets the value of the item property. |
void |
setLastModifiedDate(Calendar value)
Sets the value of the lastModifiedDate property. |
MessageMediaType |
setMessageMedia(int idx,
MessageMediaType value)
|
void |
setMessageMedia(MessageMediaType[] values)
|
void |
setMessageStatus(MessageStatusTypeCodeType value)
Sets the value of the messageStatus property. |
void |
setQuestion(MemberMessageType value)
Sets the value of the question property. |
String |
setResponse(int idx,
String value)
|
void |
setResponse(String[] values)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ItemType item
protected MemberMessageType question
protected List<String> response
protected MessageStatusTypeCodeType messageStatus
protected Calendar creationDate
protected Calendar lastModifiedDate
protected List<MessageMediaType> messageMedia
protected List<Object> any
Constructor Detail |
---|
public MemberMessageExchangeType()
Method Detail |
---|
public ItemType getItem()
ItemType
public void setItem(ItemType value)
value
- allowed object is
ItemType
public MemberMessageType getQuestion()
MemberMessageType
public void setQuestion(MemberMessageType value)
value
- allowed object is
MemberMessageType
public String[] getResponse()
String
public String getResponse(int idx)
String
public int getResponseLength()
public void setResponse(String[] values)
values
- allowed objects are
String
protected List<String> _getResponse()
public String setResponse(int idx, String value)
value
- allowed object is
String
public MessageStatusTypeCodeType getMessageStatus()
MessageStatusTypeCodeType
public void setMessageStatus(MessageStatusTypeCodeType value)
value
- allowed object is
MessageStatusTypeCodeType
public Calendar getCreationDate()
String
public void setCreationDate(Calendar value)
value
- allowed object is
String
public Calendar getLastModifiedDate()
String
public void setLastModifiedDate(Calendar 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.