|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.CustomerContentSearchRequest
Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private org.apache.axis.types.PositiveInteger |
customerPage
|
private java.lang.String |
email
|
private java.lang.String |
name
|
private java.lang.String[] |
responseGroup
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
CustomerContentSearchRequest()
|
|
CustomerContentSearchRequest(org.apache.axis.types.PositiveInteger customerPage,
java.lang.String email,
java.lang.String name,
java.lang.String[] responseGroup)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
org.apache.axis.types.PositiveInteger |
getCustomerPage()
Gets the customerPage value for this CustomerContentSearchRequest. |
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 |
getEmail()
Gets the email value for this CustomerContentSearchRequest. |
java.lang.String |
getName()
Gets the name value for this CustomerContentSearchRequest. |
java.lang.String[] |
getResponseGroup()
Gets the responseGroup value for this CustomerContentSearchRequest. |
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 |
setCustomerPage(org.apache.axis.types.PositiveInteger customerPage)
Sets the customerPage value for this CustomerContentSearchRequest. |
void |
setEmail(java.lang.String email)
Sets the email value for this CustomerContentSearchRequest. |
void |
setName(java.lang.String name)
Sets the name value for this CustomerContentSearchRequest. |
void |
setResponseGroup(int i,
java.lang.String _value)
|
void |
setResponseGroup(java.lang.String[] responseGroup)
Sets the responseGroup value for this CustomerContentSearchRequest. |
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 org.apache.axis.types.PositiveInteger customerPage
private java.lang.String email
private java.lang.String name
private java.lang.String[] responseGroup
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
public CustomerContentSearchRequest()
public CustomerContentSearchRequest(org.apache.axis.types.PositiveInteger customerPage, java.lang.String email, java.lang.String name, java.lang.String[] responseGroup)
Method Detail |
public boolean equals(java.lang.Object obj)
public org.apache.axis.types.PositiveInteger getCustomerPage()
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 getEmail()
public java.lang.String getName()
public java.lang.String[] getResponseGroup()
public java.lang.String getResponseGroup(int i)
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()
public void setCustomerPage(org.apache.axis.types.PositiveInteger customerPage)
customerPage
- public void setEmail(java.lang.String email)
email
- public void setName(java.lang.String name)
name
- public void setResponseGroup(int i, java.lang.String _value)
public void setResponseGroup(java.lang.String[] responseGroup)
responseGroup
-
|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |