Project 4

com.amazon.soap.AWSECommerceService
Class ListLookupResponse

java.lang.Object
  extended bycom.amazon.soap.AWSECommerceService.ListLookupResponse
All Implemented Interfaces:
java.io.Serializable

public class ListLookupResponse
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
ListLookupResponse()
           
ListLookupResponse(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 ListLookupResponse.
 Lists getLists(int i)
           
 OperationRequest getOperationRequest()
          Gets the operationRequest value for this ListLookupResponse.
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 ListLookupResponse.
 void setOperationRequest(OperationRequest operationRequest)
          Sets the operationRequest value for this ListLookupResponse.
 
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

ListLookupResponse

public ListLookupResponse()

ListLookupResponse

public ListLookupResponse(OperationRequest operationRequest,
                          Lists[] lists)
Method Detail

equals

public boolean equals(java.lang.Object obj)

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 ListLookupResponse.

Returns:
lists

getLists

public Lists getLists(int i)

getOperationRequest

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

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

setLists

public void setLists(int i,
                     Lists _value)

setLists

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

Parameters:
lists -

setOperationRequest

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

Parameters:
operationRequest -

Project 4