Changes since
the last release

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

Packages that use ShippingTypeCodeType
com.ebay.sdk.helper   
com.ebay.soap.eBLBaseComponents   
 

Uses of ShippingTypeCodeType in com.ebay.sdk.helper
 

Methods in com.ebay.sdk.helper that return ShippingTypeCodeType
 ShippingTypeCodeType ShippingServiceSelector.getShippingType()
          Return the ShippingType of the ShippingServiceSelector.
 ShippingTypeCodeType InternationalShippingServiceSelector.getShippingType()
          Return the ShippingType.
 

Methods in com.ebay.sdk.helper with parameters of type ShippingTypeCodeType
 javax.swing.tree.DefaultMutableTreeNode ShippingServiceOptionTreeBuilder.buildShippingServiceOptionNode(ShippingTypeCodeType shippingType, InternationalShippingServiceOptionsType sso)
          Build a node for an InternalShippingServiceOption.
 javax.swing.tree.DefaultMutableTreeNode ShippingServiceOptionTreeBuilder.buildShippingServiceOptionNode(ShippingTypeCodeType shippingType, ShippingServiceOptionsType sso)
          Build a node for a ShippingServiceOption.
 javax.swing.tree.DefaultMutableTreeNode ShippingServiceOptionTreeBuilder.buildShippingServiceOptionTree(ShippingTypeCodeType shippingType, InternationalShippingServiceOptionsType[] ssos)
          Build a tree for a list of InternationlShippingServiceOptions.
 javax.swing.tree.DefaultMutableTreeNode ShippingServiceOptionTreeBuilder.buildShippingServiceOptionTree(ShippingTypeCodeType shippingType, ShippingServiceOptionsType[] ssos)
          Build a tree for a list of ShippingServiceOptions.
 java.util.Hashtable ShippingServiceHelper.getDomesticShippingServiceMap(SiteCodeType siteId, ShippingTypeCodeType shippingType)
          Return a map of the available domestic ShippingServices for a given site.
 java.util.Hashtable ShippingServiceHelper.getInternalShippingServiceMap(SiteCodeType siteId, ShippingTypeCodeType shippingType)
          Return a map of the available InternaltionalShippingServices for a given site.
 void ShippingServiceSelector.setShippingType(ShippingTypeCodeType shippingType)
          Set the ShippingType
 void InternationalShippingServiceSelector.setShippingType(ShippingTypeCodeType shippingType)
          Set the ShippingType.
 

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

Uses of ShippingTypeCodeType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as ShippingTypeCodeType
protected  ShippingTypeCodeType ShippingDetailsType.shippingType
           
 

Fields in com.ebay.soap.eBLBaseComponents with type parameters of type ShippingTypeCodeType
protected  java.util.List<ShippingTypeCodeType> ShippingServiceDetailsType.serviceType
           
 

Methods in com.ebay.soap.eBLBaseComponents that return ShippingTypeCodeType
static ShippingTypeCodeType ShippingTypeCodeType.fromValue(java.lang.String v)
           
 ShippingTypeCodeType[] ShippingServiceDetailsType.getServiceType()
           
 ShippingTypeCodeType ShippingServiceDetailsType.getServiceType(int idx)
           
 ShippingTypeCodeType ShippingDetailsType.getShippingType()
          Gets the value of the shippingType property.
 ShippingTypeCodeType ShippingServiceDetailsType.setServiceType(int idx, ShippingTypeCodeType value)
           
static ShippingTypeCodeType ShippingTypeCodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ShippingTypeCodeType[] ShippingTypeCodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ebay.soap.eBLBaseComponents that return types with arguments of type ShippingTypeCodeType
protected  java.util.List<ShippingTypeCodeType> ShippingServiceDetailsType._getServiceType()
           
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type ShippingTypeCodeType
 ShippingTypeCodeType ShippingServiceDetailsType.setServiceType(int idx, ShippingTypeCodeType value)
           
 void ShippingServiceDetailsType.setServiceType(ShippingTypeCodeType[] values)
           
 void ShippingDetailsType.setShippingType(ShippingTypeCodeType value)
          Sets the value of the shippingType 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.