public class

GetFulfillmentPreviewResult

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private FulfillmentPreview[] fulfillmentPreviews

private static TypeDesc typeDesc

Public Constructors

public GetFulfillmentPreviewResult ()

public GetFulfillmentPreviewResult (FulfillmentPreview[] fulfillmentPreviews)

Parameters
fulfillmentPreviews

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 FulfillmentPreview[] getFulfillmentPreviews ()

Gets the fulfillmentPreviews value for this GetFulfillmentPreviewResult.

Returns
  • fulfillmentPreviews

public FulfillmentPreview getFulfillmentPreviews (int i)

Parameters
i

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setFulfillmentPreviews (FulfillmentPreview[] fulfillmentPreviews)

Sets the fulfillmentPreviews value for this GetFulfillmentPreviewResult.

Parameters
fulfillmentPreviews

public void setFulfillmentPreviews (int i, FulfillmentPreview _value)

Parameters
i
_value