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()
AmountType
public void setCarrierShippingFee(AmountType value)
value
- the value
allowed object is
AmountType
public AmountType getInsuranceFee()
AmountType
public void setInsuranceFee(AmountType value)
value
- the value
allowed object is
AmountType
public InsuranceOptionCodeType getInsuranceOption()
InsuranceOptionCodeType
public void setInsuranceOption(InsuranceOptionCodeType value)
value
- the value
allowed object is
InsuranceOptionCodeType
public AmountType getPackagingHandlingCosts()
AmountType
public void setPackagingHandlingCosts(AmountType value)
value
- the value
allowed object is
AmountType
public java.lang.String getShippingRateErrorMessage()
String
public void setShippingRateErrorMessage(java.lang.String value)
value
- the value
allowed object is
String
public ShippingServiceCodeType getShippingService()
ShippingServiceCodeType
public void setShippingService(ShippingServiceCodeType value)
value
- the value
allowed object is
ShippingServiceCodeType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.