public enum ShippingServiceCodeType extends java.lang.Enum<ShippingServiceCodeType>
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>
Enum Constant and Description |
---|
CUSTOM_CODE
Reserved for internal or future use.
|
DOWNLOAD
Download.
|
SHIPPING_METHOD_EXPRESS
ShippingMethodExpress- used by merchant tool only
|
SHIPPING_METHOD_NEXT_DAY
ShippingMethodNextDay- used by merchant tool only
|
SHIPPING_METHOD_STANDARD
ShippingMethodStandard - used by merchant tool only
|
UPS_2_ND_DAY
UPS 2nd Day
|
UPS_3_RD_DAY
UPS 3rd Day
|
UPS_GROUND
UPS Ground
|
UPS_NEXT_DAY
UPS Next Day.
|
USPS_EXPRESS_MAIL
USPS Express Mail
|
USPS_FIRST_CLASS
USPS First Class
|
USPS_GROUND
USPS Ground
|
USPS_MEDIA
USPS Media.
|
USPS_PARCEL
USPS Parcel.
|
USPS_PRIORITY
USPS Priority.
|
WILL_CALL_OR_PICKUP
Will Call Or Pick Up.
|
Modifier and Type | Method and Description |
---|---|
static ShippingServiceCodeType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static ShippingServiceCodeType |
valueOf(java.lang.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.
|
public static final ShippingServiceCodeType UPS_GROUND
public static final ShippingServiceCodeType UPS_3_RD_DAY
public static final ShippingServiceCodeType UPS_2_ND_DAY
public static final ShippingServiceCodeType UPS_NEXT_DAY
public static final ShippingServiceCodeType USPS_PRIORITY
public static final ShippingServiceCodeType USPS_PARCEL
public static final ShippingServiceCodeType USPS_MEDIA
public static final ShippingServiceCodeType USPS_FIRST_CLASS
public static final ShippingServiceCodeType SHIPPING_METHOD_STANDARD
public static final ShippingServiceCodeType SHIPPING_METHOD_EXPRESS
public static final ShippingServiceCodeType SHIPPING_METHOD_NEXT_DAY
public static final ShippingServiceCodeType USPS_EXPRESS_MAIL
public static final ShippingServiceCodeType USPS_GROUND
public static final ShippingServiceCodeType DOWNLOAD
public static final ShippingServiceCodeType WILL_CALL_OR_PICKUP
public static final ShippingServiceCodeType CUSTOM_CODE
public static ShippingServiceCodeType[] values()
for (ShippingServiceCodeType c : ShippingServiceCodeType.values()) System.out.println(c);
public static ShippingServiceCodeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static ShippingServiceCodeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.