public final enum

ShippingServiceCodeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ ebay.apis.eblbasecomponents.ShippingServiceCodeType

Class Overview

Java class for ShippingServiceCodeType.

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

 <simpleType name="ShippingServiceCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="UPSGround"/>
     <enumeration value="UPS3rdDay"/>
     <enumeration value="UPS2ndDay"/>
     <enumeration value="UPSNextDay"/>
     <enumeration value="USPSPriority"/>
     <enumeration value="USPSParcel"/>
     <enumeration value="USPSMedia"/>
     <enumeration value="USPSFirstClass"/>
     <enumeration value="ShippingMethodStandard"/>
     <enumeration value="ShippingMethodExpress"/>
     <enumeration value="ShippingMethodNextDay"/>
     <enumeration value="USPSExpressMail"/>
     <enumeration value="USPSGround"/>
     <enumeration value="Download"/>
     <enumeration value="WillCall_Or_Pickup"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ShippingServiceCodeType  CUSTOM_CODE  Reserved for internal or future use. 
ShippingServiceCodeType  DOWNLOAD  Download. 
ShippingServiceCodeType  SHIPPING_METHOD_EXPRESS  ShippingMethodExpress- used by merchant tool only  
ShippingServiceCodeType  SHIPPING_METHOD_NEXT_DAY  ShippingMethodNextDay- used by merchant tool only  
ShippingServiceCodeType  SHIPPING_METHOD_STANDARD  ShippingMethodStandard - used by merchant tool only  
ShippingServiceCodeType  UPS_2_ND_DAY  UPS 2nd Day  
ShippingServiceCodeType  UPS_3_RD_DAY  UPS 3rd Day  
ShippingServiceCodeType  UPS_GROUND  UPS Ground  
ShippingServiceCodeType  UPS_NEXT_DAY  UPS Next Day. 
ShippingServiceCodeType  USPS_EXPRESS_MAIL  USPS Express Mail  
ShippingServiceCodeType  USPS_FIRST_CLASS  USPS First Class  
ShippingServiceCodeType  USPS_GROUND  USPS Ground  
ShippingServiceCodeType  USPS_MEDIA  USPS Media. 
ShippingServiceCodeType  USPS_PARCEL  USPS Parcel. 
ShippingServiceCodeType  USPS_PRIORITY  USPS Priority. 
ShippingServiceCodeType  WILL_CALL_OR_PICKUP  Will Call Or Pick Up. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ShippingServiceCodeType fromValue(String v)
String value()
static ShippingServiceCodeType valueOf(String name)
final static ShippingServiceCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ShippingServiceCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final ShippingServiceCodeType DOWNLOAD

Download.

public static final ShippingServiceCodeType SHIPPING_METHOD_EXPRESS

ShippingMethodExpress- used by merchant tool only

public static final ShippingServiceCodeType SHIPPING_METHOD_NEXT_DAY

ShippingMethodNextDay- used by merchant tool only

public static final ShippingServiceCodeType SHIPPING_METHOD_STANDARD

ShippingMethodStandard - used by merchant tool only

public static final ShippingServiceCodeType UPS_2_ND_DAY

UPS 2nd Day

public static final ShippingServiceCodeType UPS_3_RD_DAY

UPS 3rd Day

public static final ShippingServiceCodeType UPS_GROUND

UPS Ground

public static final ShippingServiceCodeType UPS_NEXT_DAY

UPS Next Day.

public static final ShippingServiceCodeType USPS_EXPRESS_MAIL

USPS Express Mail

public static final ShippingServiceCodeType USPS_FIRST_CLASS

USPS First Class

public static final ShippingServiceCodeType USPS_GROUND

USPS Ground

public static final ShippingServiceCodeType USPS_MEDIA

USPS Media.

public static final ShippingServiceCodeType USPS_PARCEL

USPS Parcel.

public static final ShippingServiceCodeType USPS_PRIORITY

USPS Priority.

public static final ShippingServiceCodeType WILL_CALL_OR_PICKUP

Will Call Or Pick Up.

Fields

private final String value

Public Methods

public static ShippingServiceCodeType fromValue (String v)

Parameters
v

public String value ()

public static ShippingServiceCodeType valueOf (String name)

Parameters
name

public static final ShippingServiceCodeType[] values ()