| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ShippingCarrierDetailsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| carrierShippingFee | |||||||||||
| insuranceFee | |||||||||||
| insuranceOption | |||||||||||
| packagingHandlingCosts | |||||||||||
| shippingRateErrorMessage | |||||||||||
| shippingService | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the carrierShippingFee property.
| |||||||||||
Gets the value of the insuranceFee property.
| |||||||||||
Gets the value of the insuranceOption property.
| |||||||||||
Gets the value of the packagingHandlingCosts property.
| |||||||||||
Gets the value of the shippingRateErrorMessage property.
| |||||||||||
is unique identified of shipping carrier, without this element the whole node makes no sence
| |||||||||||
Sets the value of the carrierShippingFee property.
| |||||||||||
Sets the value of the insuranceFee property.
| |||||||||||
Sets the value of the insuranceOption property.
| |||||||||||
Sets the value of the packagingHandlingCosts property.
| |||||||||||
Sets the value of the shippingRateErrorMessage property.
| |||||||||||
Sets the value of the shippingService property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the carrierShippingFee property.
AmountType
Gets the value of the insuranceFee property.
AmountType
Gets the value of the insuranceOption property.
InsuranceOptionCodeType
Gets the value of the packagingHandlingCosts property.
AmountType
Gets the value of the shippingRateErrorMessage property.
is unique identified of shipping carrier, without this element the whole node makes no sence
ShippingServiceCodeType
Sets the value of the carrierShippingFee property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the insuranceFee property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the insuranceOption property.
| value | Allowed object is
InsuranceOptionCodeType
|
|---|
Sets the value of the packagingHandlingCosts property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the shippingRateErrorMessage property.
| value | Allowed object is String |
|---|
Sets the value of the shippingService property.
| value | Allowed object is
ShippingServiceCodeType
|
|---|