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()
String
public void setShippingMethod(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getShippingCarrier()
String
public void setShippingCarrier(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getShippingAmount()
BasicAmountType
public void setShippingAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getHandlingAmount()
BasicAmountType
public void setHandlingAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getInsuranceAmount()
BasicAmountType
public void setInsuranceAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.