Project 4

com.amazon.soap.AWSECommerceService
Class Help

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

public class Help
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 associateTag
           
private  java.lang.String AWSAccessKeyId
           
private  java.lang.String marketplaceDomain
           
private  HelpRequest[] request
           
private  HelpRequest shared
           
private  java.lang.String subscriptionId
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String validate
           
 
Constructor Summary
Help()
           
Help(java.lang.String marketplaceDomain, java.lang.String AWSAccessKeyId, java.lang.String subscriptionId, java.lang.String associateTag, java.lang.String validate, HelpRequest shared, HelpRequest[] request)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAssociateTag()
          Gets the associateTag value for this Help.
 java.lang.String getAWSAccessKeyId()
          Gets the AWSAccessKeyId value for this Help.
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 getMarketplaceDomain()
          Gets the marketplaceDomain value for this Help.
 HelpRequest[] getRequest()
          Gets the request value for this Help.
 HelpRequest getRequest(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
 HelpRequest getShared()
          Gets the shared value for this Help.
 java.lang.String getSubscriptionId()
          Gets the subscriptionId value for this Help.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValidate()
          Gets the validate value for this Help.
 int hashCode()
           
 void setAssociateTag(java.lang.String associateTag)
          Sets the associateTag value for this Help.
 void setAWSAccessKeyId(java.lang.String AWSAccessKeyId)
          Sets the AWSAccessKeyId value for this Help.
 void setMarketplaceDomain(java.lang.String marketplaceDomain)
          Sets the marketplaceDomain value for this Help.
 void setRequest(HelpRequest[] request)
          Sets the request value for this Help.
 void setRequest(int i, HelpRequest _value)
           
 void setShared(HelpRequest shared)
          Sets the shared value for this Help.
 void setSubscriptionId(java.lang.String subscriptionId)
          Sets the subscriptionId value for this Help.
 void setValidate(java.lang.String validate)
          Sets the validate value for this Help.
 
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

associateTag

private java.lang.String associateTag

AWSAccessKeyId

private java.lang.String AWSAccessKeyId

marketplaceDomain

private java.lang.String marketplaceDomain

request

private HelpRequest[] request

shared

private HelpRequest shared

subscriptionId

private java.lang.String subscriptionId

typeDesc

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

validate

private java.lang.String validate
Constructor Detail

Help

public Help()

Help

public Help(java.lang.String marketplaceDomain,
            java.lang.String AWSAccessKeyId,
            java.lang.String subscriptionId,
            java.lang.String associateTag,
            java.lang.String validate,
            HelpRequest shared,
            HelpRequest[] request)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getAssociateTag

public java.lang.String getAssociateTag()
Gets the associateTag value for this Help.

Returns:
associateTag

getAWSAccessKeyId

public java.lang.String getAWSAccessKeyId()
Gets the AWSAccessKeyId value for this Help.

Returns:
AWSAccessKeyId

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


getMarketplaceDomain

public java.lang.String getMarketplaceDomain()
Gets the marketplaceDomain value for this Help.

Returns:
marketplaceDomain

getRequest

public HelpRequest[] getRequest()
Gets the request value for this Help.

Returns:
request

getRequest

public HelpRequest getRequest(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


getShared

public HelpRequest getShared()
Gets the shared value for this Help.

Returns:
shared

getSubscriptionId

public java.lang.String getSubscriptionId()
Gets the subscriptionId value for this Help.

Returns:
subscriptionId

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getValidate

public java.lang.String getValidate()
Gets the validate value for this Help.

Returns:
validate

hashCode

public int hashCode()

setAssociateTag

public void setAssociateTag(java.lang.String associateTag)
Sets the associateTag value for this Help.

Parameters:
associateTag -

setAWSAccessKeyId

public void setAWSAccessKeyId(java.lang.String AWSAccessKeyId)
Sets the AWSAccessKeyId value for this Help.

Parameters:
AWSAccessKeyId -

setMarketplaceDomain

public void setMarketplaceDomain(java.lang.String marketplaceDomain)
Sets the marketplaceDomain value for this Help.

Parameters:
marketplaceDomain -

setRequest

public void setRequest(HelpRequest[] request)
Sets the request value for this Help.

Parameters:
request -

setRequest

public void setRequest(int i,
                       HelpRequest _value)

setShared

public void setShared(HelpRequest shared)
Sets the shared value for this Help.

Parameters:
shared -

setSubscriptionId

public void setSubscriptionId(java.lang.String subscriptionId)
Sets the subscriptionId value for this Help.

Parameters:
subscriptionId -

setValidate

public void setValidate(java.lang.String validate)
Sets the validate value for this Help.

Parameters:
validate -

Project 4