public enum PurchasePurposeTypeCodeType extends java.lang.Enum<PurchasePurposeTypeCodeType>
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>
 | Enum Constant and Description | 
|---|
AUCTION_ITEM  | 
BUY_NOW_ITEM  | 
CUSTOM_CODE
Reserved for internal or future use. 
 | 
DONATION  | 
E_BAY_BILLING  | 
GIFT_CERTIFICATES  | 
OTHER
Custom Code 
 | 
SHOPPING_CART  | 
SUBSCRIPTION  | 
| Modifier and Type | Method and Description | 
|---|---|
static PurchasePurposeTypeCodeType | 
fromValue(java.lang.String v)  | 
java.lang.String | 
value()  | 
static PurchasePurposeTypeCodeType | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static PurchasePurposeTypeCodeType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final PurchasePurposeTypeCodeType OTHER
public static final PurchasePurposeTypeCodeType BUY_NOW_ITEM
public static final PurchasePurposeTypeCodeType SHOPPING_CART
public static final PurchasePurposeTypeCodeType AUCTION_ITEM
public static final PurchasePurposeTypeCodeType GIFT_CERTIFICATES
public static final PurchasePurposeTypeCodeType SUBSCRIPTION
public static final PurchasePurposeTypeCodeType DONATION
public static final PurchasePurposeTypeCodeType E_BAY_BILLING
public static final PurchasePurposeTypeCodeType CUSTOM_CODE
public static PurchasePurposeTypeCodeType[] values()
for (PurchasePurposeTypeCodeType c : PurchasePurposeTypeCodeType.values()) System.out.println(c);
public static PurchasePurposeTypeCodeType 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 PurchasePurposeTypeCodeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.