public class FlatShippingRateType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected AmountType |
additionalShippingCosts |
protected AmountType |
flatShippingHandlingCosts |
protected AmountType |
insuranceFee |
protected InsuranceOptionCodeType |
insuranceOption |
protected ShippingServiceCodeType |
shippingService |
Constructor and Description |
---|
FlatShippingRateType() |
Modifier and Type | Method and Description |
---|---|
AmountType |
getAdditionalShippingCosts()
Gets the value of the additionalShippingCosts property.
|
AmountType |
getFlatShippingHandlingCosts()
Gets the value of the flatShippingHandlingCosts property.
|
AmountType |
getInsuranceFee()
Gets the value of the insuranceFee property.
|
InsuranceOptionCodeType |
getInsuranceOption()
Gets the value of the insuranceOption property.
|
ShippingServiceCodeType |
getShippingService()
Gets the value of the shippingService property.
|
void |
setAdditionalShippingCosts(AmountType value)
Sets the value of the additionalShippingCosts property.
|
void |
setFlatShippingHandlingCosts(AmountType value)
Sets the value of the flatShippingHandlingCosts property.
|
void |
setInsuranceFee(AmountType value)
Sets the value of the insuranceFee property.
|
void |
setInsuranceOption(InsuranceOptionCodeType value)
Sets the value of the insuranceOption property.
|
void |
setShippingService(ShippingServiceCodeType value)
Sets the value of the shippingService property.
|
protected AmountType additionalShippingCosts
protected AmountType flatShippingHandlingCosts
protected AmountType insuranceFee
protected InsuranceOptionCodeType insuranceOption
protected ShippingServiceCodeType shippingService
public AmountType getAdditionalShippingCosts()
AmountType
public void setAdditionalShippingCosts(AmountType value)
value
- the value
allowed object is
AmountType
public AmountType getFlatShippingHandlingCosts()
AmountType
public void setFlatShippingHandlingCosts(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 ShippingServiceCodeType getShippingService()
ShippingServiceCodeType
public void setShippingService(ShippingServiceCodeType value)
value
- the value
allowed object is
ShippingServiceCodeType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.