public class FeeType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected AmountType |
fee |
protected java.lang.String |
name |
Constructor and Description |
---|
FeeType() |
Modifier and Type | Method and Description |
---|---|
AmountType |
getFee()
Gets the value of the fee property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setFee(AmountType value)
Sets the value of the fee property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.String name
protected AmountType fee
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- the value
allowed object is
String
public AmountType getFee()
AmountType
public void setFee(AmountType value)
value
- the value
allowed object is
AmountType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.