Project 4

com.amazon.soap.AWSECommerceService
Class SellerListingLookupResponse

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.SellerListingLookupResponse
All Implemented Interfaces:
java.io.Serializable

public class SellerListingLookupResponse
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  OperationRequest operationRequest
           
private  SellerListings[] sellerListings
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
SellerListingLookupResponse()
           
SellerListingLookupResponse(OperationRequest operationRequest, SellerListings[] sellerListings)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 OperationRequest getOperationRequest()
          Gets the operationRequest value for this SellerListingLookupResponse.
 SellerListings[] getSellerListings()
          Gets the sellerListings value for this SellerListingLookupResponse.
 SellerListings getSellerListings(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setOperationRequest(OperationRequest operationRequest)
          Sets the operationRequest value for this SellerListingLookupResponse.
 void setSellerListings(int i, SellerListings _value)
           
 void setSellerListings(SellerListings[] sellerListings)
          Sets the sellerListings value for this SellerListingLookupResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

operationRequest

private OperationRequest operationRequest

sellerListings

private SellerListings[] sellerListings

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

SellerListingLookupResponse

public SellerListingLookupResponse()

SellerListingLookupResponse

public SellerListingLookupResponse(OperationRequest operationRequest,
                                   SellerListings[] sellerListings)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


getOperationRequest

public OperationRequest getOperationRequest()
Gets the operationRequest value for this SellerListingLookupResponse.

Returns:
operationRequest

getSellerListings

public SellerListings[] getSellerListings()
Gets the sellerListings value for this SellerListingLookupResponse.

Returns:
sellerListings

getSellerListings

public SellerListings getSellerListings(int i)

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setOperationRequest

public void setOperationRequest(OperationRequest operationRequest)
Sets the operationRequest value for this SellerListingLookupResponse.

Parameters:
operationRequest -

setSellerListings

public void setSellerListings(int i,
                              SellerListings _value)

setSellerListings

public void setSellerListings(SellerListings[] sellerListings)
Sets the sellerListings value for this SellerListingLookupResponse.

Parameters:
sellerListings -

Project 4