public class ShippingInfoType
extends java.lang.Object
Java class for ShippingInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShippingInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ShippingMethod" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ShippingCarrier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ShippingAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="HandlingAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="InsuranceAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BasicAmountType |
handlingAmount |
protected BasicAmountType |
insuranceAmount |
protected BasicAmountType |
shippingAmount |
protected java.lang.String |
shippingCarrier |
protected java.lang.String |
shippingMethod |
| Constructor and Description |
|---|
ShippingInfoType() |
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getHandlingAmount()
Gets the value of the handlingAmount property.
|
BasicAmountType |
getInsuranceAmount()
Gets the value of the insuranceAmount property.
|
BasicAmountType |
getShippingAmount()
Gets the value of the shippingAmount property.
|
java.lang.String |
getShippingCarrier()
Gets the value of the shippingCarrier property.
|
java.lang.String |
getShippingMethod()
Gets the value of the shippingMethod property.
|
void |
setHandlingAmount(BasicAmountType value)
Sets the value of the handlingAmount property.
|
void |
setInsuranceAmount(BasicAmountType value)
Sets the value of the insuranceAmount property.
|
void |
setShippingAmount(BasicAmountType value)
Sets the value of the shippingAmount property.
|
void |
setShippingCarrier(java.lang.String value)
Sets the value of the shippingCarrier property.
|
void |
setShippingMethod(java.lang.String value)
Sets the value of the shippingMethod property.
|
protected java.lang.String shippingMethod
protected java.lang.String shippingCarrier
protected BasicAmountType shippingAmount
protected BasicAmountType handlingAmount
protected BasicAmountType insuranceAmount
public java.lang.String getShippingMethod()
Stringpublic void setShippingMethod(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getShippingCarrier()
Stringpublic void setShippingCarrier(java.lang.String value)
value - the value
allowed object is
Stringpublic BasicAmountType getShippingAmount()
BasicAmountTypepublic void setShippingAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getHandlingAmount()
BasicAmountTypepublic void setHandlingAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getInsuranceAmount()
BasicAmountTypepublic void setInsuranceAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.