Project 4

com.amazon.soap.AWSECommerceService
Class ErrorsError

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

public class ErrorsError
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 code
           
private  java.lang.String message
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ErrorsError()
           
ErrorsError(java.lang.String code, java.lang.String message)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCode()
          Gets the code value for this ErrorsError.
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 getMessage()
          Gets the message value for this ErrorsError.
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 setCode(java.lang.String code)
          Sets the code value for this ErrorsError.
 void setMessage(java.lang.String message)
          Sets the message value for this ErrorsError.
 
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

code

private java.lang.String code

message

private java.lang.String message

typeDesc

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

ErrorsError

public ErrorsError()

ErrorsError

public ErrorsError(java.lang.String code,
                   java.lang.String message)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getCode

public java.lang.String getCode()
Gets the code value for this ErrorsError.

Returns:
code

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


getMessage

public java.lang.String getMessage()
Gets the message value for this ErrorsError.

Returns:
message

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()

setCode

public void setCode(java.lang.String code)
Sets the code value for this ErrorsError.

Parameters:
code -

setMessage

public void setMessage(java.lang.String message)
Sets the message value for this ErrorsError.

Parameters:
message -

Project 4