urn.ebay.apis.eBLBaseComponents
Enum ShippingServiceCodeType

java.lang.Object
  extended by java.lang.Enum<ShippingServiceCodeType>
      extended by urn.ebay.apis.eBLBaseComponents.ShippingServiceCodeType
All Implemented Interfaces:
Serializable, Comparable<ShippingServiceCodeType>

public enum ShippingServiceCodeType
extends Enum<ShippingServiceCodeType>

ShippingServiceCodeType These are the possible codes to describe insurance option as part of shipping service.


Enum Constant Summary
CUSTOMCODE
           
DOWNLOAD
           
SHIPPINGMETHODEXPRESS
           
SHIPPINGMETHODNEXTDAY
           
SHIPPINGMETHODSTANDARD
           
UPSGROUND
           
UPSNDDAY
           
UPSNEXTDAY
           
UPSRDDAY
           
USPSEXPRESSMAIL
           
USPSFIRSTCLASS
           
USPSGROUND
           
USPSMEDIA
           
USPSPARCEL
           
USPSPRIORITY
           
WILLCALLORPICKUP
           
 
Method Summary
static ShippingServiceCodeType fromValue(String v)
           
 String getValue()
           
static ShippingServiceCodeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShippingServiceCodeType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

UPSGROUND

public static final ShippingServiceCodeType UPSGROUND

UPSRDDAY

public static final ShippingServiceCodeType UPSRDDAY

UPSNDDAY

public static final ShippingServiceCodeType UPSNDDAY

UPSNEXTDAY

public static final ShippingServiceCodeType UPSNEXTDAY

USPSPRIORITY

public static final ShippingServiceCodeType USPSPRIORITY

USPSPARCEL

public static final ShippingServiceCodeType USPSPARCEL

USPSMEDIA

public static final ShippingServiceCodeType USPSMEDIA

USPSFIRSTCLASS

public static final ShippingServiceCodeType USPSFIRSTCLASS

SHIPPINGMETHODSTANDARD

public static final ShippingServiceCodeType SHIPPINGMETHODSTANDARD

SHIPPINGMETHODEXPRESS

public static final ShippingServiceCodeType SHIPPINGMETHODEXPRESS

SHIPPINGMETHODNEXTDAY

public static final ShippingServiceCodeType SHIPPINGMETHODNEXTDAY

USPSEXPRESSMAIL

public static final ShippingServiceCodeType USPSEXPRESSMAIL

USPSGROUND

public static final ShippingServiceCodeType USPSGROUND

DOWNLOAD

public static final ShippingServiceCodeType DOWNLOAD

WILLCALLORPICKUP

public static final ShippingServiceCodeType WILLCALLORPICKUP

CUSTOMCODE

public static final ShippingServiceCodeType CUSTOMCODE
Method Detail

values

public static ShippingServiceCodeType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ShippingServiceCodeType c : ShippingServiceCodeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ShippingServiceCodeType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getValue

public String getValue()

fromValue

public static ShippingServiceCodeType fromValue(String v)


Copyright © 2012. All Rights Reserved.