public class

FlatShippingRateType

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

Class Overview

Java class for FlatShippingRateType complex type.

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

 <complexType name="FlatShippingRateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AdditionalShippingCosts" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
         <element name="FlatShippingHandlingCosts" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}InsuranceFee" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}InsuranceOption" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}ShippingService" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AmountType additionalShippingCosts
protected AmountType flatShippingHandlingCosts
protected AmountType insuranceFee
protected InsuranceOptionCodeType insuranceOption
protected ShippingServiceCodeType shippingService
Public Constructors
FlatShippingRateType()
Public Methods
AmountType getAdditionalShippingCosts()
Gets the value of the additionalShippingCosts property.
AmountType getFlatShippingHandlingCosts()
Gets the value of the flatShippingHandlingCosts property.
AmountType getInsuranceFee()
Gets the value of the insuranceFee property.
InsuranceOptionCodeType getInsuranceOption()
Gets the value of the insuranceOption property.
ShippingServiceCodeType getShippingService()
Gets the value of the shippingService property.
void setAdditionalShippingCosts(AmountType value)
Sets the value of the additionalShippingCosts property.
void setFlatShippingHandlingCosts(AmountType value)
Sets the value of the flatShippingHandlingCosts property.
void setInsuranceFee(AmountType value)
Sets the value of the insuranceFee property.
void setInsuranceOption(InsuranceOptionCodeType value)
Sets the value of the insuranceOption property.
void setShippingService(ShippingServiceCodeType value)
Sets the value of the shippingService property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AmountType additionalShippingCosts

protected AmountType flatShippingHandlingCosts

protected AmountType insuranceFee

protected InsuranceOptionCodeType insuranceOption

protected ShippingServiceCodeType shippingService

Public Constructors

public FlatShippingRateType ()

Public Methods

public AmountType getAdditionalShippingCosts ()

Gets the value of the additionalShippingCosts property.

Returns

public AmountType getFlatShippingHandlingCosts ()

Gets the value of the flatShippingHandlingCosts property.

Returns

public AmountType getInsuranceFee ()

Gets the value of the insuranceFee property.

Returns

public InsuranceOptionCodeType getInsuranceOption ()

Gets the value of the insuranceOption property.

Returns

public ShippingServiceCodeType getShippingService ()

Gets the value of the shippingService property.

Returns

public void setAdditionalShippingCosts (AmountType value)

Sets the value of the additionalShippingCosts property.

Parameters
value Allowed object is AmountType

public void setFlatShippingHandlingCosts (AmountType value)

Sets the value of the flatShippingHandlingCosts property.

Parameters
value Allowed object is AmountType

public void setInsuranceFee (AmountType value)

Sets the value of the insuranceFee property.

Parameters
value Allowed object is AmountType

public void setInsuranceOption (InsuranceOptionCodeType value)

Sets the value of the insuranceOption property.

Parameters
value Allowed object is InsuranceOptionCodeType

public void setShippingService (ShippingServiceCodeType value)

Sets the value of the shippingService property.

Parameters
value Allowed object is ShippingServiceCodeType