public class APIError
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private ErrorCode |
code |
private java.lang.String |
description |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
APIError() |
APIError(ErrorCode code,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ErrorCode |
getCode()
Gets the code value for this APIError.
|
java.lang.String |
getDescription()
Gets the description value for this APIError.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
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(ErrorCode code)
Sets the code value for this APIError.
|
void |
setDescription(java.lang.String description)
Sets the description value for this APIError.
|
private ErrorCode code
private java.lang.String description
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public APIError()
public APIError(ErrorCode code, java.lang.String description)
public ErrorCode getCode()
public void setCode(ErrorCode code)
code
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
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.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)