|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.SellerListingLookupRequest
public class SellerListingLookupRequest
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 |
---|
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 Detail |
---|
public SellerListingLookupRequest()
public SellerListingLookupRequest(java.lang.String id, java.lang.String sellerId, SellerListingLookupRequestIdType idType, java.lang.String[] responseGroup)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public java.lang.String getId()
public SellerListingLookupRequestIdType getIdType()
public java.lang.String[] getResponseGroup()
public java.lang.String getResponseGroup(int i)
public java.lang.String getSellerId()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
hashCode
in class java.lang.Object
public void setId(java.lang.String id)
id
- public void setIdType(SellerListingLookupRequestIdType idType)
idType
- public void setResponseGroup(int i, java.lang.String _value)
public void setResponseGroup(java.lang.String[] responseGroup)
responseGroup
- public void setSellerId(java.lang.String sellerId)
sellerId
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |