public class

FulfillmentShipmentStatus

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

Summary

Constants
String _CancelledByFulfiller
String _CancelledByMerchant
String _Pending
String _Shipped
Fields
public static final FulfillmentShipmentStatus CancelledByFulfiller
public static final FulfillmentShipmentStatus CancelledByMerchant
public static final FulfillmentShipmentStatus Pending
public static final FulfillmentShipmentStatus Shipped
private static HashMap _table_
private String _value_
private static TypeDesc typeDesc
Protected Constructors
FulfillmentShipmentStatus(String value)
Public Methods
boolean equals(Object obj)
static FulfillmentShipmentStatus fromString(String value)
static FulfillmentShipmentStatus 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 _CancelledByFulfiller

Constant Value: "CancelledByFulfiller"

public static final String _CancelledByMerchant

Constant Value: "CancelledByMerchant"

public static final String _Pending

Constant Value: "Pending"

public static final String _Shipped

Constant Value: "Shipped"

Fields

public static final FulfillmentShipmentStatus CancelledByFulfiller

public static final FulfillmentShipmentStatus CancelledByMerchant

public static final FulfillmentShipmentStatus Pending

public static final FulfillmentShipmentStatus Shipped

private static HashMap _table_

private String _value_

private static TypeDesc typeDesc

Protected Constructors

protected FulfillmentShipmentStatus (String value)

Parameters
value

Public Methods

public boolean equals (Object obj)

Parameters
obj

public static FulfillmentShipmentStatus fromString (String value)

Parameters
value
Throws
IllegalArgumentException

public static FulfillmentShipmentStatus 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 ()