public class ShippingOptionType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected BasicAmountType |
shippingOptionAmount |
protected java.lang.String |
shippingOptionIsDefault |
protected java.lang.String |
shippingOptionName |
Constructor and Description |
---|
ShippingOptionType() |
Modifier and Type | Method and Description |
---|---|
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 |
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 shippingOptionIsDefault
protected BasicAmountType shippingOptionAmount
protected java.lang.String shippingOptionName
public java.lang.String getShippingOptionIsDefault()
String
public void setShippingOptionIsDefault(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getShippingOptionAmount()
BasicAmountType
public void setShippingOptionAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getShippingOptionName()
String
public void setShippingOptionName(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.