public final enum

ItemFulfillmentPackageFedExPriorityAlertTypeFedEx

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.transactions.sales_2013_2.types.ItemFulfillmentPackageFedExPriorityAlertTypeFedEx

Class Overview

Java class for ItemFulfillmentPackageFedExPriorityAlertTypeFedEx.

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

 <simpleType name="ItemFulfillmentPackageFedExPriorityAlertTypeFedEx">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_fedexPriorityAlert"/>
     <enumeration value="_fedexPriorityAlertPlus"/>
     <enumeration value="_noneSelected"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final ItemFulfillmentPackageFedExPriorityAlertTypeFedEx FEDEX_PRIORITY_ALERT

public static final ItemFulfillmentPackageFedExPriorityAlertTypeFedEx FEDEX_PRIORITY_ALERT_PLUS

public static final ItemFulfillmentPackageFedExPriorityAlertTypeFedEx NONE_SELECTED

Fields

private final String value

Public Methods

public static ItemFulfillmentPackageFedExPriorityAlertTypeFedEx fromValue (String v)

Parameters
v

public String value ()

public static ItemFulfillmentPackageFedExPriorityAlertTypeFedEx valueOf (String name)

Parameters
name