public class

AmountType

extends Object
java.lang.Object
   ↳ ebay.apis.corecomponenttypes.AmountType

Class Overview

Java class for AmountType complex type.

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

 <complexType name="AmountType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>double">
       <attribute name="currencyID" use="required" type="{urn:ebay:apis:eBLBaseComponents}CurrencyCodeType" />
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Fields
protected CurrencyCodeType currencyID
protected double value
Public Constructors
AmountType()
Public Methods
CurrencyCodeType getCurrencyID()
Gets the value of the currencyID property.
double getValue()
Gets the value of the value property.
void setCurrencyID(CurrencyCodeType value)
Sets the value of the currencyID property.
void setValue(double value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CurrencyCodeType currencyID

protected double value

Public Constructors

public AmountType ()

Public Methods

public CurrencyCodeType getCurrencyID ()

Gets the value of the currencyID property.

Returns

public double getValue ()

Gets the value of the value property.

public void setCurrencyID (CurrencyCodeType value)

Sets the value of the currencyID property.

Parameters
value Allowed object is CurrencyCodeType

public void setValue (double value)

Sets the value of the value property.

Parameters
value