com.ebay.soap.eBLBaseComponents
Class NotificationEnableArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.NotificationEnableArrayType
- All Implemented Interfaces:
- Serializable
public class NotificationEnableArrayType
- extends Object
- implements Serializable
A list of NotificationEnable entries. Each entry specifies
one notification and whether it is enabled.
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 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 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.