public class

GetInboundShipmentDataResult

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private InboundShipmentData shipmentData
private static TypeDesc typeDesc
Public Constructors
GetInboundShipmentDataResult()
GetInboundShipmentDataResult(InboundShipmentData shipmentData)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
InboundShipmentData getShipmentData()
Gets the shipmentData value for this GetInboundShipmentDataResult.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setShipmentData(InboundShipmentData shipmentData)
Sets the shipmentData value for this GetInboundShipmentDataResult.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private InboundShipmentData shipmentData

private static TypeDesc typeDesc

Public Constructors

public GetInboundShipmentDataResult ()

public GetInboundShipmentDataResult (InboundShipmentData shipmentData)

Parameters
shipmentData

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public InboundShipmentData getShipmentData ()

Gets the shipmentData value for this GetInboundShipmentDataResult.

Returns
  • shipmentData

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setShipmentData (InboundShipmentData shipmentData)

Sets the shipmentData value for this GetInboundShipmentDataResult.

Parameters
shipmentData