Changes since
the last release

Uses of Class
com.ebay.soap.eBLBaseComponents.ShippingServiceOptionsType

Packages that use ShippingServiceOptionsType
com.ebay.sdk.call   
com.ebay.sdk.helper   
com.ebay.soap.eBLBaseComponents   
 

Uses of ShippingServiceOptionsType in com.ebay.sdk.call
 

Methods in com.ebay.sdk.call that return ShippingServiceOptionsType
 ShippingServiceOptionsType[] SendInvoiceCall.getShippingServiceOptions()
          Gets the SendInvoiceRequestType.shippingServiceOptions.
 

Methods in com.ebay.sdk.call with parameters of type ShippingServiceOptionsType
 void SendInvoiceCall.setShippingServiceOptions(ShippingServiceOptionsType[] shippingServiceOptions)
          Sets the SendInvoiceRequestType.shippingServiceOptions.
 

Uses of ShippingServiceOptionsType in com.ebay.sdk.helper
 

Methods in com.ebay.sdk.helper that return ShippingServiceOptionsType
 ShippingServiceOptionsType ShippingServiceSelector.getSelectedShippingServiceOption()
          Return the selected ShippingService in the ShipppingServiceSelector.
 ShippingServiceOptionsType ShippingServiceSelector.getShippingServiceOption()
          Return the ShippingServiceOption in the ShippingServiceSelector.
 ShippingServiceOptionsType ServiceControlManager.processUserSelectedShippingService(CurrencyCodeType currencyId, javax.swing.JComboBox cbxShippingServiceSelected, ControlTagItem[] ctrlShippingServices, javax.swing.JComboBox cbxIntlShippingServiceSelected, ControlTagItem[] ctrlIntlShippingServices, javax.swing.JTextField txtShippingServiceSelectedCost)
           
 

Methods in com.ebay.sdk.helper with parameters of type ShippingServiceOptionsType
 javax.swing.tree.DefaultMutableTreeNode ShippingServiceOptionTreeBuilder.buildShippingServiceOptionNode(ShippingTypeCodeType shippingType, ShippingServiceOptionsType sso)
          Build a node for a ShippingServiceOption.
 javax.swing.tree.DefaultMutableTreeNode ShippingServiceOptionTreeBuilder.buildShippingServiceOptionTree(ShippingTypeCodeType shippingType, ShippingServiceOptionsType[] ssos)
          Build a tree for a list of ShippingServiceOptions.
 void ShippingServiceSelector.setSelectedShippingServiceOption(ShippingServiceOptionsType option)
          Set the selected ShippingServiceOption
 void ShippingServiceSelector.setShippingServiceOption(ShippingServiceOptionsType shippingServiceOption)
          Set the ShippingServiceOption
 

Constructors in com.ebay.sdk.helper with parameters of type ShippingServiceOptionsType
ShippingServiceSelector(ShippingTypeCodeType shippingType, ShippingServiceOptionsType shippingServiceOption, ControlTagItem[] ctrlShippingServices)
          Constructor
 

Uses of ShippingServiceOptionsType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as ShippingServiceOptionsType
protected  ShippingServiceOptionsType TransactionType.shippingServiceSelected
           
protected  ShippingServiceOptionsType OrderType.shippingServiceSelected
           
 

Fields in com.ebay.soap.eBLBaseComponents with type parameters of type ShippingServiceOptionsType
protected  java.util.List<ShippingServiceOptionsType> ShippingDetailsType.shippingServiceOptions
           
protected  java.util.List<ShippingServiceOptionsType> SendInvoiceRequestType.shippingServiceOptions
           
 

Methods in com.ebay.soap.eBLBaseComponents that return ShippingServiceOptionsType
 ShippingServiceOptionsType ObjectFactory.createShippingServiceOptionsType()
          Create an instance of ShippingServiceOptionsType
 ShippingServiceOptionsType[] ShippingDetailsType.getShippingServiceOptions()
           
 ShippingServiceOptionsType[] SendInvoiceRequestType.getShippingServiceOptions()
           
 ShippingServiceOptionsType ShippingDetailsType.getShippingServiceOptions(int idx)
           
 ShippingServiceOptionsType SendInvoiceRequestType.getShippingServiceOptions(int idx)
           
 ShippingServiceOptionsType TransactionType.getShippingServiceSelected()
          Gets the value of the shippingServiceSelected property.
 ShippingServiceOptionsType OrderType.getShippingServiceSelected()
          Gets the value of the shippingServiceSelected property.
 ShippingServiceOptionsType ShippingDetailsType.setShippingServiceOptions(int idx, ShippingServiceOptionsType value)
           
 ShippingServiceOptionsType SendInvoiceRequestType.setShippingServiceOptions(int idx, ShippingServiceOptionsType value)
           
 

Methods in com.ebay.soap.eBLBaseComponents that return types with arguments of type ShippingServiceOptionsType
protected  java.util.List<ShippingServiceOptionsType> ShippingDetailsType._getShippingServiceOptions()
           
protected  java.util.List<ShippingServiceOptionsType> SendInvoiceRequestType._getShippingServiceOptions()
           
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type ShippingServiceOptionsType
 ShippingServiceOptionsType ShippingDetailsType.setShippingServiceOptions(int idx, ShippingServiceOptionsType value)
           
 ShippingServiceOptionsType SendInvoiceRequestType.setShippingServiceOptions(int idx, ShippingServiceOptionsType value)
           
 void ShippingDetailsType.setShippingServiceOptions(ShippingServiceOptionsType[] values)
           
 void SendInvoiceRequestType.setShippingServiceOptions(ShippingServiceOptionsType[] values)
           
 void TransactionType.setShippingServiceSelected(ShippingServiceOptionsType value)
          Sets the value of the shippingServiceSelected property.
 void OrderType.setShippingServiceSelected(ShippingServiceOptionsType value)
          Sets the value of the shippingServiceSelected property.
 


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.