Project 4

com.amazon.soap.AWSECommerceService
Class SellerListingLookupRequest

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String id
           
private  SellerListingLookupRequestIdType idType
           
private  java.lang.String[] responseGroup
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
SellerListingLookupRequest()
           
SellerListingLookupRequest(java.lang.String id, SellerListingLookupRequestIdType idType, java.lang.String[] responseGroup)
           
 
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
 java.lang.String getId()
          Gets the id value for this SellerListingLookupRequest.
 SellerListingLookupRequestIdType getIdType()
          Gets the idType value for this SellerListingLookupRequest.
 java.lang.String[] getResponseGroup()
          Gets the responseGroup value for this SellerListingLookupRequest.
 java.lang.String getResponseGroup(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 setId(java.lang.String id)
          Sets the id value for this SellerListingLookupRequest.
 void setIdType(SellerListingLookupRequestIdType idType)
          Sets the idType value for this SellerListingLookupRequest.
 void setResponseGroup(int i, java.lang.String _value)
           
 void setResponseGroup(java.lang.String[] responseGroup)
          Sets the responseGroup value for this SellerListingLookupRequest.
 
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

id

private java.lang.String id

idType

private SellerListingLookupRequestIdType idType

responseGroup

private java.lang.String[] responseGroup

typeDesc

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

SellerListingLookupRequest

public SellerListingLookupRequest()

SellerListingLookupRequest

public SellerListingLookupRequest(java.lang.String id,
                                  SellerListingLookupRequestIdType idType,
                                  java.lang.String[] responseGroup)
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


getId

public java.lang.String getId()
Gets the id value for this SellerListingLookupRequest.

Returns:
id

getIdType

public SellerListingLookupRequestIdType getIdType()
Gets the idType value for this SellerListingLookupRequest.

Returns:
idType

getResponseGroup

public java.lang.String[] getResponseGroup()
Gets the responseGroup value for this SellerListingLookupRequest.

Returns:
responseGroup

getResponseGroup

public java.lang.String getResponseGroup(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()

setId

public void setId(java.lang.String id)
Sets the id value for this SellerListingLookupRequest.

Parameters:
id -

setIdType

public void setIdType(SellerListingLookupRequestIdType idType)
Sets the idType value for this SellerListingLookupRequest.

Parameters:
idType -

setResponseGroup

public void setResponseGroup(int i,
                             java.lang.String _value)

setResponseGroup

public void setResponseGroup(java.lang.String[] responseGroup)
Sets the responseGroup value for this SellerListingLookupRequest.

Parameters:
responseGroup -

Project 4