|
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 java.lang.String |
actionURL
|
protected java.lang.String |
alertID
|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
contentType
|
protected java.util.Calendar |
creationDate
|
protected java.util.Calendar |
expirationDate
|
protected java.lang.String |
externalAlertID
|
protected MyMessagesFolderType |
folder
|
protected MyMessagesForwardDetailsType |
forwardDetails
|
protected java.lang.Boolean |
isTimedResolution
|
protected java.lang.String |
itemID
|
protected java.util.Calendar |
lastReadDate
|
protected java.lang.String |
priority
|
protected java.lang.Boolean |
read
|
protected java.util.Calendar |
receiveDate
|
protected java.lang.String |
recipientUserID
|
protected java.util.Calendar |
resolutionDate
|
protected MyMessagesAlertResolutionStatusCode |
resolutionStatus
|
protected MyMessagesResponseDetailsType |
responseDetails
|
protected java.lang.String |
sender
|
protected java.lang.String |
subject
|
protected java.lang.String |
text
|
Constructor Summary | |
---|---|
MyMessagesAlertType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.String |
getActionURL()
Gets the value of the actionURL property. |
java.lang.String |
getAlertID()
Gets the value of the alertID property. |
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getContentType()
Gets the value of the contentType property. |
java.util.Calendar |
getCreationDate()
Gets the value of the creationDate property. |
java.util.Calendar |
getExpirationDate()
Gets the value of the expirationDate property. |
java.lang.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. |
java.lang.String |
getItemID()
Gets the value of the itemID property. |
java.util.Calendar |
getLastReadDate()
Gets the value of the lastReadDate property. |
java.lang.String |
getPriority()
Gets the value of the priority property. |
java.util.Calendar |
getReceiveDate()
Gets the value of the receiveDate property. |
java.lang.String |
getRecipientUserID()
Gets the value of the recipientUserID property. |
java.util.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. |
java.lang.String |
getSender()
Gets the value of the sender property. |
java.lang.String |
getSubject()
Gets the value of the subject property. |
java.lang.String |
getText()
Gets the value of the text property. |
java.lang.Boolean |
isIsTimedResolution()
Gets the value of the isTimedResolution property. |
java.lang.Boolean |
isRead()
Gets the value of the read property. |
void |
setActionURL(java.lang.String value)
Sets the value of the actionURL property. |
void |
setAlertID(java.lang.String value)
Sets the value of the alertID property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setContentType(java.lang.String value)
Sets the value of the contentType property. |
void |
setCreationDate(java.util.Calendar value)
Sets the value of the creationDate property. |
void |
setExpirationDate(java.util.Calendar value)
Sets the value of the expirationDate property. |
void |
setExternalAlertID(java.lang.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(java.lang.Boolean value)
Sets the value of the isTimedResolution property. |
void |
setItemID(java.lang.String value)
Sets the value of the itemID property. |
void |
setLastReadDate(java.util.Calendar value)
Sets the value of the lastReadDate property. |
void |
setPriority(java.lang.String value)
Sets the value of the priority property. |
void |
setRead(java.lang.Boolean value)
Sets the value of the read property. |
void |
setReceiveDate(java.util.Calendar value)
Sets the value of the receiveDate property. |
void |
setRecipientUserID(java.lang.String value)
Sets the value of the recipientUserID property. |
void |
setResolutionDate(java.util.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(java.lang.String value)
Sets the value of the sender property. |
void |
setSubject(java.lang.String value)
Sets the value of the subject property. |
void |
setText(java.lang.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 java.lang.String sender
protected java.lang.String recipientUserID
protected java.lang.String subject
protected java.lang.String priority
protected java.lang.String alertID
protected java.lang.String externalAlertID
protected java.lang.String contentType
protected java.lang.String text
protected MyMessagesAlertResolutionStatusCode resolutionStatus
protected java.lang.Boolean read
protected java.util.Calendar creationDate
protected java.util.Calendar receiveDate
protected java.util.Calendar expirationDate
protected java.util.Calendar resolutionDate
protected java.util.Calendar lastReadDate
protected java.lang.String itemID
protected java.lang.Boolean isTimedResolution
protected java.lang.String actionURL
protected MyMessagesResponseDetailsType responseDetails
protected MyMessagesForwardDetailsType forwardDetails
protected MyMessagesFolderType folder
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public MyMessagesAlertType()
Method Detail |
---|
public java.lang.String getSender()
String
public void setSender(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRecipientUserID()
String
public void setRecipientUserID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubject()
String
public void setSubject(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPriority()
String
public void setPriority(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAlertID()
String
public void setAlertID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getExternalAlertID()
String
public void setExternalAlertID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContentType()
String
public void setContentType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getText()
String
public void setText(java.lang.String value)
value
- allowed object is
String
public MyMessagesAlertResolutionStatusCode getResolutionStatus()
MyMessagesAlertResolutionStatusCode
public void setResolutionStatus(MyMessagesAlertResolutionStatusCode value)
value
- allowed object is
MyMessagesAlertResolutionStatusCode
public java.lang.Boolean isRead()
Boolean
public void setRead(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.util.Calendar getCreationDate()
String
public void setCreationDate(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getReceiveDate()
String
public void setReceiveDate(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getExpirationDate()
String
public void setExpirationDate(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getResolutionDate()
String
public void setResolutionDate(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getLastReadDate()
String
public void setLastReadDate(java.util.Calendar value)
value
- allowed object is
String
public java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsTimedResolution()
Boolean
public void setIsTimedResolution(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getActionURL()
String
public void setActionURL(java.lang.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 java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
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.