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

java.lang.Object
  extended byca.bc.gov.webade.user.provider.capws.v8.RequestBase
      extended byca.bc.gov.webade.user.provider.capws.v8.AccountDetailRequest
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccountDetailListRequestItem

public class AccountDetailRequest
extends RequestBase
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AccountDetailRequest()
           
AccountDetailRequest(java.lang.String onlineServiceId, BCeIDAccountTypeCode requesterAccountTypeCode, java.lang.String requesterUserId, java.lang.String requesterUserGuid, java.lang.String userId, java.lang.String userGuid, BCeIDAccountTypeCode accountTypeCode)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BCeIDAccountTypeCode getAccountTypeCode()
          Gets the accountTypeCode value for this AccountDetailRequest.
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
 java.lang.String getUserGuid()
          Gets the userGuid value for this AccountDetailRequest.
 java.lang.String getUserId()
          Gets the userId value for this AccountDetailRequest.
 int hashCode()
           
 void setAccountTypeCode(BCeIDAccountTypeCode accountTypeCode)
          Sets the accountTypeCode value for this AccountDetailRequest.
 void setUserGuid(java.lang.String userGuid)
          Sets the userGuid value for this AccountDetailRequest.
 void setUserId(java.lang.String userId)
          Sets the userId value for this AccountDetailRequest.
 
Methods inherited from class ca.bc.gov.webade.user.provider.capws.v8.RequestBase
getOnlineServiceId, getRequesterAccountTypeCode, getRequesterUserGuid, getRequesterUserId, setOnlineServiceId, setRequesterAccountTypeCode, setRequesterUserGuid, setRequesterUserId
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountDetailRequest

public AccountDetailRequest()

AccountDetailRequest

public AccountDetailRequest(java.lang.String onlineServiceId,
                            BCeIDAccountTypeCode requesterAccountTypeCode,
                            java.lang.String requesterUserId,
                            java.lang.String requesterUserGuid,
                            java.lang.String userId,
                            java.lang.String userGuid,
                            BCeIDAccountTypeCode accountTypeCode)
Method Detail

getUserId

public java.lang.String getUserId()
Gets the userId value for this AccountDetailRequest.

Returns:
userId

setUserId

public void setUserId(java.lang.String userId)
Sets the userId value for this AccountDetailRequest.

Parameters:
userId -

getUserGuid

public java.lang.String getUserGuid()
Gets the userGuid value for this AccountDetailRequest.

Returns:
userGuid

setUserGuid

public void setUserGuid(java.lang.String userGuid)
Sets the userGuid value for this AccountDetailRequest.

Parameters:
userGuid -

getAccountTypeCode

public BCeIDAccountTypeCode getAccountTypeCode()
Gets the accountTypeCode value for this AccountDetailRequest.

Returns:
accountTypeCode

setAccountTypeCode

public void setAccountTypeCode(BCeIDAccountTypeCode accountTypeCode)
Sets the accountTypeCode value for this AccountDetailRequest.

Parameters:
accountTypeCode -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class RequestBase

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