Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum WirelessCarrierIDCodeType

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

public enum WirelessCarrierIDCodeType
extends java.lang.Enum<WirelessCarrierIDCodeType>

Java class for WirelessCarrierIDCodeType.

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

 <simpleType name="WirelessCarrierIDCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Cingular"/>
     <enumeration value="TMobile"/>
     <enumeration value="Sprint"/>
     <enumeration value="Nextel"/>
     <enumeration value="Verizon"/>
     <enumeration value="CincinnatiBell"/>
     <enumeration value="Dobson"/>
     <enumeration value="Alltel"/>
     <enumeration value="Leap"/>
     <enumeration value="USCellular"/>
     <enumeration value="Movistar"/>
     <enumeration value="Amena"/>
     <enumeration value="Vodafone"/>
     <enumeration value="ATT"/>
     <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
ALLTEL
          This value is no longer applicable, as Alltel is no longer in existence.
AMENA
          This value is no longer applicable, as Amena is no longer in existence.
ATT
          This value indicates that AT&T is providing SMS messages for the Platform Notifications subscriber.
CINCINNATI_BELL
          This value indicates that Cincinnati Bell is providing SMS messages for the Platform Notifications subscriber.
CINGULAR
          This value is no longer applicable, as Cingular is no longer in existence.
CUSTOM_CODE
          This value is reserved for future use.
DOBSON
          This value is no longer applicable, as Dobson is no longer in existence.
LEAP
          This value is no longer applicable, as Leap is no longer in existence.
MOVISTAR
          This value indicates that Movistar is providing SMS messages for the Platform Notifications subscriber.
NEXTEL
          This value is no longer applicable, as Nextel was purchased by Sprint.
SPRINT
          This value indicates that Sprint is providing SMS messages for the Platform Notifications subscriber.
T_MOBILE
          This value indicates that T-Mobile is providing SMS messages for the Platform Notifications subscriber.
US_CELLULAR
          This value indicates that US Cellular is providing SMS messages for the Platform Notifications subscriber.
VERIZON
          This value indicates that Verizon is providing SMS messages for the Platform Notifications subscriber.
VODAFONE
          This value indicates that Vodafone is providing SMS messages for the Platform Notifications subscriber.
 
Method Summary
static WirelessCarrierIDCodeType fromValue(java.lang.String v)
           
 java.lang.String value()
           
static WirelessCarrierIDCodeType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WirelessCarrierIDCodeType[] 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

CINGULAR

public static final WirelessCarrierIDCodeType CINGULAR
This value is no longer applicable, as Cingular is no longer in existence.


T_MOBILE

public static final WirelessCarrierIDCodeType T_MOBILE
This value indicates that T-Mobile is providing SMS messages for the Platform Notifications subscriber.


SPRINT

public static final WirelessCarrierIDCodeType SPRINT
This value indicates that Sprint is providing SMS messages for the Platform Notifications subscriber.


NEXTEL

public static final WirelessCarrierIDCodeType NEXTEL
This value is no longer applicable, as Nextel was purchased by Sprint.


VERIZON

public static final WirelessCarrierIDCodeType VERIZON
This value indicates that Verizon is providing SMS messages for the Platform Notifications subscriber.


CINCINNATI_BELL

public static final WirelessCarrierIDCodeType CINCINNATI_BELL
This value indicates that Cincinnati Bell is providing SMS messages for the Platform Notifications subscriber.


DOBSON

public static final WirelessCarrierIDCodeType DOBSON
This value is no longer applicable, as Dobson is no longer in existence.


ALLTEL

public static final WirelessCarrierIDCodeType ALLTEL
This value is no longer applicable, as Alltel is no longer in existence.


LEAP

public static final WirelessCarrierIDCodeType LEAP
This value is no longer applicable, as Leap is no longer in existence.


US_CELLULAR

public static final WirelessCarrierIDCodeType US_CELLULAR
This value indicates that US Cellular is providing SMS messages for the Platform Notifications subscriber.


MOVISTAR

public static final WirelessCarrierIDCodeType MOVISTAR
This value indicates that Movistar is providing SMS messages for the Platform Notifications subscriber.


AMENA

public static final WirelessCarrierIDCodeType AMENA
This value is no longer applicable, as Amena is no longer in existence.


VODAFONE

public static final WirelessCarrierIDCodeType VODAFONE
This value indicates that Vodafone is providing SMS messages for the Platform Notifications subscriber.


ATT

public static final WirelessCarrierIDCodeType ATT
This value indicates that AT&T is providing SMS messages for the Platform Notifications subscriber.


CUSTOM_CODE

public static final WirelessCarrierIDCodeType CUSTOM_CODE
This value is reserved for future use.

Method Detail

values

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

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

valueOf

public static WirelessCarrierIDCodeType valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()

fromValue

public static WirelessCarrierIDCodeType fromValue(java.lang.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.