Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ShippingDetailsType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.ShippingDetailsType
All Implemented Interfaces:
Serializable

public class ShippingDetailsType
extends Object
implements Serializable

Type defining the ShippingDetails container, which contains the shipping-related details for an item (pre-checkout) or order (post-checkout).

IMPORTANT: To avoid loss of shipping details when revising a listing, you must include all ShippingDetails fields that were originally provided. Do not omit any tag, even if its value does not change. Omitting a shipping field when revising an item will remove that detail from the listing.

Java class for ShippingDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ShippingDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AllowPaymentEdit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ApplyShippingDiscount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="GlobalShipping" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CalculatedShippingRate" type="{urn:ebay:apis:eBLBaseComponents}CalculatedShippingRateType" minOccurs="0"/>
         <element name="ChangePaymentInstructions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="InsuranceWanted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="PaymentEdited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="PaymentInstructions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SalesTax" type="{urn:ebay:apis:eBLBaseComponents}SalesTaxType" minOccurs="0"/>
         <element name="ShippingRateErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShippingRateType" type="{urn:ebay:apis:eBLBaseComponents}ShippingRateTypeCodeType" minOccurs="0"/>
         <element name="ShippingServiceOptions" type="{urn:ebay:apis:eBLBaseComponents}ShippingServiceOptionsType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="InternationalShippingServiceOption" type="{urn:ebay:apis:eBLBaseComponents}InternationalShippingServiceOptionsType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ShippingType" type="{urn:ebay:apis:eBLBaseComponents}ShippingTypeCodeType" minOccurs="0"/>
         <element name="SellingManagerSalesRecordNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ThirdPartyCheckout" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="TaxTable" type="{urn:ebay:apis:eBLBaseComponents}TaxTableType" minOccurs="0"/>
         <element name="GetItFast" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ShippingServiceUsed" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="DefaultShippingCost" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="InsuranceDetails" type="{urn:ebay:apis:eBLBaseComponents}InsuranceDetailsType" minOccurs="0"/>
         <element name="InternationalInsuranceDetails" type="{urn:ebay:apis:eBLBaseComponents}InsuranceDetailsType" minOccurs="0"/>
         <element name="ShippingDiscountProfileID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FlatShippingDiscount" type="{urn:ebay:apis:eBLBaseComponents}FlatShippingDiscountType" minOccurs="0"/>
         <element name="CalculatedShippingDiscount" type="{urn:ebay:apis:eBLBaseComponents}CalculatedShippingDiscountType" minOccurs="0"/>
         <element name="PromotionalShippingDiscount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="InternationalShippingDiscountProfileID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InternationalFlatShippingDiscount" type="{urn:ebay:apis:eBLBaseComponents}FlatShippingDiscountType" minOccurs="0"/>
         <element name="InternationalCalculatedShippingDiscount" type="{urn:ebay:apis:eBLBaseComponents}CalculatedShippingDiscountType" minOccurs="0"/>
         <element name="InternationalPromotionalShippingDiscount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="PromotionalShippingDiscountDetails" type="{urn:ebay:apis:eBLBaseComponents}PromotionalShippingDiscountDetailsType" minOccurs="0"/>
         <element name="CODCost" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="ExcludeShipToLocation" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SellerExcludeShipToLocationsPreference" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ShipmentTrackingDetails" type="{urn:ebay:apis:eBLBaseComponents}ShipmentTrackingDetailsType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RateTableDetails" type="{urn:ebay:apis:eBLBaseComponents}RateTableDetailsType" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Boolean allowPaymentEdit
           
protected  List<Object> any
           
protected  Boolean applyShippingDiscount
           
protected  CalculatedShippingDiscountType calculatedShippingDiscount
           
protected  CalculatedShippingRateType calculatedShippingRate
           
protected  Boolean changePaymentInstructions
           
protected  AmountType codCost
           
protected  AmountType defaultShippingCost
           
protected  List<String> excludeShipToLocation
           
protected  FlatShippingDiscountType flatShippingDiscount
           
protected  Boolean getItFast
           
protected  Boolean globalShipping
           
protected  InsuranceDetailsType insuranceDetails
           
protected  Boolean insuranceWanted
           
protected  CalculatedShippingDiscountType internationalCalculatedShippingDiscount
           
protected  FlatShippingDiscountType internationalFlatShippingDiscount
           
protected  InsuranceDetailsType internationalInsuranceDetails
           
protected  Boolean internationalPromotionalShippingDiscount
           
protected  String internationalShippingDiscountProfileID
           
protected  List<InternationalShippingServiceOptionsType> internationalShippingServiceOption
           
protected  Boolean paymentEdited
           
protected  String paymentInstructions
           
protected  Boolean promotionalShippingDiscount
           
protected  PromotionalShippingDiscountDetailsType promotionalShippingDiscountDetails
           
protected  RateTableDetailsType rateTableDetails
           
protected  SalesTaxType salesTax
           
protected  Boolean sellerExcludeShipToLocationsPreference
           
protected  Integer sellingManagerSalesRecordNumber
           
protected  List<ShipmentTrackingDetailsType> shipmentTrackingDetails
           
protected  String shippingDiscountProfileID
           
protected  String shippingRateErrorMessage
           
protected  ShippingRateTypeCodeType shippingRateType
           
protected  List<ShippingServiceOptionsType> shippingServiceOptions
           
protected  String shippingServiceUsed
           
protected  ShippingTypeCodeType shippingType
           
protected  TaxTableType taxTable
           
protected  Boolean thirdPartyCheckout
           
 
Constructor Summary
ShippingDetailsType()
           
 
Method Summary
protected  List<Object> _getAny()
           
protected  List<String> _getExcludeShipToLocation()
           
protected  List<InternationalShippingServiceOptionsType> _getInternationalShippingServiceOption()
           
protected  List<ShipmentTrackingDetailsType> _getShipmentTrackingDetails()
           
protected  List<ShippingServiceOptionsType> _getShippingServiceOptions()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 CalculatedShippingDiscountType getCalculatedShippingDiscount()
          Gets the value of the calculatedShippingDiscount property.
 CalculatedShippingRateType getCalculatedShippingRate()
          Gets the value of the calculatedShippingRate property.
 AmountType getCODCost()
          Gets the value of the codCost property.
 AmountType getDefaultShippingCost()
          Gets the value of the defaultShippingCost property.
 String[] getExcludeShipToLocation()
           
 String getExcludeShipToLocation(int idx)
           
 int getExcludeShipToLocationLength()
           
 FlatShippingDiscountType getFlatShippingDiscount()
          Gets the value of the flatShippingDiscount property.
 InsuranceDetailsType getInsuranceDetails()
          Gets the value of the insuranceDetails property.
 CalculatedShippingDiscountType getInternationalCalculatedShippingDiscount()
          Gets the value of the internationalCalculatedShippingDiscount property.
 FlatShippingDiscountType getInternationalFlatShippingDiscount()
          Gets the value of the internationalFlatShippingDiscount property.
 InsuranceDetailsType getInternationalInsuranceDetails()
          Gets the value of the internationalInsuranceDetails property.
 String getInternationalShippingDiscountProfileID()
          Gets the value of the internationalShippingDiscountProfileID property.
 InternationalShippingServiceOptionsType[] getInternationalShippingServiceOption()
           
 InternationalShippingServiceOptionsType getInternationalShippingServiceOption(int idx)
           
 int getInternationalShippingServiceOptionLength()
           
 String getPaymentInstructions()
          Gets the value of the paymentInstructions property.
 PromotionalShippingDiscountDetailsType getPromotionalShippingDiscountDetails()
          Gets the value of the promotionalShippingDiscountDetails property.
 RateTableDetailsType getRateTableDetails()
          Gets the value of the rateTableDetails property.
 SalesTaxType getSalesTax()
          Gets the value of the salesTax property.
 Integer getSellingManagerSalesRecordNumber()
          Gets the value of the sellingManagerSalesRecordNumber property.
 ShipmentTrackingDetailsType[] getShipmentTrackingDetails()
           
 ShipmentTrackingDetailsType getShipmentTrackingDetails(int idx)
           
 int getShipmentTrackingDetailsLength()
           
 String getShippingDiscountProfileID()
          Gets the value of the shippingDiscountProfileID property.
 String getShippingRateErrorMessage()
          Gets the value of the shippingRateErrorMessage property.
 ShippingRateTypeCodeType getShippingRateType()
          Gets the value of the shippingRateType property.
 ShippingServiceOptionsType[] getShippingServiceOptions()
           
 ShippingServiceOptionsType getShippingServiceOptions(int idx)
           
 int getShippingServiceOptionsLength()
           
 String getShippingServiceUsed()
          Gets the value of the shippingServiceUsed property.
 ShippingTypeCodeType getShippingType()
          Gets the value of the shippingType property.
 TaxTableType getTaxTable()
          Gets the value of the taxTable property.
 Boolean isAllowPaymentEdit()
          Gets the value of the allowPaymentEdit property.
 Boolean isApplyShippingDiscount()
          Gets the value of the applyShippingDiscount property.
 Boolean isChangePaymentInstructions()
          Gets the value of the changePaymentInstructions property.
 Boolean isGetItFast()
          Gets the value of the getItFast property.
 Boolean isGlobalShipping()
          Gets the value of the globalShipping property.
 Boolean isInsuranceWanted()
          Gets the value of the insuranceWanted property.
 Boolean isInternationalPromotionalShippingDiscount()
          Gets the value of the internationalPromotionalShippingDiscount property.
 Boolean isPaymentEdited()
          Gets the value of the paymentEdited property.
 Boolean isPromotionalShippingDiscount()
          Gets the value of the promotionalShippingDiscount property.
 Boolean isSellerExcludeShipToLocationsPreference()
          Gets the value of the sellerExcludeShipToLocationsPreference property.
 Boolean isThirdPartyCheckout()
          Gets the value of the thirdPartyCheckout property.
 void setAllowPaymentEdit(Boolean value)
          Sets the value of the allowPaymentEdit property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setApplyShippingDiscount(Boolean value)
          Sets the value of the applyShippingDiscount property.
 void setCalculatedShippingDiscount(CalculatedShippingDiscountType value)
          Sets the value of the calculatedShippingDiscount property.
 void setCalculatedShippingRate(CalculatedShippingRateType value)
          Sets the value of the calculatedShippingRate property.
 void setChangePaymentInstructions(Boolean value)
          Sets the value of the changePaymentInstructions property.
 void setCODCost(AmountType value)
          Sets the value of the codCost property.
 void setDefaultShippingCost(AmountType value)
          Sets the value of the defaultShippingCost property.
 String setExcludeShipToLocation(int idx, String value)
           
 void setExcludeShipToLocation(String[] values)
           
 void setFlatShippingDiscount(FlatShippingDiscountType value)
          Sets the value of the flatShippingDiscount property.
 void setGetItFast(Boolean value)
          Sets the value of the getItFast property.
 void setGlobalShipping(Boolean value)
          Sets the value of the globalShipping property.
 void setInsuranceDetails(InsuranceDetailsType value)
          Sets the value of the insuranceDetails property.
 void setInsuranceWanted(Boolean value)
          Sets the value of the insuranceWanted property.
 void setInternationalCalculatedShippingDiscount(CalculatedShippingDiscountType value)
          Sets the value of the internationalCalculatedShippingDiscount property.
 void setInternationalFlatShippingDiscount(FlatShippingDiscountType value)
          Sets the value of the internationalFlatShippingDiscount property.
 void setInternationalInsuranceDetails(InsuranceDetailsType value)
          Sets the value of the internationalInsuranceDetails property.
 void setInternationalPromotionalShippingDiscount(Boolean value)
          Sets the value of the internationalPromotionalShippingDiscount property.
 void setInternationalShippingDiscountProfileID(String value)
          Sets the value of the internationalShippingDiscountProfileID property.
 void setInternationalShippingServiceOption(InternationalShippingServiceOptionsType[] values)
           
 InternationalShippingServiceOptionsType setInternationalShippingServiceOption(int idx, InternationalShippingServiceOptionsType value)
           
 void setPaymentEdited(Boolean value)
          Sets the value of the paymentEdited property.
 void setPaymentInstructions(String value)
          Sets the value of the paymentInstructions property.
 void setPromotionalShippingDiscount(Boolean value)
          Sets the value of the promotionalShippingDiscount property.
 void setPromotionalShippingDiscountDetails(PromotionalShippingDiscountDetailsType value)
          Sets the value of the promotionalShippingDiscountDetails property.
 void setRateTableDetails(RateTableDetailsType value)
          Sets the value of the rateTableDetails property.
 void setSalesTax(SalesTaxType value)
          Sets the value of the salesTax property.
 void setSellerExcludeShipToLocationsPreference(Boolean value)
          Sets the value of the sellerExcludeShipToLocationsPreference property.
 void setSellingManagerSalesRecordNumber(Integer value)
          Sets the value of the sellingManagerSalesRecordNumber property.
 ShipmentTrackingDetailsType setShipmentTrackingDetails(int idx, ShipmentTrackingDetailsType value)
           
 void setShipmentTrackingDetails(ShipmentTrackingDetailsType[] values)
           
 void setShippingDiscountProfileID(String value)
          Sets the value of the shippingDiscountProfileID property.
 void setShippingRateErrorMessage(String value)
          Sets the value of the shippingRateErrorMessage property.
 void setShippingRateType(ShippingRateTypeCodeType value)
          Sets the value of the shippingRateType property.
 ShippingServiceOptionsType setShippingServiceOptions(int idx, ShippingServiceOptionsType value)
           
 void setShippingServiceOptions(ShippingServiceOptionsType[] values)
           
 void setShippingServiceUsed(String value)
          Sets the value of the shippingServiceUsed property.
 void setShippingType(ShippingTypeCodeType value)
          Sets the value of the shippingType property.
 void setTaxTable(TaxTableType value)
          Sets the value of the taxTable property.
 void setThirdPartyCheckout(Boolean value)
          Sets the value of the thirdPartyCheckout property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allowPaymentEdit

protected Boolean allowPaymentEdit

applyShippingDiscount

protected Boolean applyShippingDiscount

globalShipping

protected Boolean globalShipping

calculatedShippingRate

protected CalculatedShippingRateType calculatedShippingRate

changePaymentInstructions

protected Boolean changePaymentInstructions

insuranceWanted

protected Boolean insuranceWanted

paymentEdited

protected Boolean paymentEdited

paymentInstructions

protected String paymentInstructions

salesTax

protected SalesTaxType salesTax

shippingRateErrorMessage

protected String shippingRateErrorMessage

shippingRateType

protected ShippingRateTypeCodeType shippingRateType

shippingServiceOptions

protected List<ShippingServiceOptionsType> shippingServiceOptions

internationalShippingServiceOption

protected List<InternationalShippingServiceOptionsType> internationalShippingServiceOption

shippingType

protected ShippingTypeCodeType shippingType

sellingManagerSalesRecordNumber

protected Integer sellingManagerSalesRecordNumber

thirdPartyCheckout

protected Boolean thirdPartyCheckout

taxTable

protected TaxTableType taxTable

getItFast

protected Boolean getItFast

shippingServiceUsed

protected String shippingServiceUsed

defaultShippingCost

protected AmountType defaultShippingCost

insuranceDetails

protected InsuranceDetailsType insuranceDetails

internationalInsuranceDetails

protected InsuranceDetailsType internationalInsuranceDetails

shippingDiscountProfileID

protected String shippingDiscountProfileID

flatShippingDiscount

protected FlatShippingDiscountType flatShippingDiscount

calculatedShippingDiscount

protected CalculatedShippingDiscountType calculatedShippingDiscount

promotionalShippingDiscount

protected Boolean promotionalShippingDiscount

internationalShippingDiscountProfileID

protected String internationalShippingDiscountProfileID

internationalFlatShippingDiscount

protected FlatShippingDiscountType internationalFlatShippingDiscount

internationalCalculatedShippingDiscount

protected CalculatedShippingDiscountType internationalCalculatedShippingDiscount

internationalPromotionalShippingDiscount

protected Boolean internationalPromotionalShippingDiscount

promotionalShippingDiscountDetails

protected PromotionalShippingDiscountDetailsType promotionalShippingDiscountDetails

codCost

protected AmountType codCost

excludeShipToLocation

protected List<String> excludeShipToLocation

sellerExcludeShipToLocationsPreference

protected Boolean sellerExcludeShipToLocationsPreference

shipmentTrackingDetails

protected List<ShipmentTrackingDetailsType> shipmentTrackingDetails

rateTableDetails

protected RateTableDetailsType rateTableDetails

any

protected List<Object> any
Constructor Detail

ShippingDetailsType

public ShippingDetailsType()
Method Detail

isAllowPaymentEdit

public Boolean isAllowPaymentEdit()
Gets the value of the allowPaymentEdit property.

Returns:
possible object is Boolean

setAllowPaymentEdit

public void setAllowPaymentEdit(Boolean value)
Sets the value of the allowPaymentEdit property.

Parameters:
value - allowed object is Boolean

isApplyShippingDiscount

public Boolean isApplyShippingDiscount()
Gets the value of the applyShippingDiscount property.

Returns:
possible object is Boolean

setApplyShippingDiscount

public void setApplyShippingDiscount(Boolean value)
Sets the value of the applyShippingDiscount property.

Parameters:
value - allowed object is Boolean

isGlobalShipping

public Boolean isGlobalShipping()
Gets the value of the globalShipping property.

Returns:
possible object is Boolean

setGlobalShipping

public void setGlobalShipping(Boolean value)
Sets the value of the globalShipping property.

Parameters:
value - allowed object is Boolean

getCalculatedShippingRate

public CalculatedShippingRateType getCalculatedShippingRate()
Gets the value of the calculatedShippingRate property.

Returns:
possible object is CalculatedShippingRateType

setCalculatedShippingRate

public void setCalculatedShippingRate(CalculatedShippingRateType value)
Sets the value of the calculatedShippingRate property.

Parameters:
value - allowed object is CalculatedShippingRateType

isChangePaymentInstructions

public Boolean isChangePaymentInstructions()
Gets the value of the changePaymentInstructions property.

Returns:
possible object is Boolean

setChangePaymentInstructions

public void setChangePaymentInstructions(Boolean value)
Sets the value of the changePaymentInstructions property.

Parameters:
value - allowed object is Boolean

isInsuranceWanted

public Boolean isInsuranceWanted()
Gets the value of the insuranceWanted property.

Returns:
possible object is Boolean

setInsuranceWanted

public void setInsuranceWanted(Boolean value)
Sets the value of the insuranceWanted property.

Parameters:
value - allowed object is Boolean

isPaymentEdited

public Boolean isPaymentEdited()
Gets the value of the paymentEdited property.

Returns:
possible object is Boolean

setPaymentEdited

public void setPaymentEdited(Boolean value)
Sets the value of the paymentEdited property.

Parameters:
value - allowed object is Boolean

getPaymentInstructions

public String getPaymentInstructions()
Gets the value of the paymentInstructions property.

Returns:
possible object is String

setPaymentInstructions

public void setPaymentInstructions(String value)
Sets the value of the paymentInstructions property.

Parameters:
value - allowed object is String

getSalesTax

public SalesTaxType getSalesTax()
Gets the value of the salesTax property.

Returns:
possible object is SalesTaxType

setSalesTax

public void setSalesTax(SalesTaxType value)
Sets the value of the salesTax property.

Parameters:
value - allowed object is SalesTaxType

getShippingRateErrorMessage

public String getShippingRateErrorMessage()
Gets the value of the shippingRateErrorMessage property.

Returns:
possible object is String

setShippingRateErrorMessage

public void setShippingRateErrorMessage(String value)
Sets the value of the shippingRateErrorMessage property.

Parameters:
value - allowed object is String

getShippingRateType

public ShippingRateTypeCodeType getShippingRateType()
Gets the value of the shippingRateType property.

Returns:
possible object is ShippingRateTypeCodeType

setShippingRateType

public void setShippingRateType(ShippingRateTypeCodeType value)
Sets the value of the shippingRateType property.

Parameters:
value - allowed object is ShippingRateTypeCodeType

getShippingServiceOptions

public ShippingServiceOptionsType[] getShippingServiceOptions()
Returns:
array of ShippingServiceOptionsType

getShippingServiceOptions

public ShippingServiceOptionsType getShippingServiceOptions(int idx)
Returns:
one of ShippingServiceOptionsType

getShippingServiceOptionsLength

public int getShippingServiceOptionsLength()

setShippingServiceOptions

public void setShippingServiceOptions(ShippingServiceOptionsType[] values)
Parameters:
values - allowed objects are ShippingServiceOptionsType

_getShippingServiceOptions

protected List<ShippingServiceOptionsType> _getShippingServiceOptions()

setShippingServiceOptions

public ShippingServiceOptionsType setShippingServiceOptions(int idx,
                                                            ShippingServiceOptionsType value)
Parameters:
value - allowed object is ShippingServiceOptionsType

getInternationalShippingServiceOption

public InternationalShippingServiceOptionsType[] getInternationalShippingServiceOption()
Returns:
array of InternationalShippingServiceOptionsType

getInternationalShippingServiceOption

public InternationalShippingServiceOptionsType getInternationalShippingServiceOption(int idx)
Returns:
one of InternationalShippingServiceOptionsType

getInternationalShippingServiceOptionLength

public int getInternationalShippingServiceOptionLength()

setInternationalShippingServiceOption

public void setInternationalShippingServiceOption(InternationalShippingServiceOptionsType[] values)
Parameters:
values - allowed objects are InternationalShippingServiceOptionsType

_getInternationalShippingServiceOption

protected List<InternationalShippingServiceOptionsType> _getInternationalShippingServiceOption()

setInternationalShippingServiceOption

public InternationalShippingServiceOptionsType setInternationalShippingServiceOption(int idx,
                                                                                     InternationalShippingServiceOptionsType value)
Parameters:
value - allowed object is InternationalShippingServiceOptionsType

getShippingType

public ShippingTypeCodeType getShippingType()
Gets the value of the shippingType property.

Returns:
possible object is ShippingTypeCodeType

setShippingType

public void setShippingType(ShippingTypeCodeType value)
Sets the value of the shippingType property.

Parameters:
value - allowed object is ShippingTypeCodeType

getSellingManagerSalesRecordNumber

public Integer getSellingManagerSalesRecordNumber()
Gets the value of the sellingManagerSalesRecordNumber property.

Returns:
possible object is Integer

setSellingManagerSalesRecordNumber

public void setSellingManagerSalesRecordNumber(Integer value)
Sets the value of the sellingManagerSalesRecordNumber property.

Parameters:
value - allowed object is Integer

isThirdPartyCheckout

public Boolean isThirdPartyCheckout()
Gets the value of the thirdPartyCheckout property.

Returns:
possible object is Boolean

setThirdPartyCheckout

public void setThirdPartyCheckout(Boolean value)
Sets the value of the thirdPartyCheckout property.

Parameters:
value - allowed object is Boolean

getTaxTable

public TaxTableType getTaxTable()
Gets the value of the taxTable property.

Returns:
possible object is TaxTableType

setTaxTable

public void setTaxTable(TaxTableType value)
Sets the value of the taxTable property.

Parameters:
value - allowed object is TaxTableType

isGetItFast

public Boolean isGetItFast()
Gets the value of the getItFast property.

Returns:
possible object is Boolean

setGetItFast

public void setGetItFast(Boolean value)
Sets the value of the getItFast property.

Parameters:
value - allowed object is Boolean

getShippingServiceUsed

public String getShippingServiceUsed()
Gets the value of the shippingServiceUsed property.

Returns:
possible object is String

setShippingServiceUsed

public void setShippingServiceUsed(String value)
Sets the value of the shippingServiceUsed property.

Parameters:
value - allowed object is String

getDefaultShippingCost

public AmountType getDefaultShippingCost()
Gets the value of the defaultShippingCost property.

Returns:
possible object is AmountType

setDefaultShippingCost

public void setDefaultShippingCost(AmountType value)
Sets the value of the defaultShippingCost property.

Parameters:
value - allowed object is AmountType

getInsuranceDetails

public InsuranceDetailsType getInsuranceDetails()
Gets the value of the insuranceDetails property.

Returns:
possible object is InsuranceDetailsType

setInsuranceDetails

public void setInsuranceDetails(InsuranceDetailsType value)
Sets the value of the insuranceDetails property.

Parameters:
value - allowed object is InsuranceDetailsType

getInternationalInsuranceDetails

public InsuranceDetailsType getInternationalInsuranceDetails()
Gets the value of the internationalInsuranceDetails property.

Returns:
possible object is InsuranceDetailsType

setInternationalInsuranceDetails

public void setInternationalInsuranceDetails(InsuranceDetailsType value)
Sets the value of the internationalInsuranceDetails property.

Parameters:
value - allowed object is InsuranceDetailsType

getShippingDiscountProfileID

public String getShippingDiscountProfileID()
Gets the value of the shippingDiscountProfileID property.

Returns:
possible object is String

setShippingDiscountProfileID

public void setShippingDiscountProfileID(String value)
Sets the value of the shippingDiscountProfileID property.

Parameters:
value - allowed object is String

getFlatShippingDiscount

public FlatShippingDiscountType getFlatShippingDiscount()
Gets the value of the flatShippingDiscount property.

Returns:
possible object is FlatShippingDiscountType

setFlatShippingDiscount

public void setFlatShippingDiscount(FlatShippingDiscountType value)
Sets the value of the flatShippingDiscount property.

Parameters:
value - allowed object is FlatShippingDiscountType

getCalculatedShippingDiscount

public CalculatedShippingDiscountType getCalculatedShippingDiscount()
Gets the value of the calculatedShippingDiscount property.

Returns:
possible object is CalculatedShippingDiscountType

setCalculatedShippingDiscount

public void setCalculatedShippingDiscount(CalculatedShippingDiscountType value)
Sets the value of the calculatedShippingDiscount property.

Parameters:
value - allowed object is CalculatedShippingDiscountType

isPromotionalShippingDiscount

public Boolean isPromotionalShippingDiscount()
Gets the value of the promotionalShippingDiscount property.

Returns:
possible object is Boolean

setPromotionalShippingDiscount

public void setPromotionalShippingDiscount(Boolean value)
Sets the value of the promotionalShippingDiscount property.

Parameters:
value - allowed object is Boolean

getInternationalShippingDiscountProfileID

public String getInternationalShippingDiscountProfileID()
Gets the value of the internationalShippingDiscountProfileID property.

Returns:
possible object is String

setInternationalShippingDiscountProfileID

public void setInternationalShippingDiscountProfileID(String value)
Sets the value of the internationalShippingDiscountProfileID property.

Parameters:
value - allowed object is String

getInternationalFlatShippingDiscount

public FlatShippingDiscountType getInternationalFlatShippingDiscount()
Gets the value of the internationalFlatShippingDiscount property.

Returns:
possible object is FlatShippingDiscountType

setInternationalFlatShippingDiscount

public void setInternationalFlatShippingDiscount(FlatShippingDiscountType value)
Sets the value of the internationalFlatShippingDiscount property.

Parameters:
value - allowed object is FlatShippingDiscountType

getInternationalCalculatedShippingDiscount

public CalculatedShippingDiscountType getInternationalCalculatedShippingDiscount()
Gets the value of the internationalCalculatedShippingDiscount property.

Returns:
possible object is CalculatedShippingDiscountType

setInternationalCalculatedShippingDiscount

public void setInternationalCalculatedShippingDiscount(CalculatedShippingDiscountType value)
Sets the value of the internationalCalculatedShippingDiscount property.

Parameters:
value - allowed object is CalculatedShippingDiscountType

isInternationalPromotionalShippingDiscount

public Boolean isInternationalPromotionalShippingDiscount()
Gets the value of the internationalPromotionalShippingDiscount property.

Returns:
possible object is Boolean

setInternationalPromotionalShippingDiscount

public void setInternationalPromotionalShippingDiscount(Boolean value)
Sets the value of the internationalPromotionalShippingDiscount property.

Parameters:
value - allowed object is Boolean

getPromotionalShippingDiscountDetails

public PromotionalShippingDiscountDetailsType getPromotionalShippingDiscountDetails()
Gets the value of the promotionalShippingDiscountDetails property.

Returns:
possible object is PromotionalShippingDiscountDetailsType

setPromotionalShippingDiscountDetails

public void setPromotionalShippingDiscountDetails(PromotionalShippingDiscountDetailsType value)
Sets the value of the promotionalShippingDiscountDetails property.

Parameters:
value - allowed object is PromotionalShippingDiscountDetailsType

getCODCost

public AmountType getCODCost()
Gets the value of the codCost property.

Returns:
possible object is AmountType

setCODCost

public void setCODCost(AmountType value)
Sets the value of the codCost property.

Parameters:
value - allowed object is AmountType

getExcludeShipToLocation

public String[] getExcludeShipToLocation()
Returns:
array of String

getExcludeShipToLocation

public String getExcludeShipToLocation(int idx)
Returns:
one of String

getExcludeShipToLocationLength

public int getExcludeShipToLocationLength()

setExcludeShipToLocation

public void setExcludeShipToLocation(String[] values)
Parameters:
values - allowed objects are String

_getExcludeShipToLocation

protected List<String> _getExcludeShipToLocation()

setExcludeShipToLocation

public String setExcludeShipToLocation(int idx,
                                       String value)
Parameters:
value - allowed object is String

isSellerExcludeShipToLocationsPreference

public Boolean isSellerExcludeShipToLocationsPreference()
Gets the value of the sellerExcludeShipToLocationsPreference property.

Returns:
possible object is Boolean

setSellerExcludeShipToLocationsPreference

public void setSellerExcludeShipToLocationsPreference(Boolean value)
Sets the value of the sellerExcludeShipToLocationsPreference property.

Parameters:
value - allowed object is Boolean

getShipmentTrackingDetails

public ShipmentTrackingDetailsType[] getShipmentTrackingDetails()
Returns:
array of ShipmentTrackingDetailsType

getShipmentTrackingDetails

public ShipmentTrackingDetailsType getShipmentTrackingDetails(int idx)
Returns:
one of ShipmentTrackingDetailsType

getShipmentTrackingDetailsLength

public int getShipmentTrackingDetailsLength()

setShipmentTrackingDetails

public void setShipmentTrackingDetails(ShipmentTrackingDetailsType[] values)
Parameters:
values - allowed objects are ShipmentTrackingDetailsType

_getShipmentTrackingDetails

protected List<ShipmentTrackingDetailsType> _getShipmentTrackingDetails()

setShipmentTrackingDetails

public ShipmentTrackingDetailsType setShipmentTrackingDetails(int idx,
                                                              ShipmentTrackingDetailsType value)
Parameters:
value - allowed object is ShipmentTrackingDetailsType

getRateTableDetails

public RateTableDetailsType getRateTableDetails()
Gets the value of the rateTableDetails property.

Returns:
possible object is RateTableDetailsType

setRateTableDetails

public void setRateTableDetails(RateTableDetailsType value)
Sets the value of the rateTableDetails property.

Parameters:
value - allowed object is RateTableDetailsType

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.