|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebay.soap.eBLBaseComponents.AccountSummaryType
public class AccountSummaryType
Summary data for the requesting user's seller account as a whole. This includes a balance for the account, any past due amount and date, and defining data for additional accounts (if the user has changed country of residency while having an active eBay account).
| Constructor Summary | |
|---|---|
AccountSummaryType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
MessageElement[] |
get_any()
Gets the _any value for this AccountSummaryType. |
AccountStateCodeType |
getAccountState()
Gets the accountState value for this AccountSummaryType. |
AdditionalAccountType[] |
getAdditionalAccount()
Gets the additionalAccount value for this AccountSummaryType. |
AdditionalAccountType |
getAdditionalAccount(int i)
|
AmountType |
getAmountPastDue()
Gets the amountPastDue value for this AccountSummaryType. |
String |
getBankAccountInfo()
Gets the bankAccountInfo value for this AccountSummaryType. |
Calendar |
getBankModifyDate()
Gets the bankModifyDate value for this AccountSummaryType. |
Integer |
getBillingCycleDate()
Gets the billingCycleDate value for this AccountSummaryType. |
Calendar |
getCreditCardExpiration()
Gets the creditCardExpiration value for this AccountSummaryType. |
String |
getCreditCardInfo()
Gets the creditCardInfo value for this AccountSummaryType. |
Calendar |
getCreditCardModifyDate()
Gets the creditCardModifyDate value for this AccountSummaryType. |
AmountType |
getCurrentBalance()
Gets the currentBalance value for this AccountSummaryType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getEmail()
Gets the email value for this AccountSummaryType. |
AmountType |
getInvoiceBalance()
Gets the invoiceBalance value for this AccountSummaryType. |
AmountType |
getInvoiceCredit()
Gets the invoiceCredit value for this AccountSummaryType. |
Calendar |
getInvoiceDate()
Gets the invoiceDate value for this AccountSummaryType. |
AmountType |
getInvoiceNewFee()
Gets the invoiceNewFee value for this AccountSummaryType. |
AmountType |
getInvoicePayment()
Gets the invoicePayment value for this AccountSummaryType. |
AmountType |
getLastAmountPaid()
Gets the lastAmountPaid value for this AccountSummaryType. |
Calendar |
getLastPaymentDate()
Gets the lastPaymentDate value for this AccountSummaryType. |
Boolean |
getPastDue()
Gets the pastDue value for this AccountSummaryType. |
SellerPaymentMethodCodeType |
getPaymentMethod()
Gets the paymentMethod value for this AccountSummaryType. |
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 |
set_any(MessageElement[] _any)
Sets the _any value for this AccountSummaryType. |
void |
setAccountState(AccountStateCodeType accountState)
Sets the accountState value for this AccountSummaryType. |
void |
setAdditionalAccount(AdditionalAccountType[] additionalAccount)
Sets the additionalAccount value for this AccountSummaryType. |
void |
setAdditionalAccount(int i,
AdditionalAccountType value)
|
void |
setAmountPastDue(AmountType amountPastDue)
Sets the amountPastDue value for this AccountSummaryType. |
void |
setBankAccountInfo(String bankAccountInfo)
Sets the bankAccountInfo value for this AccountSummaryType. |
void |
setBankModifyDate(Calendar bankModifyDate)
Sets the bankModifyDate value for this AccountSummaryType. |
void |
setBillingCycleDate(Integer billingCycleDate)
Sets the billingCycleDate value for this AccountSummaryType. |
void |
setCreditCardExpiration(Calendar creditCardExpiration)
Sets the creditCardExpiration value for this AccountSummaryType. |
void |
setCreditCardInfo(String creditCardInfo)
Sets the creditCardInfo value for this AccountSummaryType. |
void |
setCreditCardModifyDate(Calendar creditCardModifyDate)
Sets the creditCardModifyDate value for this AccountSummaryType. |
void |
setCurrentBalance(AmountType currentBalance)
Sets the currentBalance value for this AccountSummaryType. |
void |
setEmail(String email)
Sets the email value for this AccountSummaryType. |
void |
setInvoiceBalance(AmountType invoiceBalance)
Sets the invoiceBalance value for this AccountSummaryType. |
void |
setInvoiceCredit(AmountType invoiceCredit)
Sets the invoiceCredit value for this AccountSummaryType. |
void |
setInvoiceDate(Calendar invoiceDate)
Sets the invoiceDate value for this AccountSummaryType. |
void |
setInvoiceNewFee(AmountType invoiceNewFee)
Sets the invoiceNewFee value for this AccountSummaryType. |
void |
setInvoicePayment(AmountType invoicePayment)
Sets the invoicePayment value for this AccountSummaryType. |
void |
setLastAmountPaid(AmountType lastAmountPaid)
Sets the lastAmountPaid value for this AccountSummaryType. |
void |
setLastPaymentDate(Calendar lastPaymentDate)
Sets the lastPaymentDate value for this AccountSummaryType. |
void |
setPastDue(Boolean pastDue)
Sets the pastDue value for this AccountSummaryType. |
void |
setPaymentMethod(SellerPaymentMethodCodeType paymentMethod)
Sets the paymentMethod value for this AccountSummaryType. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountSummaryType()
| Method Detail |
|---|
public AccountStateCodeType getAccountState()
public void setAccountState(AccountStateCodeType accountState)
accountState - State of an account of an eBay user.public AmountType getInvoicePayment()
public void setInvoicePayment(AmountType invoicePayment)
invoicePayment - Basic type for specifying monetary amounts. A double value (e.g.,
1.00 or 1.0) is meaningful as a monetary amount when accompanied
by a
specification of the currency, in which case the value specifies
the amount in that currency. An AmountType expresses both the
value
(a double) and the currency. Details such as prices, fees, costs,
and payments are specified as amount types.public AmountType getInvoiceCredit()
public void setInvoiceCredit(AmountType invoiceCredit)
invoiceCredit - Basic type for specifying monetary amounts. A double value (e.g.,
1.00 or 1.0) is meaningful as a monetary amount when accompanied
by a
specification of the currency, in which case the value specifies
the amount in that currency. An AmountType expresses both the
value
(a double) and the currency. Details such as prices, fees, costs,
and payments are specified as amount types.public AmountType getInvoiceNewFee()
public void setInvoiceNewFee(AmountType invoiceNewFee)
invoiceNewFee - Basic type for specifying monetary amounts. A double value (e.g.,
1.00 or 1.0) is meaningful as a monetary amount when accompanied
by a
specification of the currency, in which case the value specifies
the amount in that currency. An AmountType expresses both the
value
(a double) and the currency. Details such as prices, fees, costs,
and payments are specified as amount types.public AdditionalAccountType[] getAdditionalAccount()
public void setAdditionalAccount(AdditionalAccountType[] additionalAccount)
additionalAccount - Contains the data for one additional account. An AccountSummaryType
object
may return zero, one, or multiple additional accounts. See the
schema
documentation for AdditionalAccountType for details on additional
accounts.
The value is positive for debits and negative for credits.public AdditionalAccountType getAdditionalAccount(int i)
public void setAdditionalAccount(int i,
AdditionalAccountType value)
public AmountType getAmountPastDue()
public void setAmountPastDue(AmountType amountPastDue)
amountPastDue - Basic type for specifying monetary amounts. A double value (e.g.,
1.00 or 1.0) is meaningful as a monetary amount when accompanied
by a
specification of the currency, in which case the value specifies
the amount in that currency. An AmountType expresses both the
value
(a double) and the currency. Details such as prices, fees, costs,
and payments are specified as amount types.public String getBankAccountInfo()
public void setBankAccountInfo(String bankAccountInfo)
bankAccountInfo - public Calendar getBankModifyDate()
public void setBankModifyDate(Calendar bankModifyDate)
bankModifyDate - public Integer getBillingCycleDate()
public void setBillingCycleDate(Integer billingCycleDate)
billingCycleDate - public Calendar getCreditCardExpiration()
public void setCreditCardExpiration(Calendar creditCardExpiration)
creditCardExpiration - public String getCreditCardInfo()
public void setCreditCardInfo(String creditCardInfo)
creditCardInfo - public Calendar getCreditCardModifyDate()
public void setCreditCardModifyDate(Calendar creditCardModifyDate)
creditCardModifyDate - public AmountType getCurrentBalance()
public void setCurrentBalance(AmountType currentBalance)
currentBalance - Basic type for specifying monetary amounts. A double value (e.g.,
1.00 or 1.0) is meaningful as a monetary amount when accompanied
by a
specification of the currency, in which case the value specifies
the amount in that currency. An AmountType expresses both the
value
(a double) and the currency. Details such as prices, fees, costs,
and payments are specified as amount types.public String getEmail()
public void setEmail(String email)
email - public AmountType getInvoiceBalance()
public void setInvoiceBalance(AmountType invoiceBalance)
invoiceBalance - Basic type for specifying monetary amounts. A double value (e.g.,
1.00 or 1.0) is meaningful as a monetary amount when accompanied
by a
specification of the currency, in which case the value specifies
the amount in that currency. An AmountType expresses both the
value
(a double) and the currency. Details such as prices, fees, costs,
and payments are specified as amount types.public Calendar getInvoiceDate()
public void setInvoiceDate(Calendar invoiceDate)
invoiceDate - public AmountType getLastAmountPaid()
public void setLastAmountPaid(AmountType lastAmountPaid)
lastAmountPaid - Basic type for specifying monetary amounts. A double value (e.g.,
1.00 or 1.0) is meaningful as a monetary amount when accompanied
by a
specification of the currency, in which case the value specifies
the amount in that currency. An AmountType expresses both the
value
(a double) and the currency. Details such as prices, fees, costs,
and payments are specified as amount types.public Calendar getLastPaymentDate()
public void setLastPaymentDate(Calendar lastPaymentDate)
lastPaymentDate - public Boolean getPastDue()
public void setPastDue(Boolean pastDue)
pastDue - public SellerPaymentMethodCodeType getPaymentMethod()
public void setPaymentMethod(SellerPaymentMethodCodeType paymentMethod)
paymentMethod - These are payment methods that sellers can use to pay eBay fees.public MessageElement[] get_any()
public void set_any(MessageElement[] _any)
_any - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.