com.ebay.soap.eBLBaseComponents
Class NotificationEnableArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.NotificationEnableArrayType
- All Implemented Interfaces:
- java.io.Serializable
public class NotificationEnableArrayType
- extends java.lang.Object
- implements java.io.Serializable
This type is used by the UserDeliveryPreferenceArray container of the SetNotificationPreferences and GetNotificationPreferences calls. The UserDeliveryPreferenceArray container consists of one or more notifications and whether or not each notification is enabled or disabled.
Java class for NotificationEnableArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationEnableArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NotificationEnable" type="{urn:ebay:apis:eBLBaseComponents}NotificationEnableType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
notificationEnable
protected java.util.List<NotificationEnableType> notificationEnable
NotificationEnableArrayType
public NotificationEnableArrayType()
getNotificationEnable
public NotificationEnableType[] getNotificationEnable()
- Returns:
- array of
NotificationEnableType
getNotificationEnable
public NotificationEnableType getNotificationEnable(int idx)
- Returns:
- one of
NotificationEnableType
getNotificationEnableLength
public int getNotificationEnableLength()
setNotificationEnable
public void setNotificationEnable(NotificationEnableType[] values)
- Parameters:
values
- allowed objects are
NotificationEnableType
_getNotificationEnable
protected java.util.List<NotificationEnableType> _getNotificationEnable()
setNotificationEnable
public NotificationEnableType setNotificationEnable(int idx,
NotificationEnableType value)
- Parameters:
value
- allowed object is
NotificationEnableType
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.