public class

FulfillmentPreviewItem

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

Class Overview

The field "estimatedShippingWeight" refers to the item-level estimated shipping weight. This is per item, not the total for the quantity given. The field "ShippingWeightCalculationMethod" provides the method used to calculate shipping weight. It can use one of two methods: *Package *Dimensional

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private Weight estimatedShippingWeight
private String merchantFulfillmentOrderItemId
private String merchantSKU
private int quantity
private String shippingWeightCalculationMethod
private static TypeDesc typeDesc
Public Constructors
FulfillmentPreviewItem()
FulfillmentPreviewItem(String merchantSKU, int quantity, String merchantFulfillmentOrderItemId, Weight estimatedShippingWeight, String shippingWeightCalculationMethod)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
Weight getEstimatedShippingWeight()
Gets the estimatedShippingWeight value for this FulfillmentPreviewItem.
String getMerchantFulfillmentOrderItemId()
Gets the merchantFulfillmentOrderItemId value for this FulfillmentPreviewItem.
String getMerchantSKU()
Gets the merchantSKU value for this FulfillmentPreviewItem.
int getQuantity()
Gets the quantity value for this FulfillmentPreviewItem.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getShippingWeightCalculationMethod()
Gets the shippingWeightCalculationMethod value for this FulfillmentPreviewItem.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setEstimatedShippingWeight(Weight estimatedShippingWeight)
Sets the estimatedShippingWeight value for this FulfillmentPreviewItem.
void setMerchantFulfillmentOrderItemId(String merchantFulfillmentOrderItemId)
Sets the merchantFulfillmentOrderItemId value for this FulfillmentPreviewItem.
void setMerchantSKU(String merchantSKU)
Sets the merchantSKU value for this FulfillmentPreviewItem.
void setQuantity(int quantity)
Sets the quantity value for this FulfillmentPreviewItem.
void setShippingWeightCalculationMethod(String shippingWeightCalculationMethod)
Sets the shippingWeightCalculationMethod value for this FulfillmentPreviewItem.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private Weight estimatedShippingWeight

private String merchantFulfillmentOrderItemId

private String merchantSKU

private int quantity

private String shippingWeightCalculationMethod

private static TypeDesc typeDesc

Public Constructors

public FulfillmentPreviewItem ()

public FulfillmentPreviewItem (String merchantSKU, int quantity, String merchantFulfillmentOrderItemId, Weight estimatedShippingWeight, String shippingWeightCalculationMethod)

Parameters
merchantSKU
quantity
merchantFulfillmentOrderItemId
estimatedShippingWeight
shippingWeightCalculationMethod

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 Weight getEstimatedShippingWeight ()

Gets the estimatedShippingWeight value for this FulfillmentPreviewItem.

Returns
  • estimatedShippingWeight

public String getMerchantFulfillmentOrderItemId ()

Gets the merchantFulfillmentOrderItemId value for this FulfillmentPreviewItem.

Returns
  • merchantFulfillmentOrderItemId

public String getMerchantSKU ()

Gets the merchantSKU value for this FulfillmentPreviewItem.

Returns
  • merchantSKU

public int getQuantity ()

Gets the quantity value for this FulfillmentPreviewItem.

Returns
  • quantity

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getShippingWeightCalculationMethod ()

Gets the shippingWeightCalculationMethod value for this FulfillmentPreviewItem.

Returns
  • shippingWeightCalculationMethod

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setEstimatedShippingWeight (Weight estimatedShippingWeight)

Sets the estimatedShippingWeight value for this FulfillmentPreviewItem.

Parameters
estimatedShippingWeight

public void setMerchantFulfillmentOrderItemId (String merchantFulfillmentOrderItemId)

Sets the merchantFulfillmentOrderItemId value for this FulfillmentPreviewItem.

Parameters
merchantFulfillmentOrderItemId

public void setMerchantSKU (String merchantSKU)

Sets the merchantSKU value for this FulfillmentPreviewItem.

Parameters
merchantSKU

public void setQuantity (int quantity)

Sets the quantity value for this FulfillmentPreviewItem.

Parameters
quantity

public void setShippingWeightCalculationMethod (String shippingWeightCalculationMethod)

Sets the shippingWeightCalculationMethod value for this FulfillmentPreviewItem.

Parameters
shippingWeightCalculationMethod