Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class NotificationEnableArrayType

java.lang.Object
  extended by 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

Field Summary
protected  List<NotificationEnableType> notificationEnable
           
 
Constructor Summary
NotificationEnableArrayType()
           
 
Method Summary
protected  List<NotificationEnableType> _getNotificationEnable()
           
 NotificationEnableType[] getNotificationEnable()
           
 NotificationEnableType getNotificationEnable(int idx)
           
 int getNotificationEnableLength()
           
 NotificationEnableType setNotificationEnable(int idx, NotificationEnableType value)
           
 void setNotificationEnable(NotificationEnableType[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notificationEnable

protected List<NotificationEnableType> notificationEnable
Constructor Detail

NotificationEnableArrayType

public NotificationEnableArrayType()
Method Detail

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

Changes since
the last release

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.