|
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.ApplicationDeliveryPreferencesType
public class ApplicationDeliveryPreferencesType
Type used by the ApplicationDeliveryPreferences container to control/indicate where and how Platform Notifications and/or Client Alerts are delivered to a user application, server, and/or email address.
Java class for ApplicationDeliveryPreferencesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplicationDeliveryPreferencesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ApplicationURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="ApplicationEnable" type="{urn:ebay:apis:eBLBaseComponents}EnableCodeType" minOccurs="0"/> <element name="AlertEmail" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="AlertEnable" type="{urn:ebay:apis:eBLBaseComponents}EnableCodeType" minOccurs="0"/> <element name="NotificationPayloadType" type="{urn:ebay:apis:eBLBaseComponents}NotificationPayloadTypeCodeType" minOccurs="0"/> <element name="DeviceType" type="{urn:ebay:apis:eBLBaseComponents}DeviceTypeCodeType" minOccurs="0"/> <element name="PayloadVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DeliveryURLDetails" type="{urn:ebay:apis:eBLBaseComponents}DeliveryURLDetailType" maxOccurs="unbounded" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
alertEmail
|
protected EnableCodeType |
alertEnable
|
protected java.util.List<java.lang.Object> |
any
|
protected EnableCodeType |
applicationEnable
|
protected java.lang.String |
applicationURL
|
protected java.util.List<DeliveryURLDetailType> |
deliveryURLDetails
|
protected DeviceTypeCodeType |
deviceType
|
protected NotificationPayloadTypeCodeType |
notificationPayloadType
|
protected java.lang.String |
payloadVersion
|
Constructor Summary | |
---|---|
ApplicationDeliveryPreferencesType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<DeliveryURLDetailType> |
_getDeliveryURLDetails()
|
java.lang.String |
getAlertEmail()
Gets the value of the alertEmail property. |
EnableCodeType |
getAlertEnable()
Gets the value of the alertEnable property. |
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
EnableCodeType |
getApplicationEnable()
Gets the value of the applicationEnable property. |
java.lang.String |
getApplicationURL()
Gets the value of the applicationURL property. |
DeliveryURLDetailType[] |
getDeliveryURLDetails()
|
DeliveryURLDetailType |
getDeliveryURLDetails(int idx)
|
int |
getDeliveryURLDetailsLength()
|
DeviceTypeCodeType |
getDeviceType()
Gets the value of the deviceType property. |
NotificationPayloadTypeCodeType |
getNotificationPayloadType()
Gets the value of the notificationPayloadType property. |
java.lang.String |
getPayloadVersion()
Gets the value of the payloadVersion property. |
void |
setAlertEmail(java.lang.String value)
Sets the value of the alertEmail property. |
void |
setAlertEnable(EnableCodeType value)
Sets the value of the alertEnable property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setApplicationEnable(EnableCodeType value)
Sets the value of the applicationEnable property. |
void |
setApplicationURL(java.lang.String value)
Sets the value of the applicationURL property. |
void |
setDeliveryURLDetails(DeliveryURLDetailType[] values)
|
DeliveryURLDetailType |
setDeliveryURLDetails(int idx,
DeliveryURLDetailType value)
|
void |
setDeviceType(DeviceTypeCodeType value)
Sets the value of the deviceType property. |
void |
setNotificationPayloadType(NotificationPayloadTypeCodeType value)
Sets the value of the notificationPayloadType property. |
void |
setPayloadVersion(java.lang.String value)
Sets the value of the payloadVersion 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 applicationURL
protected EnableCodeType applicationEnable
protected java.lang.String alertEmail
protected EnableCodeType alertEnable
protected NotificationPayloadTypeCodeType notificationPayloadType
protected DeviceTypeCodeType deviceType
protected java.lang.String payloadVersion
protected java.util.List<DeliveryURLDetailType> deliveryURLDetails
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public ApplicationDeliveryPreferencesType()
Method Detail |
---|
public java.lang.String getApplicationURL()
String
public void setApplicationURL(java.lang.String value)
value
- allowed object is
String
public EnableCodeType getApplicationEnable()
EnableCodeType
public void setApplicationEnable(EnableCodeType value)
value
- allowed object is
EnableCodeType
public java.lang.String getAlertEmail()
String
public void setAlertEmail(java.lang.String value)
value
- allowed object is
String
public EnableCodeType getAlertEnable()
EnableCodeType
public void setAlertEnable(EnableCodeType value)
value
- allowed object is
EnableCodeType
public NotificationPayloadTypeCodeType getNotificationPayloadType()
NotificationPayloadTypeCodeType
public void setNotificationPayloadType(NotificationPayloadTypeCodeType value)
value
- allowed object is
NotificationPayloadTypeCodeType
public DeviceTypeCodeType getDeviceType()
DeviceTypeCodeType
public void setDeviceType(DeviceTypeCodeType value)
value
- allowed object is
DeviceTypeCodeType
public java.lang.String getPayloadVersion()
String
public void setPayloadVersion(java.lang.String value)
value
- allowed object is
String
public DeliveryURLDetailType[] getDeliveryURLDetails()
DeliveryURLDetailType
public DeliveryURLDetailType getDeliveryURLDetails(int idx)
DeliveryURLDetailType
public int getDeliveryURLDetailsLength()
public void setDeliveryURLDetails(DeliveryURLDetailType[] values)
values
- allowed objects are
DeliveryURLDetailType
protected java.util.List<DeliveryURLDetailType> _getDeliveryURLDetails()
public DeliveryURLDetailType setDeliveryURLDetails(int idx, DeliveryURLDetailType value)
value
- allowed object is
DeliveryURLDetailType
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.