ca.bc.gov.webade.user.provider.capws.v8
Class ResponseBase

java.lang.Object
  extended byca.bc.gov.webade.user.provider.capws.v8.ResponseBase
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccountDetailListResponse, AccountDetailResponse, CreateAccountRequestResponse, CreateSubscriptionBatchResponse, CreateSubscriptionBatchResponseItem, InternalUserGroupInfoResponse, SearchResponseBase, SubscriptionCodeListResponse

public abstract class ResponseBase
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ResponseBase()
           
ResponseBase(ResponseCode code, FailureCode failureCode, java.lang.String message)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ResponseCode getCode()
          Gets the code value for this ResponseBase.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 FailureCode getFailureCode()
          Gets the failureCode value for this ResponseBase.
 java.lang.String getMessage()
          Gets the message value for this ResponseBase.
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(ResponseCode code)
          Sets the code value for this ResponseBase.
 void setFailureCode(FailureCode failureCode)
          Sets the failureCode value for this ResponseBase.
 void setMessage(java.lang.String message)
          Sets the message value for this ResponseBase.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseBase

public ResponseBase()

ResponseBase

public ResponseBase(ResponseCode code,
                    FailureCode failureCode,
                    java.lang.String message)
Method Detail

getCode

public ResponseCode getCode()
Gets the code value for this ResponseBase.

Returns:
code

setCode

public void setCode(ResponseCode code)
Sets the code value for this ResponseBase.

Parameters:
code -

getFailureCode

public FailureCode getFailureCode()
Gets the failureCode value for this ResponseBase.

Returns:
failureCode

setFailureCode

public void setFailureCode(FailureCode failureCode)
Sets the failureCode value for this ResponseBase.

Parameters:
failureCode -

getMessage

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

Returns:
message

setMessage

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

Parameters:
message -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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