public class

LabelPrepType

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

Summary

Constants
String _AMAZON_LABEL
String _MERCHANT_LABEL
String _NO_LABEL
Fields
public static final LabelPrepType AMAZON_LABEL
public static final LabelPrepType MERCHANT_LABEL
public static final LabelPrepType NO_LABEL
private static HashMap _table_
private String _value_
private static TypeDesc typeDesc
Protected Constructors
LabelPrepType(String value)
Public Methods
boolean equals(Object obj)
static LabelPrepType fromString(String value)
static LabelPrepType 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

Constant Value: "AMAZON_LABEL"

public static final String _MERCHANT_LABEL

Constant Value: "MERCHANT_LABEL"

public static final String _NO_LABEL

Constant Value: "NO_LABEL"

Fields

public static final LabelPrepType AMAZON_LABEL

public static final LabelPrepType MERCHANT_LABEL

public static final LabelPrepType NO_LABEL

private static HashMap _table_

private String _value_

private static TypeDesc typeDesc

Protected Constructors

protected LabelPrepType (String value)

Parameters
value

Public Methods

public boolean equals (Object obj)

Parameters
obj

public static LabelPrepType fromString (String value)

Parameters
value
Throws
IllegalArgumentException

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