Project 4

com.amazon.soap.AWSECommerceService
Class SellerListingLookupRequest

java.lang.Object
  extended by com.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  java.lang.String sellerId
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
SellerListingLookupRequest()
           
SellerListingLookupRequest(java.lang.String id, java.lang.String sellerId, 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)
           
 java.lang.String getSellerId()
          Gets the sellerId value for this SellerListingLookupRequest.
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.
 void setSellerId(java.lang.String sellerId)
          Sets the sellerId 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

sellerId

private java.lang.String sellerId

typeDesc

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

SellerListingLookupRequest

public SellerListingLookupRequest()

SellerListingLookupRequest

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


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)

getSellerId

public java.lang.String getSellerId()
Gets the sellerId value for this SellerListingLookupRequest.

Returns:
sellerId

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

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 -

setSellerId

public void setSellerId(java.lang.String sellerId)
Sets the sellerId value for this SellerListingLookupRequest.

Parameters:
sellerId -

Project 4