Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum ShippingRegionCodeType

java.lang.Object
  extended by java.lang.Enum<ShippingRegionCodeType>
      extended by com.ebay.soap.eBLBaseComponents.ShippingRegionCodeType
All Implemented Interfaces:
Serializable, Comparable<ShippingRegionCodeType>

public enum ShippingRegionCodeType
extends Enum<ShippingRegionCodeType>

Java class for ShippingRegionCodeType.

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

 <simpleType name="ShippingRegionCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Africa"/>
     <enumeration value="Asia"/>
     <enumeration value="Caribbean"/>
     <enumeration value="Europe"/>
     <enumeration value="LatinAmerica"/>
     <enumeration value="MiddleEast"/>
     <enumeration value="NorthAmerica"/>
     <enumeration value="Oceania"/>
     <enumeration value="SouthAmerica"/>
     <enumeration value="EuropeanUnion"/>
     <enumeration value="WillNotShip"/>
     <enumeration value="Worldwide"/>
     <enumeration value="Americas"/>
     <enumeration value="None"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 
Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).


Enum Constant Summary
AFRICA
          Africa
AMERICAS
           
ASIA
          Asia
CARIBBEAN
          Caribbean
CUSTOM_CODE
          Reserved for internal or future use
EUROPE
          Europe
EUROPEAN_UNION
          European Union
LATIN_AMERICA
          Latin America
MIDDLE_EAST
          Middle East
NONE
           
NORTH_AMERICA
          North America
OCEANIA
          Oceania (Pacific region other than Asia)
SOUTH_AMERICA
          South America
WILL_NOT_SHIP
          Seller will not ship the item.
WORLDWIDE
          Seller has specified Worldwide or eBay has determined that the specified regions add up to Worldwide.
 
Method Summary
static ShippingRegionCodeType fromValue(String v)
           
 String value()
           
static ShippingRegionCodeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShippingRegionCodeType[] 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

AFRICA

public static final ShippingRegionCodeType AFRICA
Africa


ASIA

public static final ShippingRegionCodeType ASIA
Asia


CARIBBEAN

public static final ShippingRegionCodeType CARIBBEAN
Caribbean


EUROPE

public static final ShippingRegionCodeType EUROPE
Europe


LATIN_AMERICA

public static final ShippingRegionCodeType LATIN_AMERICA
Latin America


MIDDLE_EAST

public static final ShippingRegionCodeType MIDDLE_EAST
Middle East


NORTH_AMERICA

public static final ShippingRegionCodeType NORTH_AMERICA
North America


OCEANIA

public static final ShippingRegionCodeType OCEANIA
Oceania (Pacific region other than Asia)


SOUTH_AMERICA

public static final ShippingRegionCodeType SOUTH_AMERICA
South America


EUROPEAN_UNION

public static final ShippingRegionCodeType EUROPEAN_UNION
European Union


WILL_NOT_SHIP

public static final ShippingRegionCodeType WILL_NOT_SHIP
Seller will not ship the item.


WORLDWIDE

public static final ShippingRegionCodeType WORLDWIDE
Seller has specified Worldwide or eBay has determined that the specified regions add up to Worldwide.


AMERICAS

public static final ShippingRegionCodeType AMERICAS

NONE

public static final ShippingRegionCodeType NONE

CUSTOM_CODE

public static final ShippingRegionCodeType CUSTOM_CODE
Reserved for internal or future use

Method Detail

values

public static ShippingRegionCodeType[] 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 (ShippingRegionCodeType c : ShippingRegionCodeType.values())
    System.out.println(c);

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

valueOf

public static ShippingRegionCodeType 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

value

public String value()

fromValue

public static ShippingRegionCodeType fromValue(String v)

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.