|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WirelessCarrierIDCodeType>
com.ebay.soap.eBLBaseComponents.WirelessCarrierIDCodeType
public 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
|
|
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(String v)
|
String |
value()
|
static WirelessCarrierIDCodeType |
valueOf(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 |
---|
public static final WirelessCarrierIDCodeType CINGULAR
public static final WirelessCarrierIDCodeType T_MOBILE
public static final WirelessCarrierIDCodeType SPRINT
public static final WirelessCarrierIDCodeType NEXTEL
public static final WirelessCarrierIDCodeType VERIZON
public static final WirelessCarrierIDCodeType CINCINNATI_BELL
public static final WirelessCarrierIDCodeType DOBSON
public static final WirelessCarrierIDCodeType ALLTEL
public static final WirelessCarrierIDCodeType LEAP
public static final WirelessCarrierIDCodeType US_CELLULAR
public static final WirelessCarrierIDCodeType MOVISTAR
public static final WirelessCarrierIDCodeType AMENA
public static final WirelessCarrierIDCodeType VODAFONE
public static final WirelessCarrierIDCodeType ATT
public static final WirelessCarrierIDCodeType CUSTOM_CODE
Method Detail |
---|
public static WirelessCarrierIDCodeType[] values()
for (WirelessCarrierIDCodeType c : WirelessCarrierIDCodeType.values()) System.out.println(c);
public static WirelessCarrierIDCodeType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String value()
public static WirelessCarrierIDCodeType fromValue(String v)
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
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.