public class AdditionalFeeType
extends java.lang.Object
Java class for AdditionalFeeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalFeeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BasicAmountType |
amount |
protected java.lang.String |
type |
Constructor and Description |
---|
AdditionalFeeType() |
Modifier and Type | Method and Description |
---|---|
BasicAmountType |
getAmount()
Gets the value of the amount property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setAmount(BasicAmountType value)
Sets the value of the amount property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String type
protected BasicAmountType amount
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getAmount()
BasicAmountType
public void setAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.