public final enum

ItemFulfillmentThirdPartyTypeFedEx

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.transactions.sales_2010_2.types.ItemFulfillmentThirdPartyTypeFedEx

Class Overview

Java class for ItemFulfillmentThirdPartyTypeFedEx.

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

 <simpleType name="ItemFulfillmentThirdPartyTypeFedEx">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_billRecipient"/>
     <enumeration value="_billThirdParty"/>
     <enumeration value="_noneSelected"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ItemFulfillmentThirdPartyTypeFedEx  BILL_RECIPIENT   
ItemFulfillmentThirdPartyTypeFedEx  BILL_THIRD_PARTY   
ItemFulfillmentThirdPartyTypeFedEx  NONE_SELECTED   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ItemFulfillmentThirdPartyTypeFedEx fromValue(String v)
String value()
static ItemFulfillmentThirdPartyTypeFedEx valueOf(String name)
final static ItemFulfillmentThirdPartyTypeFedEx[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ItemFulfillmentThirdPartyTypeFedEx BILL_RECIPIENT

public static final ItemFulfillmentThirdPartyTypeFedEx BILL_THIRD_PARTY

public static final ItemFulfillmentThirdPartyTypeFedEx NONE_SELECTED

Fields

private final String value

Public Methods

public static ItemFulfillmentThirdPartyTypeFedEx fromValue (String v)

Parameters
v

public String value ()

public static ItemFulfillmentThirdPartyTypeFedEx valueOf (String name)

Parameters
name

public static final ItemFulfillmentThirdPartyTypeFedEx[] values ()