public class

ShippingCarrierDetailsType

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

Class Overview

Java class for ShippingCarrierDetailsType complex type.

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

 <complexType name="ShippingCarrierDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CarrierShippingFee" 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 name="PackagingHandlingCosts" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
         <element name="ShippingRateErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}ShippingService"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AmountType carrierShippingFee
protected AmountType insuranceFee
protected InsuranceOptionCodeType insuranceOption
protected AmountType packagingHandlingCosts
protected String shippingRateErrorMessage
protected ShippingServiceCodeType shippingService
Public Constructors
ShippingCarrierDetailsType()
Public Methods
AmountType getCarrierShippingFee()
Gets the value of the carrierShippingFee property.
AmountType getInsuranceFee()
Gets the value of the insuranceFee property.
InsuranceOptionCodeType getInsuranceOption()
Gets the value of the insuranceOption property.
AmountType getPackagingHandlingCosts()
Gets the value of the packagingHandlingCosts property.
String getShippingRateErrorMessage()
Gets the value of the shippingRateErrorMessage property.
ShippingServiceCodeType getShippingService()
is unique identified of shipping carrier, without this element the whole node makes no sence
void setCarrierShippingFee(AmountType value)
Sets the value of the carrierShippingFee property.
void setInsuranceFee(AmountType value)
Sets the value of the insuranceFee property.
void setInsuranceOption(InsuranceOptionCodeType value)
Sets the value of the insuranceOption property.
void setPackagingHandlingCosts(AmountType value)
Sets the value of the packagingHandlingCosts property.
void setShippingRateErrorMessage(String value)
Sets the value of the shippingRateErrorMessage property.
void setShippingService(ShippingServiceCodeType value)
Sets the value of the shippingService property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AmountType carrierShippingFee

protected AmountType insuranceFee

protected InsuranceOptionCodeType insuranceOption

protected AmountType packagingHandlingCosts

protected String shippingRateErrorMessage

protected ShippingServiceCodeType shippingService

Public Constructors

public ShippingCarrierDetailsType ()

Public Methods

public AmountType getCarrierShippingFee ()

Gets the value of the carrierShippingFee 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 AmountType getPackagingHandlingCosts ()

Gets the value of the packagingHandlingCosts property.

Returns

public String getShippingRateErrorMessage ()

Gets the value of the shippingRateErrorMessage property.

Returns
  • possible object is String

public ShippingServiceCodeType getShippingService ()

is unique identified of shipping carrier, without this element the whole node makes no sence

Returns

public void setCarrierShippingFee (AmountType value)

Sets the value of the carrierShippingFee 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 setPackagingHandlingCosts (AmountType value)

Sets the value of the packagingHandlingCosts property.

Parameters
value Allowed object is AmountType

public void setShippingRateErrorMessage (String value)

Sets the value of the shippingRateErrorMessage property.

Parameters
value Allowed object is String

public void setShippingService (ShippingServiceCodeType value)

Sets the value of the shippingService property.

Parameters
value Allowed object is ShippingServiceCodeType