public class

ShippingInfoType

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

Class Overview

Java class for ShippingInfoType complex type.

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

 <complexType name="ShippingInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ShippingMethod" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ShippingCarrier" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ShippingAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
         <element name="HandlingAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
         <element name="InsuranceAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BasicAmountType handlingAmount
protected BasicAmountType insuranceAmount
protected BasicAmountType shippingAmount
protected String shippingCarrier
protected String shippingMethod
Public Constructors
ShippingInfoType()
Public Methods
BasicAmountType getHandlingAmount()
Gets the value of the handlingAmount property.
BasicAmountType getInsuranceAmount()
Gets the value of the insuranceAmount property.
BasicAmountType getShippingAmount()
Gets the value of the shippingAmount property.
String getShippingCarrier()
Gets the value of the shippingCarrier property.
String getShippingMethod()
Gets the value of the shippingMethod property.
void setHandlingAmount(BasicAmountType value)
Sets the value of the handlingAmount property.
void setInsuranceAmount(BasicAmountType value)
Sets the value of the insuranceAmount property.
void setShippingAmount(BasicAmountType value)
Sets the value of the shippingAmount property.
void setShippingCarrier(String value)
Sets the value of the shippingCarrier property.
void setShippingMethod(String value)
Sets the value of the shippingMethod property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BasicAmountType handlingAmount

protected BasicAmountType insuranceAmount

protected BasicAmountType shippingAmount

protected String shippingCarrier

protected String shippingMethod

Public Constructors

public ShippingInfoType ()

Public Methods

public BasicAmountType getHandlingAmount ()

Gets the value of the handlingAmount property.

Returns

public BasicAmountType getInsuranceAmount ()

Gets the value of the insuranceAmount property.

Returns

public BasicAmountType getShippingAmount ()

Gets the value of the shippingAmount property.

Returns

public String getShippingCarrier ()

Gets the value of the shippingCarrier property.

Returns
  • possible object is String

public String getShippingMethod ()

Gets the value of the shippingMethod property.

Returns
  • possible object is String

public void setHandlingAmount (BasicAmountType value)

Sets the value of the handlingAmount property.

Parameters
value Allowed object is BasicAmountType

public void setInsuranceAmount (BasicAmountType value)

Sets the value of the insuranceAmount property.

Parameters
value Allowed object is BasicAmountType

public void setShippingAmount (BasicAmountType value)

Sets the value of the shippingAmount property.

Parameters
value Allowed object is BasicAmountType

public void setShippingCarrier (String value)

Sets the value of the shippingCarrier property.

Parameters
value Allowed object is String

public void setShippingMethod (String value)

Sets the value of the shippingMethod property.

Parameters
value Allowed object is String