public enum ShippingOptionCodeType extends java.lang.Enum<ShippingOptionCodeType>
Java class for ShippingOptionCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ShippingOptionCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="SiteOnly"/> <enumeration value="WorldWide"/> <enumeration value="SitePlusRegions"/> <enumeration value="WillNotShip"/> <enumeration value="CustomCode"/> </restriction> </simpleType>
Enum Constant and Description |
---|
CUSTOM_CODE
Reserved for internal or future use.
|
SITE_ONLY
Site only.
|
SITE_PLUS_REGIONS
SitePlusRegions.
|
WILL_NOT_SHIP
WillNotShip.
|
WORLD_WIDE
WorldWide.
|
Modifier and Type | Method and Description |
---|---|
static ShippingOptionCodeType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static ShippingOptionCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShippingOptionCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShippingOptionCodeType SITE_ONLY
public static final ShippingOptionCodeType WORLD_WIDE
public static final ShippingOptionCodeType SITE_PLUS_REGIONS
public static final ShippingOptionCodeType WILL_NOT_SHIP
public static final ShippingOptionCodeType CUSTOM_CODE
public static ShippingOptionCodeType[] values()
for (ShippingOptionCodeType c : ShippingOptionCodeType.values()) System.out.println(c);
public static ShippingOptionCodeType 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 ShippingOptionCodeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.