Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class Base64BinaryType

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

public class Base64BinaryType
extends Object
implements Serializable

Used for storing an optional reference ID to the binary attachment

See Also:
Serialized Form

Constructor Summary
Base64BinaryType()
           
Base64BinaryType(byte[] value)
           
Base64BinaryType(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getContentType()
          Gets the contentType value for this Base64BinaryType.
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
 byte[] getValue()
          Gets the value for this Base64BinaryType.
 int hashCode()
           
 void setContentType(String contentType)
          Sets the contentType value for this Base64BinaryType.
 void setValue(byte[] value)
          Sets the value for this Base64BinaryType.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Base64BinaryType

public Base64BinaryType()

Base64BinaryType

public Base64BinaryType(byte[] value)

Base64BinaryType

public Base64BinaryType(String value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getValue

public byte[] getValue()
Gets the value for this Base64BinaryType.

Returns:
value

setValue

public void setValue(byte[] value)
Sets the value for this Base64BinaryType.

Parameters:
value -

getContentType

public String getContentType()
Gets the contentType value for this Base64BinaryType.

Returns:
contentType

setContentType

public void setContentType(String contentType)
Sets the contentType value for this Base64BinaryType.

Parameters:
contentType -

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.