Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AuthenticationEntryArrayType

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

public class AuthenticationEntryArrayType
extends Object
implements Serializable

Container for a list of AuthenticationEntries. Can contain zero, one, or multiple AuthenticationEntryType objects.

See Also:
Serialized Form

Constructor Summary
AuthenticationEntryArrayType()
           
 
Method Summary
 boolean equals(Object obj)
           
 AuthenticationEntryType[] getAuthenticationEntry()
          Gets the authenticationEntry value for this AuthenticationEntryArrayType.
 AuthenticationEntryType getAuthenticationEntry(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAuthenticationEntry(AuthenticationEntryType[] authenticationEntry)
          Sets the authenticationEntry value for this AuthenticationEntryArrayType.
 void setAuthenticationEntry(int i, AuthenticationEntryType value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationEntryArrayType

public AuthenticationEntryArrayType()
Method Detail

getAuthenticationEntry

public AuthenticationEntryType[] getAuthenticationEntry()
Gets the authenticationEntry value for this AuthenticationEntryArrayType.

Returns:
authenticationEntry Contains the data properties that define one authentication entry. Multiple AuthenticationEntry fields can be returned.

setAuthenticationEntry

public void setAuthenticationEntry(AuthenticationEntryType[] authenticationEntry)
Sets the authenticationEntry value for this AuthenticationEntryArrayType.

Parameters:
authenticationEntry - Contains the data properties that define one authentication entry. Multiple AuthenticationEntry fields can be returned.

getAuthenticationEntry

public AuthenticationEntryType getAuthenticationEntry(int i)

setAuthenticationEntry

public void setAuthenticationEntry(int i,
                                   AuthenticationEntryType value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer


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-2006 eBay Inc. All rights reserved.