Project 4

com.amazon.soap.AWSECommerceService
Class ListSearchResponse

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  Lists[] lists
           
private  OperationRequest operationRequest
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ListSearchResponse()
           
ListSearchResponse(OperationRequest operationRequest, Lists[] lists)
           
 
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
 Lists[] getLists()
          Gets the lists value for this ListSearchResponse.
 Lists getLists(int i)
           
 OperationRequest getOperationRequest()
          Gets the operationRequest value for this ListSearchResponse.
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 setLists(int i, Lists _value)
           
 void setLists(Lists[] lists)
          Sets the lists value for this ListSearchResponse.
 void setOperationRequest(OperationRequest operationRequest)
          Sets the operationRequest value for this ListSearchResponse.
 
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

lists

private Lists[] lists

operationRequest

private OperationRequest operationRequest

typeDesc

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

ListSearchResponse

public ListSearchResponse()

ListSearchResponse

public ListSearchResponse(OperationRequest operationRequest,
                          Lists[] lists)
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


getLists

public Lists[] getLists()
Gets the lists value for this ListSearchResponse.

Returns:
lists

getLists

public Lists getLists(int i)

getOperationRequest

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

Returns:
operationRequest

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

setLists

public void setLists(int i,
                     Lists _value)

setLists

public void setLists(Lists[] lists)
Sets the lists value for this ListSearchResponse.

Parameters:
lists -

setOperationRequest

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

Parameters:
operationRequest -

Project 4