|
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.MyMessagesAlertType
public class MyMessagesAlertType
This type is deprecated.
Java class for MyMessagesAlertType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MyMessagesAlertType"> <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="Subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Priority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AlertID" type="{urn:ebay:apis:eBLBaseComponents}MyMessagesAlertIDType" minOccurs="0"/> <element name="ExternalAlertID" 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="ResolutionStatus" type="{urn:ebay:apis:eBLBaseComponents}MyMessagesAlertResolutionStatusCode" 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="ResolutionDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="LastReadDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="IsTimedResolution" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ActionURL" type="{http://www.w3.org/2001/XMLSchema}string" 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"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
actionURL
|
protected String |
alertID
|
protected List<Object> |
any
|
protected String |
contentType
|
protected Calendar |
creationDate
|
protected Calendar |
expirationDate
|
protected String |
externalAlertID
|
protected MyMessagesFolderType |
folder
|
protected MyMessagesForwardDetailsType |
forwardDetails
|
protected Boolean |
isTimedResolution
|
protected String |
itemID
|
protected Calendar |
lastReadDate
|
protected String |
priority
|
protected Boolean |
read
|
protected Calendar |
receiveDate
|
protected String |
recipientUserID
|
protected Calendar |
resolutionDate
|
protected MyMessagesAlertResolutionStatusCode |
resolutionStatus
|
protected MyMessagesResponseDetailsType |
responseDetails
|
protected String |
sender
|
protected String |
subject
|
protected String |
text
|
Constructor Summary | |
---|---|
MyMessagesAlertType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
String |
getActionURL()
Gets the value of the actionURL property. |
String |
getAlertID()
Gets the value of the alertID property. |
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
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 |
getExternalAlertID()
Gets the value of the externalAlertID property. |
MyMessagesFolderType |
getFolder()
Gets the value of the folder property. |
MyMessagesForwardDetailsType |
getForwardDetails()
Gets the value of the forwardDetails property. |
String |
getItemID()
Gets the value of the itemID property. |
Calendar |
getLastReadDate()
Gets the value of the lastReadDate property. |
String |
getPriority()
Gets the value of the priority property. |
Calendar |
getReceiveDate()
Gets the value of the receiveDate property. |
String |
getRecipientUserID()
Gets the value of the recipientUserID property. |
Calendar |
getResolutionDate()
Gets the value of the resolutionDate property. |
MyMessagesAlertResolutionStatusCode |
getResolutionStatus()
Gets the value of the resolutionStatus property. |
MyMessagesResponseDetailsType |
getResponseDetails()
Gets the value of the responseDetails property. |
String |
getSender()
Gets the value of the sender property. |
String |
getSubject()
Gets the value of the subject property. |
String |
getText()
Gets the value of the text property. |
Boolean |
isIsTimedResolution()
Gets the value of the isTimedResolution property. |
Boolean |
isRead()
Gets the value of the read property. |
void |
setActionURL(String value)
Sets the value of the actionURL property. |
void |
setAlertID(String value)
Sets the value of the alertID property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
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 |
setExternalAlertID(String value)
Sets the value of the externalAlertID property. |
void |
setFolder(MyMessagesFolderType value)
Sets the value of the folder property. |
void |
setForwardDetails(MyMessagesForwardDetailsType value)
Sets the value of the forwardDetails property. |
void |
setIsTimedResolution(Boolean value)
Sets the value of the isTimedResolution property. |
void |
setItemID(String value)
Sets the value of the itemID property. |
void |
setLastReadDate(Calendar value)
Sets the value of the lastReadDate property. |
void |
setPriority(String value)
Sets the value of the priority 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 |
setResolutionDate(Calendar value)
Sets the value of the resolutionDate property. |
void |
setResolutionStatus(MyMessagesAlertResolutionStatusCode value)
Sets the value of the resolutionStatus property. |
void |
setResponseDetails(MyMessagesResponseDetailsType value)
Sets the value of the responseDetails property. |
void |
setSender(String value)
Sets the value of the sender 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 subject
protected String priority
protected String alertID
protected String externalAlertID
protected String contentType
protected String text
protected MyMessagesAlertResolutionStatusCode resolutionStatus
protected Boolean read
protected Calendar creationDate
protected Calendar receiveDate
protected Calendar expirationDate
protected Calendar resolutionDate
protected Calendar lastReadDate
protected String itemID
protected Boolean isTimedResolution
protected String actionURL
protected MyMessagesResponseDetailsType responseDetails
protected MyMessagesForwardDetailsType forwardDetails
protected MyMessagesFolderType folder
protected List<Object> any
Constructor Detail |
---|
public MyMessagesAlertType()
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 getSubject()
String
public void setSubject(String value)
value
- allowed object is
String
public String getPriority()
String
public void setPriority(String value)
value
- allowed object is
String
public String getAlertID()
String
public void setAlertID(String value)
value
- allowed object is
String
public String getExternalAlertID()
String
public void setExternalAlertID(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 MyMessagesAlertResolutionStatusCode getResolutionStatus()
MyMessagesAlertResolutionStatusCode
public void setResolutionStatus(MyMessagesAlertResolutionStatusCode value)
value
- allowed object is
MyMessagesAlertResolutionStatusCode
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 Calendar getResolutionDate()
String
public void setResolutionDate(Calendar value)
value
- allowed object is
String
public Calendar getLastReadDate()
String
public void setLastReadDate(Calendar value)
value
- allowed object is
String
public String getItemID()
String
public void setItemID(String value)
value
- allowed object is
String
public Boolean isIsTimedResolution()
Boolean
public void setIsTimedResolution(Boolean value)
value
- allowed object is
Boolean
public String getActionURL()
String
public void setActionURL(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 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.