| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.UserSelectedOptionType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| insuranceOptionSelected | |||||||||||
| shippingCalculationMode | |||||||||||
| shippingOptionAmount | |||||||||||
| shippingOptionIsDefault | |||||||||||
| shippingOptionName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the insuranceOptionSelected property.
| |||||||||||
Gets the value of the shippingCalculationMode property.
| |||||||||||
Gets the value of the shippingOptionAmount property.
| |||||||||||
Gets the value of the shippingOptionIsDefault property.
| |||||||||||
Gets the value of the shippingOptionName property.
| |||||||||||
Sets the value of the insuranceOptionSelected property.
| |||||||||||
Sets the value of the shippingCalculationMode property.
| |||||||||||
Sets the value of the shippingOptionAmount property.
| |||||||||||
Sets the value of the shippingOptionIsDefault property.
| |||||||||||
Sets the value of the shippingOptionName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the insuranceOptionSelected property.
Gets the value of the shippingCalculationMode property.
Gets the value of the shippingOptionAmount property.
BasicAmountType
Gets the value of the shippingOptionIsDefault property.
Gets the value of the shippingOptionName property.
Sets the value of the insuranceOptionSelected property.
| value | Allowed object is String |
|---|
Sets the value of the shippingCalculationMode property.
| value | Allowed object is String |
|---|
Sets the value of the shippingOptionAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the shippingOptionIsDefault property.
| value | Allowed object is String |
|---|
Sets the value of the shippingOptionName property.
| value | Allowed object is String |
|---|