| java.lang.Object |
| ↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
| |
↳ |
ebay.apis.eblbasecomponents.PurchasePurposeTypeCodeType |
Class Overview
Java class for PurchasePurposeTypeCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PurchasePurposeTypeCodeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="Other"/>
<enumeration value="BuyNowItem"/>
<enumeration value="ShoppingCart"/>
<enumeration value="AuctionItem"/>
<enumeration value="GiftCertificates"/>
<enumeration value="Subscription"/>
<enumeration value="Donation"/>
<enumeration value="eBayBilling"/>
<enumeration value="CustomCode"/>
</restriction>
</simpleType>
Summary
| Enum Values |
| PurchasePurposeTypeCodeType |
AUCTION_ITEM |
|
| PurchasePurposeTypeCodeType |
BUY_NOW_ITEM |
|
| PurchasePurposeTypeCodeType |
CUSTOM_CODE |
Reserved for internal or future use. |
| PurchasePurposeTypeCodeType |
DONATION |
|
| PurchasePurposeTypeCodeType |
E_BAY_BILLING |
|
| PurchasePurposeTypeCodeType |
GIFT_CERTIFICATES |
|
| PurchasePurposeTypeCodeType |
OTHER |
Custom Code
|
| PurchasePurposeTypeCodeType |
SHOPPING_CART |
|
| PurchasePurposeTypeCodeType |
SUBSCRIPTION |
|
| Fields |
|
private
final
String |
value |
|
|
[Expand]
Inherited Fields |
From class
java.lang.Enum
|
private
final
String |
name |
|
|
private
final
int |
ordinal |
|
|
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
|
final
Object
|
clone()
|
|
int
|
compareTo(Object arg0)
|
|
final
int
|
compareTo(E arg0)
|
|
final
boolean
|
equals(Object arg0)
|
|
final
void
|
finalize()
|
|
final
Class<E>
|
getDeclaringClass()
|
|
final
int
|
hashCode()
|
|
final
String
|
name()
|
|
final
int
|
ordinal()
|
|
String
|
toString()
|
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
java.lang.Comparable
|
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
Reserved for internal or future use.
Fields
private
final
String
value
Public Methods