Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class RefundFundingSourceType

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

public class RefundFundingSourceType
extends Object
implements 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  String accountNumber
           
protected  List<Object> any
           
protected  String buyerExternalTransactionID
           
protected  AmountType refundAmount
           
protected  RefundingSourceTypeCodeType refundingSourceType
           
protected  String sellerExternalTransactionID
           
 
Constructor Summary
RefundFundingSourceType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 String getAccountNumber()
          Gets the value of the accountNumber property.
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 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.
 String getSellerExternalTransactionID()
          Gets the value of the sellerExternalTransactionID property.
 void setAccountNumber(String value)
          Sets the value of the accountNumber property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setBuyerExternalTransactionID(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(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 String accountNumber

refundAmount

protected AmountType refundAmount

sellerExternalTransactionID

protected String sellerExternalTransactionID

buyerExternalTransactionID

protected String buyerExternalTransactionID

any

protected List<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 String getAccountNumber()
Gets the value of the accountNumber property.

Returns:
possible object is String

setAccountNumber

public void setAccountNumber(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 String getSellerExternalTransactionID()
Gets the value of the sellerExternalTransactionID property.

Returns:
possible object is String

setSellerExternalTransactionID

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

Parameters:
value - allowed object is String

getBuyerExternalTransactionID

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

Returns:
possible object is String

setBuyerExternalTransactionID

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

Parameters:
value - allowed object is String

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     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.