|
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.NotificationDetailsType
public class NotificationDetailsType
Information about a single notification. Notification information includes the reference ID, notification type, current status, time delivered, error code, and error message for the notification. If notification details are included in the response, all of the detail fields are returned.
Java class for NotificationDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DeliveryURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="ReferenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ExpirationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Type" type="{urn:ebay:apis:eBLBaseComponents}NotificationEventTypeCodeType" minOccurs="0"/> <element name="Retries" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="DeliveryStatus" type="{urn:ebay:apis:eBLBaseComponents}NotificationEventStateCodeType" minOccurs="0"/> <element name="NextRetryTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="DeliveryTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DeliveryURLName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected NotificationEventStateCodeType |
deliveryStatus
|
protected java.util.Calendar |
deliveryTime
|
protected java.lang.String |
deliveryURL
|
protected java.lang.String |
deliveryURLName
|
protected java.lang.String |
errorMessage
|
protected java.util.Calendar |
expirationTime
|
protected java.util.Calendar |
nextRetryTime
|
protected java.lang.String |
referenceID
|
protected java.lang.Integer |
retries
|
protected NotificationEventTypeCodeType |
type
|
Constructor Summary | |
---|---|
NotificationDetailsType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
NotificationEventStateCodeType |
getDeliveryStatus()
Gets the value of the deliveryStatus property. |
java.util.Calendar |
getDeliveryTime()
Gets the value of the deliveryTime property. |
java.lang.String |
getDeliveryURL()
Gets the value of the deliveryURL property. |
java.lang.String |
getDeliveryURLName()
Gets the value of the deliveryURLName property. |
java.lang.String |
getErrorMessage()
Gets the value of the errorMessage property. |
java.util.Calendar |
getExpirationTime()
Gets the value of the expirationTime property. |
java.util.Calendar |
getNextRetryTime()
Gets the value of the nextRetryTime property. |
java.lang.String |
getReferenceID()
Gets the value of the referenceID property. |
java.lang.Integer |
getRetries()
Gets the value of the retries property. |
NotificationEventTypeCodeType |
getType()
Gets the value of the type property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setDeliveryStatus(NotificationEventStateCodeType value)
Sets the value of the deliveryStatus property. |
void |
setDeliveryTime(java.util.Calendar value)
Sets the value of the deliveryTime property. |
void |
setDeliveryURL(java.lang.String value)
Sets the value of the deliveryURL property. |
void |
setDeliveryURLName(java.lang.String value)
Sets the value of the deliveryURLName property. |
void |
setErrorMessage(java.lang.String value)
Sets the value of the errorMessage property. |
void |
setExpirationTime(java.util.Calendar value)
Sets the value of the expirationTime property. |
void |
setNextRetryTime(java.util.Calendar value)
Sets the value of the nextRetryTime property. |
void |
setReferenceID(java.lang.String value)
Sets the value of the referenceID property. |
void |
setRetries(java.lang.Integer value)
Sets the value of the retries property. |
void |
setType(NotificationEventTypeCodeType value)
Sets the value of the type 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 deliveryURL
protected java.lang.String referenceID
protected java.util.Calendar expirationTime
protected NotificationEventTypeCodeType type
protected java.lang.Integer retries
protected NotificationEventStateCodeType deliveryStatus
protected java.util.Calendar nextRetryTime
protected java.util.Calendar deliveryTime
protected java.lang.String errorMessage
protected java.lang.String deliveryURLName
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public NotificationDetailsType()
Method Detail |
---|
public java.lang.String getDeliveryURL()
String
public void setDeliveryURL(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReferenceID()
String
public void setReferenceID(java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getExpirationTime()
String
public void setExpirationTime(java.util.Calendar value)
value
- allowed object is
String
public NotificationEventTypeCodeType getType()
NotificationEventTypeCodeType
public void setType(NotificationEventTypeCodeType value)
value
- allowed object is
NotificationEventTypeCodeType
public java.lang.Integer getRetries()
Integer
public void setRetries(java.lang.Integer value)
value
- allowed object is
Integer
public NotificationEventStateCodeType getDeliveryStatus()
NotificationEventStateCodeType
public void setDeliveryStatus(NotificationEventStateCodeType value)
value
- allowed object is
NotificationEventStateCodeType
public java.util.Calendar getNextRetryTime()
String
public void setNextRetryTime(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getDeliveryTime()
String
public void setDeliveryTime(java.util.Calendar value)
value
- allowed object is
String
public java.lang.String getErrorMessage()
String
public void setErrorMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDeliveryURLName()
String
public void setDeliveryURLName(java.lang.String value)
value
- allowed object is
String
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.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.