public class

FeeType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.FeeType

Class Overview

Definition of an eBay Fee type.

Java class for FeeType complex type.

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

 <complexType name="FeeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Fee" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AmountType fee
protected String name
Public Constructors
FeeType()
Public Methods
AmountType getFee()
Gets the value of the fee property.
String getName()
Gets the value of the name property.
void setFee(AmountType value)
Sets the value of the fee property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AmountType fee

protected String name

Public Constructors

public FeeType ()

Public Methods

public AmountType getFee ()

Gets the value of the fee property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setFee (AmountType value)

Sets the value of the fee property.

Parameters
value Allowed object is AmountType

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String