Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class BasicAmountType

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

public class BasicAmountType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BasicAmountType()
           
BasicAmountType(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 CurrencyCodeType getCurrencyID()
          Gets the currencyID value for this BasicAmountType.
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
 String getValue()
          Gets the value for this BasicAmountType.
 int hashCode()
           
 void setCurrencyID(CurrencyCodeType currencyID)
          Sets the currencyID value for this BasicAmountType.
 void setValue(String value)
          Sets the value for this BasicAmountType.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicAmountType

public BasicAmountType()

BasicAmountType

public BasicAmountType(String value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getValue

public String getValue()
Gets the value for this BasicAmountType.

Returns:
value

setValue

public void setValue(String value)
Sets the value for this BasicAmountType.

Parameters:
value -

getCurrencyID

public CurrencyCodeType getCurrencyID()
Gets the currencyID value for this BasicAmountType.

Returns:
currencyID

setCurrencyID

public void setCurrencyID(CurrencyCodeType currencyID)
Sets the currencyID value for this BasicAmountType.

Parameters:
currencyID -

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.