Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class RefundArrayType

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

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

Note: This type was only used for Half.com order refunds, and since the Half.com site has been shut down, this type is no longer applicable. Type used by the RefundArray container, which consists of an array of Half.com refunds.

Java class for RefundArrayType complex type.

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

 <complexType name="RefundArrayType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Refund" type="{urn:ebay:apis:eBLBaseComponents}RefundType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<RefundType> refund
           
 
Constructor Summary
RefundArrayType()
           
 
Method Summary
protected  java.util.List<RefundType> _getRefund()
           
 RefundType[] getRefund()
           
 RefundType getRefund(int idx)
           
 int getRefundLength()
           
 RefundType setRefund(int idx, RefundType value)
           
 void setRefund(RefundType[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refund

protected java.util.List<RefundType> refund
Constructor Detail

RefundArrayType

public RefundArrayType()
Method Detail

getRefund

public RefundType[] getRefund()
Returns:
array of RefundType

getRefund

public RefundType getRefund(int idx)
Returns:
one of RefundType

getRefundLength

public int getRefundLength()

setRefund

public void setRefund(RefundType[] values)
Parameters:
values - allowed objects are RefundType

_getRefund

protected java.util.List<RefundType> _getRefund()

setRefund

public RefundType setRefund(int idx,
                            RefundType value)
Parameters:
value - allowed object is RefundType

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.