public class

UserSelectedOptionType

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

Class Overview

Information on user selected options

Java class for UserSelectedOptionType complex type.

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

 <complexType name="UserSelectedOptionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ShippingCalculationMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InsuranceOptionSelected" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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 String insuranceOptionSelected
protected String shippingCalculationMode
protected BasicAmountType shippingOptionAmount
protected String shippingOptionIsDefault
protected String shippingOptionName
Public Constructors
UserSelectedOptionType()
Public Methods
String getInsuranceOptionSelected()
Gets the value of the insuranceOptionSelected property.
String getShippingCalculationMode()
Gets the value of the shippingCalculationMode property.
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 setInsuranceOptionSelected(String value)
Sets the value of the insuranceOptionSelected property.
void setShippingCalculationMode(String value)
Sets the value of the shippingCalculationMode 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 String insuranceOptionSelected

protected String shippingCalculationMode

protected BasicAmountType shippingOptionAmount

protected String shippingOptionIsDefault

protected String shippingOptionName

Public Constructors

public UserSelectedOptionType ()

Public Methods

public String getInsuranceOptionSelected ()

Gets the value of the insuranceOptionSelected property.

Returns
  • possible object is String

public String getShippingCalculationMode ()

Gets the value of the shippingCalculationMode property.

Returns
  • possible object is String

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 setInsuranceOptionSelected (String value)

Sets the value of the insuranceOptionSelected property.

Parameters
value Allowed object is String

public void setShippingCalculationMode (String value)

Sets the value of the shippingCalculationMode property.

Parameters
value Allowed 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