Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SupportedEventTypesArrayType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.SupportedEventTypesArrayType
All Implemented Interfaces:
java.io.Serializable

public class SupportedEventTypesArrayType
extends java.lang.Object
implements java.io.Serializable

Java class for SupportedEventTypesArrayType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SupportedEventTypesArrayType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="EventType" type="{urn:ebay:apis:eBLBaseComponents}NotificationEventTypeCodeType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<NotificationEventTypeCodeType> eventType
           
 
Constructor Summary
SupportedEventTypesArrayType()
           
 
Method Summary
protected  java.util.List<NotificationEventTypeCodeType> _getEventType()
           
 NotificationEventTypeCodeType[] getEventType()
           
 NotificationEventTypeCodeType getEventType(int idx)
           
 int getEventTypeLength()
           
 NotificationEventTypeCodeType setEventType(int idx, NotificationEventTypeCodeType value)
           
 void setEventType(NotificationEventTypeCodeType[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventType

protected java.util.List<NotificationEventTypeCodeType> eventType
Constructor Detail

SupportedEventTypesArrayType

public SupportedEventTypesArrayType()
Method Detail

getEventType

public NotificationEventTypeCodeType[] getEventType()
Returns:
array of NotificationEventTypeCodeType

getEventType

public NotificationEventTypeCodeType getEventType(int idx)
Returns:
one of NotificationEventTypeCodeType

getEventTypeLength

public int getEventTypeLength()

setEventType

public void setEventType(NotificationEventTypeCodeType[] values)
Parameters:
values - allowed objects are NotificationEventTypeCodeType

_getEventType

protected java.util.List<NotificationEventTypeCodeType> _getEventType()

setEventType

public NotificationEventTypeCodeType setEventType(int idx,
                                                  NotificationEventTypeCodeType value)
Parameters:
value - allowed object is NotificationEventTypeCodeType

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.