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

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

public class BCeIDAccountSearchResponse
extends SearchResponseBase
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
BCeIDAccountSearchResponse()
           
BCeIDAccountSearchResponse(ResponseCode code, FailureCode failureCode, java.lang.String message, PaginationResponse pagination, BCeIDAccount[] accountList)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BCeIDAccount[] getAccountList()
          Gets the accountList value for this BCeIDAccountSearchResponse.
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 setAccountList(BCeIDAccount[] accountList)
          Sets the accountList value for this BCeIDAccountSearchResponse.
 
Methods inherited from class ca.bc.gov.webade.user.provider.capws.v8.SearchResponseBase
getPagination, setPagination
 
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

BCeIDAccountSearchResponse

public BCeIDAccountSearchResponse()

BCeIDAccountSearchResponse

public BCeIDAccountSearchResponse(ResponseCode code,
                                  FailureCode failureCode,
                                  java.lang.String message,
                                  PaginationResponse pagination,
                                  BCeIDAccount[] accountList)
Method Detail

getAccountList

public BCeIDAccount[] getAccountList()
Gets the accountList value for this BCeIDAccountSearchResponse.

Returns:
accountList

setAccountList

public void setAccountList(BCeIDAccount[] accountList)
Sets the accountList value for this BCeIDAccountSearchResponse.

Parameters:
accountList -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class SearchResponseBase

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