public class

LabelPrepPreference

extends Object
implements Serializable
java.lang.Object
   ↳ com.amazonaws.fba_inbound.doc._2007_05_10.LabelPrepPreference

Summary

Constants
String _AMAZON_LABEL_ONLY
String _AMAZON_LABEL_PREFERRED
String _MERCHANT_LABEL
Fields
public static final LabelPrepPreference AMAZON_LABEL_ONLY
public static final LabelPrepPreference AMAZON_LABEL_PREFERRED
public static final LabelPrepPreference MERCHANT_LABEL
private static HashMap _table_
private String _value_
private static TypeDesc typeDesc
Protected Constructors
LabelPrepPreference(String value)
Public Methods
boolean equals(Object obj)
static LabelPrepPreference fromString(String value)
static LabelPrepPreference 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 _AMAZON_LABEL_ONLY

Constant Value: "AMAZON_LABEL_ONLY"

public static final String _AMAZON_LABEL_PREFERRED

Constant Value: "AMAZON_LABEL_PREFERRED"

public static final String _MERCHANT_LABEL

Constant Value: "MERCHANT_LABEL"

Fields

public static final LabelPrepPreference AMAZON_LABEL_ONLY

public static final LabelPrepPreference AMAZON_LABEL_PREFERRED

public static final LabelPrepPreference MERCHANT_LABEL

private static HashMap _table_

private String _value_

private static TypeDesc typeDesc

Protected Constructors

protected LabelPrepPreference (String value)

Parameters
value

Public Methods

public boolean equals (Object obj)

Parameters
obj

public static LabelPrepPreference fromString (String value)

Parameters
value
Throws
IllegalArgumentException

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