public class UserSelectedOptionType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
insuranceOptionSelected |
protected java.lang.String |
shippingCalculationMode |
protected BasicAmountType |
shippingOptionAmount |
protected java.lang.String |
shippingOptionIsDefault |
protected java.lang.String |
shippingOptionName |
| Constructor and Description |
|---|
UserSelectedOptionType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInsuranceOptionSelected()
Gets the value of the insuranceOptionSelected property.
|
java.lang.String |
getShippingCalculationMode()
Gets the value of the shippingCalculationMode property.
|
BasicAmountType |
getShippingOptionAmount()
Gets the value of the shippingOptionAmount property.
|
java.lang.String |
getShippingOptionIsDefault()
Gets the value of the shippingOptionIsDefault property.
|
java.lang.String |
getShippingOptionName()
Gets the value of the shippingOptionName property.
|
void |
setInsuranceOptionSelected(java.lang.String value)
Sets the value of the insuranceOptionSelected property.
|
void |
setShippingCalculationMode(java.lang.String value)
Sets the value of the shippingCalculationMode property.
|
void |
setShippingOptionAmount(BasicAmountType value)
Sets the value of the shippingOptionAmount property.
|
void |
setShippingOptionIsDefault(java.lang.String value)
Sets the value of the shippingOptionIsDefault property.
|
void |
setShippingOptionName(java.lang.String value)
Sets the value of the shippingOptionName property.
|
protected java.lang.String shippingCalculationMode
protected java.lang.String insuranceOptionSelected
protected java.lang.String shippingOptionIsDefault
protected BasicAmountType shippingOptionAmount
protected java.lang.String shippingOptionName
public java.lang.String getShippingCalculationMode()
Stringpublic void setShippingCalculationMode(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getInsuranceOptionSelected()
Stringpublic void setInsuranceOptionSelected(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getShippingOptionIsDefault()
Stringpublic void setShippingOptionIsDefault(java.lang.String value)
value - the value
allowed object is
Stringpublic BasicAmountType getShippingOptionAmount()
BasicAmountTypepublic void setShippingOptionAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic java.lang.String getShippingOptionName()
Stringpublic void setShippingOptionName(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.