|
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.MemberMessageType
public class MemberMessageType
Container for individual message information.
Java class for MemberMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MemberMessageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MessageType" type="{urn:ebay:apis:eBLBaseComponents}MessageTypeCodeType" minOccurs="0"/> <element name="QuestionType" type="{urn:ebay:apis:eBLBaseComponents}QuestionTypeCodeType" minOccurs="0"/> <element name="EmailCopyToSender" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="HideSendersEmailAddress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="DisplayToPublic" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="SenderID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SenderEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RecipientID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="Subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MessageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ParentMessageID" 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 |
body
|
protected Boolean |
displayToPublic
|
protected Boolean |
emailCopyToSender
|
protected Boolean |
hideSendersEmailAddress
|
protected String |
messageID
|
protected List<MessageMediaType> |
messageMedia
|
protected MessageTypeCodeType |
messageType
|
protected String |
parentMessageID
|
protected QuestionTypeCodeType |
questionType
|
protected List<String> |
recipientID
|
protected String |
senderEmail
|
protected String |
senderID
|
protected String |
subject
|
Constructor Summary | |
---|---|
MemberMessageType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<MessageMediaType> |
_getMessageMedia()
|
protected List<String> |
_getRecipientID()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getBody()
Gets the value of the body 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. |
String |
getParentMessageID()
Gets the value of the parentMessageID property. |
QuestionTypeCodeType |
getQuestionType()
Gets the value of the questionType property. |
String[] |
getRecipientID()
|
String |
getRecipientID(int idx)
|
int |
getRecipientIDLength()
|
String |
getSenderEmail()
Gets the value of the senderEmail property. |
String |
getSenderID()
Gets the value of the senderID property. |
String |
getSubject()
Gets the value of the subject property. |
Boolean |
isDisplayToPublic()
Gets the value of the displayToPublic property. |
Boolean |
isEmailCopyToSender()
Gets the value of the emailCopyToSender property. |
Boolean |
isHideSendersEmailAddress()
Gets the value of the hideSendersEmailAddress property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setBody(String value)
Sets the value of the body property. |
void |
setDisplayToPublic(Boolean value)
Sets the value of the displayToPublic property. |
void |
setEmailCopyToSender(Boolean value)
Sets the value of the emailCopyToSender property. |
void |
setHideSendersEmailAddress(Boolean value)
Sets the value of the hideSendersEmailAddress 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 |
setParentMessageID(String value)
Sets the value of the parentMessageID property. |
void |
setQuestionType(QuestionTypeCodeType value)
Sets the value of the questionType property. |
String |
setRecipientID(int idx,
String value)
|
void |
setRecipientID(String[] values)
|
void |
setSenderEmail(String value)
Sets the value of the senderEmail property. |
void |
setSenderID(String value)
Sets the value of the senderID property. |
void |
setSubject(String value)
Sets the value of the subject property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected MessageTypeCodeType messageType
protected QuestionTypeCodeType questionType
protected Boolean emailCopyToSender
protected Boolean hideSendersEmailAddress
protected Boolean displayToPublic
protected String senderID
protected String senderEmail
protected List<String> recipientID
protected String subject
protected String body
protected String messageID
protected String parentMessageID
protected List<MessageMediaType> messageMedia
protected List<Object> any
Constructor Detail |
---|
public MemberMessageType()
Method Detail |
---|
public MessageTypeCodeType getMessageType()
MessageTypeCodeType
public void setMessageType(MessageTypeCodeType value)
value
- allowed object is
MessageTypeCodeType
public QuestionTypeCodeType getQuestionType()
QuestionTypeCodeType
public void setQuestionType(QuestionTypeCodeType value)
value
- allowed object is
QuestionTypeCodeType
public Boolean isEmailCopyToSender()
Boolean
public void setEmailCopyToSender(Boolean value)
value
- allowed object is
Boolean
public Boolean isHideSendersEmailAddress()
Boolean
public void setHideSendersEmailAddress(Boolean value)
value
- allowed object is
Boolean
public Boolean isDisplayToPublic()
Boolean
public void setDisplayToPublic(Boolean value)
value
- allowed object is
Boolean
public String getSenderID()
String
public void setSenderID(String value)
value
- allowed object is
String
public String getSenderEmail()
String
public void setSenderEmail(String value)
value
- allowed object is
String
public String[] getRecipientID()
String
public String getRecipientID(int idx)
String
public int getRecipientIDLength()
public void setRecipientID(String[] values)
values
- allowed objects are
String
protected List<String> _getRecipientID()
public String setRecipientID(int idx, String value)
value
- allowed object is
String
public String getSubject()
String
public void setSubject(String value)
value
- allowed object is
String
public String getBody()
String
public void setBody(String value)
value
- allowed object is
String
public String getMessageID()
String
public void setMessageID(String value)
value
- allowed object is
String
public String getParentMessageID()
String
public void setParentMessageID(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.