Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class RefundFundingSourceType

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

public class RefundFundingSourceType
extends java.lang.Object
implements java.io.Serializable

This type is deprecated.

Java class for RefundFundingSourceType complex type.

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

 <complexType name="RefundFundingSourceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RefundingSourceType" type="{urn:ebay:apis:eBLBaseComponents}RefundingSourceTypeCodeType" minOccurs="0"/>
         <element name="AccountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RefundAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="SellerExternalTransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BuyerExternalTransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String accountNumber
           
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.String buyerExternalTransactionID
           
protected  AmountType refundAmount
           
protected  RefundingSourceTypeCodeType refundingSourceType
           
protected  java.lang.String sellerExternalTransactionID
           
 
Constructor Summary
RefundFundingSourceType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 java.lang.String getAccountNumber()
          Gets the value of the accountNumber property.
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 java.lang.String getBuyerExternalTransactionID()
          Gets the value of the buyerExternalTransactionID property.
 AmountType getRefundAmount()
          Gets the value of the refundAmount property.
 RefundingSourceTypeCodeType getRefundingSourceType()
          Gets the value of the refundingSourceType property.
 java.lang.String getSellerExternalTransactionID()
          Gets the value of the sellerExternalTransactionID property.
 void setAccountNumber(java.lang.String value)
          Sets the value of the accountNumber property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setBuyerExternalTransactionID(java.lang.String value)
          Sets the value of the buyerExternalTransactionID property.
 void setRefundAmount(AmountType value)
          Sets the value of the refundAmount property.
 void setRefundingSourceType(RefundingSourceTypeCodeType value)
          Sets the value of the refundingSourceType property.
 void setSellerExternalTransactionID(java.lang.String value)
          Sets the value of the sellerExternalTransactionID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refundingSourceType

protected RefundingSourceTypeCodeType refundingSourceType

accountNumber

protected java.lang.String accountNumber

refundAmount

protected AmountType refundAmount

sellerExternalTransactionID

protected java.lang.String sellerExternalTransactionID

buyerExternalTransactionID

protected java.lang.String buyerExternalTransactionID

any

protected java.util.List<java.lang.Object> any
Constructor Detail

RefundFundingSourceType

public RefundFundingSourceType()
Method Detail

getRefundingSourceType

public RefundingSourceTypeCodeType getRefundingSourceType()
Gets the value of the refundingSourceType property.

Returns:
possible object is RefundingSourceTypeCodeType

setRefundingSourceType

public void setRefundingSourceType(RefundingSourceTypeCodeType value)
Sets the value of the refundingSourceType property.

Parameters:
value - allowed object is RefundingSourceTypeCodeType

getAccountNumber

public java.lang.String getAccountNumber()
Gets the value of the accountNumber property.

Returns:
possible object is String

setAccountNumber

public void setAccountNumber(java.lang.String value)
Sets the value of the accountNumber property.

Parameters:
value - allowed object is String

getRefundAmount

public AmountType getRefundAmount()
Gets the value of the refundAmount property.

Returns:
possible object is AmountType

setRefundAmount

public void setRefundAmount(AmountType value)
Sets the value of the refundAmount property.

Parameters:
value - allowed object is AmountType

getSellerExternalTransactionID

public java.lang.String getSellerExternalTransactionID()
Gets the value of the sellerExternalTransactionID property.

Returns:
possible object is String

setSellerExternalTransactionID

public void setSellerExternalTransactionID(java.lang.String value)
Sets the value of the sellerExternalTransactionID property.

Parameters:
value - allowed object is String

getBuyerExternalTransactionID

public java.lang.String getBuyerExternalTransactionID()
Gets the value of the buyerExternalTransactionID property.

Returns:
possible object is String

setBuyerExternalTransactionID

public void setBuyerExternalTransactionID(java.lang.String value)
Sets the value of the buyerExternalTransactionID property.

Parameters:
value - allowed object is String

getAny

public java.lang.Object[] getAny()
Returns:
array of Element Object

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Element Object

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-2009 eBay Inc. All rights reserved.