public class AdditionalAccountType
extends java.lang.Object
Java class for AdditionalAccountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalAccountType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:ebay:apis:eBLBaseComponents}Balance"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}Currency"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}AccountCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
accountCode |
protected AmountType |
balance |
protected CurrencyCodeType |
currency |
| Constructor and Description |
|---|
AdditionalAccountType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccountCode()
Gets the value of the accountCode property.
|
AmountType |
getBalance()
Gets the value of the balance property.
|
CurrencyCodeType |
getCurrency()
Gets the value of the currency property.
|
void |
setAccountCode(java.lang.String value)
Sets the value of the accountCode property.
|
void |
setBalance(AmountType value)
Sets the value of the balance property.
|
void |
setCurrency(CurrencyCodeType value)
Sets the value of the currency property.
|
protected AmountType balance
protected CurrencyCodeType currency
protected java.lang.String accountCode
public AmountType getBalance()
AmountTypepublic void setBalance(AmountType value)
value - the value
allowed object is
AmountTypepublic CurrencyCodeType getCurrency()
CurrencyCodeTypepublic void setCurrency(CurrencyCodeType value)
value - the value
allowed object is
CurrencyCodeTypepublic java.lang.String getAccountCode()
Stringpublic void setAccountCode(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.