com.uc4.ara.rm
Class Error

java.lang.Object
  extended by com.uc4.ara.rm.Error
All Implemented Interfaces:
java.io.Serializable

public class Error
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Error()
           
Error(ErrorCode errorCode, java.lang.String errorTitle, java.lang.String errorDetail)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ErrorCode getErrorCode()
          Gets the errorCode value for this Error.
 java.lang.String getErrorDetail()
          Gets the errorDetail value for this Error.
 java.lang.String getErrorTitle()
          Gets the errorTitle value for this Error.
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 setErrorCode(ErrorCode errorCode)
          Sets the errorCode value for this Error.
 void setErrorDetail(java.lang.String errorDetail)
          Sets the errorDetail value for this Error.
 void setErrorTitle(java.lang.String errorTitle)
          Sets the errorTitle value for this Error.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Error

public Error()

Error

public Error(ErrorCode errorCode,
             java.lang.String errorTitle,
             java.lang.String errorDetail)
Method Detail

getErrorCode

public ErrorCode getErrorCode()
Gets the errorCode value for this Error.

Returns:
errorCode

setErrorCode

public void setErrorCode(ErrorCode errorCode)
Sets the errorCode value for this Error.

Parameters:
errorCode -

getErrorTitle

public java.lang.String getErrorTitle()
Gets the errorTitle value for this Error.

Returns:
errorTitle

setErrorTitle

public void setErrorTitle(java.lang.String errorTitle)
Sets the errorTitle value for this Error.

Parameters:
errorTitle -

getErrorDetail

public java.lang.String getErrorDetail()
Gets the errorDetail value for this Error.

Returns:
errorDetail

setErrorDetail

public void setErrorDetail(java.lang.String errorDetail)
Sets the errorDetail value for this Error.

Parameters:
errorDetail -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


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


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



Copyright © 2004-2013. All Rights Reserved.