public class

FulfillmentOrderStatus

extends Object
implements Serializable
java.lang.Object
   ↳ com.amazonaws.fba_outbound.doc._2007_08_02.FulfillmentOrderStatus

Summary

Constants
String _Cancelled
String _Complete
String _CompletePartialled
String _Invalid
String _New
String _Planning
String _Processing
String _Received
String _Unfulfillable
Fields
public static final FulfillmentOrderStatus Cancelled
public static final FulfillmentOrderStatus Complete
public static final FulfillmentOrderStatus CompletePartialled
public static final FulfillmentOrderStatus Invalid
public static final FulfillmentOrderStatus New
public static final FulfillmentOrderStatus Planning
public static final FulfillmentOrderStatus Processing
public static final FulfillmentOrderStatus Received
public static final FulfillmentOrderStatus Unfulfillable
private static HashMap _table_
private String _value_
private static TypeDesc typeDesc
Protected Constructors
FulfillmentOrderStatus(String value)
Public Methods
boolean equals(Object obj)
static FulfillmentOrderStatus fromString(String value)
static FulfillmentOrderStatus fromValue(String value)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
static TypeDesc getTypeDesc()
Return type metadata object
String getValue()
int hashCode()
Object readResolve()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String _Cancelled

Constant Value: "Cancelled"

public static final String _Complete

Constant Value: "Complete"

public static final String _CompletePartialled

Constant Value: "CompletePartialled"

public static final String _Invalid

Constant Value: "Invalid"

public static final String _New

Constant Value: "New"

public static final String _Planning

Constant Value: "Planning"

public static final String _Processing

Constant Value: "Processing"

public static final String _Received

Constant Value: "Received"

public static final String _Unfulfillable

Constant Value: "Unfulfillable"

Fields

public static final FulfillmentOrderStatus Cancelled

public static final FulfillmentOrderStatus Complete

public static final FulfillmentOrderStatus CompletePartialled

public static final FulfillmentOrderStatus Invalid

public static final FulfillmentOrderStatus New

public static final FulfillmentOrderStatus Planning

public static final FulfillmentOrderStatus Processing

public static final FulfillmentOrderStatus Received

public static final FulfillmentOrderStatus Unfulfillable

private static HashMap _table_

private String _value_

private static TypeDesc typeDesc

Protected Constructors

protected FulfillmentOrderStatus (String value)

Parameters
value

Public Methods

public boolean equals (Object obj)

Parameters
obj

public static FulfillmentOrderStatus fromString (String value)

Parameters
value
Throws
IllegalArgumentException

public static FulfillmentOrderStatus fromValue (String value)

Parameters
value
Throws
IllegalArgumentException

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Parameters
mechType
_javaType
_xmlType

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getValue ()

public int hashCode ()

public Object readResolve ()

Throws
ObjectStreamException

public String toString ()