| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.FlatShippingRateType |
Java class for FlatShippingRateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlatShippingRateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdditionalShippingCosts" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
<element name="FlatShippingHandlingCosts" 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 ref="{urn:ebay:apis:eBLBaseComponents}ShippingService" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalShippingCosts | |||||||||||
| flatShippingHandlingCosts | |||||||||||
| insuranceFee | |||||||||||
| insuranceOption | |||||||||||
| shippingService | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalShippingCosts property.
| |||||||||||
Gets the value of the flatShippingHandlingCosts property.
| |||||||||||
Gets the value of the insuranceFee property.
| |||||||||||
Gets the value of the insuranceOption property.
| |||||||||||
Gets the value of the shippingService property.
| |||||||||||
Sets the value of the additionalShippingCosts property.
| |||||||||||
Sets the value of the flatShippingHandlingCosts property.
| |||||||||||
Sets the value of the insuranceFee property.
| |||||||||||
Sets the value of the insuranceOption property.
| |||||||||||
Sets the value of the shippingService property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalShippingCosts property.
AmountType
Gets the value of the flatShippingHandlingCosts property.
AmountType
Gets the value of the insuranceFee property.
AmountType
Gets the value of the insuranceOption property.
InsuranceOptionCodeType
Gets the value of the shippingService property.
ShippingServiceCodeType
Sets the value of the additionalShippingCosts property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the flatShippingHandlingCosts 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 shippingService property.
| value | Allowed object is
ShippingServiceCodeType
|
|---|