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

java.lang.Object
  extended byca.bc.gov.webade.user.provider.capws.v8.ResponseBase
      extended byca.bc.gov.webade.user.provider.capws.v8.AccountDetailListResponse
All Implemented Interfaces:
java.io.Serializable

public class AccountDetailListResponse
extends ResponseBase
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AccountDetailListResponse()
           
AccountDetailListResponse(ResponseCode code, FailureCode failureCode, java.lang.String message, AccountDetailListResponseItem[] responseItemList)
           
 
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
 AccountDetailListResponseItem[] getResponseItemList()
          Gets the responseItemList value for this AccountDetailListResponse.
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 setResponseItemList(AccountDetailListResponseItem[] responseItemList)
          Sets the responseItemList value for this AccountDetailListResponse.
 
Methods inherited from class ca.bc.gov.webade.user.provider.capws.v8.ResponseBase
getCode, getFailureCode, getMessage, setCode, setFailureCode, setMessage
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountDetailListResponse

public AccountDetailListResponse()

AccountDetailListResponse

public AccountDetailListResponse(ResponseCode code,
                                 FailureCode failureCode,
                                 java.lang.String message,
                                 AccountDetailListResponseItem[] responseItemList)
Method Detail

getResponseItemList

public AccountDetailListResponseItem[] getResponseItemList()
Gets the responseItemList value for this AccountDetailListResponse.

Returns:
responseItemList

setResponseItemList

public void setResponseItemList(AccountDetailListResponseItem[] responseItemList)
Sets the responseItemList value for this AccountDetailListResponse.

Parameters:
responseItemList -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ResponseBase

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