public class

ShippingOptionType

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

Class Overview

Fallback shipping options type.

Java class for ShippingOptionType complex type.

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

 <complexType name="ShippingOptionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ShippingOptionIsDefault" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShippingOptionAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
         <element name="ShippingOptionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BasicAmountType shippingOptionAmount
protected String shippingOptionIsDefault
protected String shippingOptionName
Public Constructors
ShippingOptionType()
Public Methods
BasicAmountType getShippingOptionAmount()
Gets the value of the shippingOptionAmount property.
String getShippingOptionIsDefault()
Gets the value of the shippingOptionIsDefault property.
String getShippingOptionName()
Gets the value of the shippingOptionName property.
void setShippingOptionAmount(BasicAmountType value)
Sets the value of the shippingOptionAmount property.
void setShippingOptionIsDefault(String value)
Sets the value of the shippingOptionIsDefault property.
void setShippingOptionName(String value)
Sets the value of the shippingOptionName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BasicAmountType shippingOptionAmount

protected String shippingOptionIsDefault

protected String shippingOptionName

Public Constructors

public ShippingOptionType ()

Public Methods

public BasicAmountType getShippingOptionAmount ()

Gets the value of the shippingOptionAmount property.

Returns

public String getShippingOptionIsDefault ()

Gets the value of the shippingOptionIsDefault property.

Returns
  • possible object is String

public String getShippingOptionName ()

Gets the value of the shippingOptionName property.

Returns
  • possible object is String

public void setShippingOptionAmount (BasicAmountType value)

Sets the value of the shippingOptionAmount property.

Parameters
value Allowed object is BasicAmountType

public void setShippingOptionIsDefault (String value)

Sets the value of the shippingOptionIsDefault property.

Parameters
value Allowed object is String

public void setShippingOptionName (String value)

Sets the value of the shippingOptionName property.

Parameters
value Allowed object is String