Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class RefundLineType

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

public class RefundLineType
extends AmountType
implements Serializable

This type is deprecated.

Java class for RefundLineType complex type.

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

 <complexType name="RefundLineType">
   <simpleContent>
     <extension base="<urn:ebay:apis:eBLBaseComponents>AmountType">
       <attribute name="type" type="{urn:ebay:apis:eBLBaseComponents}RefundLineTypeCodeType" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  RefundLineTypeCodeType type
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AmountType
currencyID, value
 
Constructor Summary
RefundLineType()
           
 
Method Summary
 RefundLineTypeCodeType getType()
          Gets the value of the type property.
 void setType(RefundLineTypeCodeType value)
          Sets the value of the type property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AmountType
getCurrencyID, getValue, setCurrencyID, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected RefundLineTypeCodeType type
Constructor Detail

RefundLineType

public RefundLineType()
Method Detail

getType

public RefundLineTypeCodeType getType()
Gets the value of the type property.

Returns:
possible object is RefundLineTypeCodeType

setType

public void setType(RefundLineTypeCodeType value)
Sets the value of the type property.

Parameters:
value - allowed object is RefundLineTypeCodeType

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.