|
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 List<Object> |
any
|
protected NotificationEventStateCodeType |
deliveryStatus
|
protected Calendar |
deliveryTime
|
protected String |
deliveryURL
|
protected String |
deliveryURLName
|
protected String |
errorMessage
|
protected Calendar |
expirationTime
|
protected Calendar |
nextRetryTime
|
protected String |
referenceID
|
protected Integer |
retries
|
protected NotificationEventTypeCodeType |
type
|
Constructor Summary | |
---|---|
NotificationDetailsType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
NotificationEventStateCodeType |
getDeliveryStatus()
Gets the value of the deliveryStatus property. |
Calendar |
getDeliveryTime()
Gets the value of the deliveryTime property. |
String |
getDeliveryURL()
Gets the value of the deliveryURL property. |
String |
getDeliveryURLName()
Gets the value of the deliveryURLName property. |
String |
getErrorMessage()
Gets the value of the errorMessage property. |
Calendar |
getExpirationTime()
Gets the value of the expirationTime property. |
Calendar |
getNextRetryTime()
Gets the value of the nextRetryTime property. |
String |
getReferenceID()
Gets the value of the referenceID property. |
Integer |
getRetries()
Gets the value of the retries property. |
NotificationEventTypeCodeType |
getType()
Gets the value of the type property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setDeliveryStatus(NotificationEventStateCodeType value)
Sets the value of the deliveryStatus property. |
void |
setDeliveryTime(Calendar value)
Sets the value of the deliveryTime property. |
void |
setDeliveryURL(String value)
Sets the value of the deliveryURL property. |
void |
setDeliveryURLName(String value)
Sets the value of the deliveryURLName property. |
void |
setErrorMessage(String value)
Sets the value of the errorMessage property. |
void |
setExpirationTime(Calendar value)
Sets the value of the expirationTime property. |
void |
setNextRetryTime(Calendar value)
Sets the value of the nextRetryTime property. |
void |
setReferenceID(String value)
Sets the value of the referenceID property. |
void |
setRetries(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 String deliveryURL
protected String referenceID
protected Calendar expirationTime
protected NotificationEventTypeCodeType type
protected Integer retries
protected NotificationEventStateCodeType deliveryStatus
protected Calendar nextRetryTime
protected Calendar deliveryTime
protected String errorMessage
protected String deliveryURLName
protected List<Object> any
Constructor Detail |
---|
public NotificationDetailsType()
Method Detail |
---|
public String getDeliveryURL()
String
public void setDeliveryURL(String value)
value
- allowed object is
String
public String getReferenceID()
String
public void setReferenceID(String value)
value
- allowed object is
String
public Calendar getExpirationTime()
String
public void setExpirationTime(Calendar value)
value
- allowed object is
String
public NotificationEventTypeCodeType getType()
NotificationEventTypeCodeType
public void setType(NotificationEventTypeCodeType value)
value
- allowed object is
NotificationEventTypeCodeType
public Integer getRetries()
Integer
public void setRetries(Integer value)
value
- allowed object is
Integer
public NotificationEventStateCodeType getDeliveryStatus()
NotificationEventStateCodeType
public void setDeliveryStatus(NotificationEventStateCodeType value)
value
- allowed object is
NotificationEventStateCodeType
public Calendar getNextRetryTime()
String
public void setNextRetryTime(Calendar value)
value
- allowed object is
String
public Calendar getDeliveryTime()
String
public void setDeliveryTime(Calendar value)
value
- allowed object is
String
public String getErrorMessage()
String
public void setErrorMessage(String value)
value
- allowed object is
String
public String getDeliveryURLName()
String
public void setDeliveryURLName(String value)
value
- allowed object is
String
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.