public class ExchangeRateError extends ApiError implements Serializable
ExchangeRate objects.| Constructor and Description |
|---|
ExchangeRateError() |
ExchangeRateError(String fieldPath,
String trigger,
String errorString,
String apiErrorType,
ExchangeRateErrorReason reason) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
ExchangeRateErrorReason |
getReason()
Gets the reason value for this ExchangeRateError.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setReason(ExchangeRateErrorReason reason)
Sets the reason value for this ExchangeRateError.
|
getApiErrorType, getErrorString, getFieldPath, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerpublic ExchangeRateError()
public ExchangeRateError(String fieldPath, String trigger, String errorString, String apiErrorType, ExchangeRateErrorReason reason)
public ExchangeRateErrorReason getReason()
public void setReason(ExchangeRateErrorReason reason)
reason - * The error reason represented by an enum.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.