public class ShippingCarrierDetailsType
extends java.lang.Object
Java class for ShippingCarrierDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShippingCarrierDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CarrierShippingFee" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}InsuranceFee" minOccurs="0"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}InsuranceOption" minOccurs="0"/>
<element name="PackagingHandlingCosts" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
<element name="ShippingRateErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}ShippingService"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AmountType |
carrierShippingFee |
protected AmountType |
insuranceFee |
protected InsuranceOptionCodeType |
insuranceOption |
protected AmountType |
packagingHandlingCosts |
protected java.lang.String |
shippingRateErrorMessage |
protected ShippingServiceCodeType |
shippingService |
| Constructor and Description |
|---|
ShippingCarrierDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
AmountType |
getCarrierShippingFee()
Gets the value of the carrierShippingFee property.
|
AmountType |
getInsuranceFee()
Gets the value of the insuranceFee property.
|
InsuranceOptionCodeType |
getInsuranceOption()
Gets the value of the insuranceOption property.
|
AmountType |
getPackagingHandlingCosts()
Gets the value of the packagingHandlingCosts property.
|
java.lang.String |
getShippingRateErrorMessage()
Gets the value of the shippingRateErrorMessage property.
|
ShippingServiceCodeType |
getShippingService()
is unique identified of shipping carrier, without this element the whole node makes no sence
|
void |
setCarrierShippingFee(AmountType value)
Sets the value of the carrierShippingFee property.
|
void |
setInsuranceFee(AmountType value)
Sets the value of the insuranceFee property.
|
void |
setInsuranceOption(InsuranceOptionCodeType value)
Sets the value of the insuranceOption property.
|
void |
setPackagingHandlingCosts(AmountType value)
Sets the value of the packagingHandlingCosts property.
|
void |
setShippingRateErrorMessage(java.lang.String value)
Sets the value of the shippingRateErrorMessage property.
|
void |
setShippingService(ShippingServiceCodeType value)
Sets the value of the shippingService property.
|
protected AmountType carrierShippingFee
protected AmountType insuranceFee
protected InsuranceOptionCodeType insuranceOption
protected AmountType packagingHandlingCosts
protected java.lang.String shippingRateErrorMessage
protected ShippingServiceCodeType shippingService
public AmountType getCarrierShippingFee()
AmountTypepublic void setCarrierShippingFee(AmountType value)
value - the value
allowed object is
AmountTypepublic AmountType getInsuranceFee()
AmountTypepublic void setInsuranceFee(AmountType value)
value - the value
allowed object is
AmountTypepublic InsuranceOptionCodeType getInsuranceOption()
InsuranceOptionCodeTypepublic void setInsuranceOption(InsuranceOptionCodeType value)
value - the value
allowed object is
InsuranceOptionCodeTypepublic AmountType getPackagingHandlingCosts()
AmountTypepublic void setPackagingHandlingCosts(AmountType value)
value - the value
allowed object is
AmountTypepublic java.lang.String getShippingRateErrorMessage()
Stringpublic void setShippingRateErrorMessage(java.lang.String value)
value - the value
allowed object is
Stringpublic ShippingServiceCodeType getShippingService()
ShippingServiceCodeTypepublic void setShippingService(ShippingServiceCodeType value)
value - the value
allowed object is
ShippingServiceCodeTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.