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

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

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

See Also:
Serialized Form

Constructor Summary
BCeIDAccountRequest()
           
BCeIDAccountRequest(java.lang.String lastName, java.lang.String firstName, java.lang.String email, java.lang.String telephone, java.lang.String returnUrl, java.lang.String failureUrl, BCeIDAccountType accountType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BCeIDAccountType getAccountType()
          Gets the accountType value for this BCeIDAccountRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getEmail()
          Gets the email value for this BCeIDAccountRequest.
 java.lang.String getFailureUrl()
          Gets the failureUrl value for this BCeIDAccountRequest.
 java.lang.String getFirstName()
          Gets the firstName value for this BCeIDAccountRequest.
 java.lang.String getLastName()
          Gets the lastName value for this BCeIDAccountRequest.
 java.lang.String getReturnUrl()
          Gets the returnUrl value for this BCeIDAccountRequest.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTelephone()
          Gets the telephone value for this BCeIDAccountRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAccountType(BCeIDAccountType accountType)
          Sets the accountType value for this BCeIDAccountRequest.
 void setEmail(java.lang.String email)
          Sets the email value for this BCeIDAccountRequest.
 void setFailureUrl(java.lang.String failureUrl)
          Sets the failureUrl value for this BCeIDAccountRequest.
 void setFirstName(java.lang.String firstName)
          Sets the firstName value for this BCeIDAccountRequest.
 void setLastName(java.lang.String lastName)
          Sets the lastName value for this BCeIDAccountRequest.
 void setReturnUrl(java.lang.String returnUrl)
          Sets the returnUrl value for this BCeIDAccountRequest.
 void setTelephone(java.lang.String telephone)
          Sets the telephone value for this BCeIDAccountRequest.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCeIDAccountRequest

public BCeIDAccountRequest()

BCeIDAccountRequest

public BCeIDAccountRequest(java.lang.String lastName,
                           java.lang.String firstName,
                           java.lang.String email,
                           java.lang.String telephone,
                           java.lang.String returnUrl,
                           java.lang.String failureUrl,
                           BCeIDAccountType accountType)
Method Detail

getLastName

public java.lang.String getLastName()
Gets the lastName value for this BCeIDAccountRequest.

Returns:
lastName

setLastName

public void setLastName(java.lang.String lastName)
Sets the lastName value for this BCeIDAccountRequest.

Parameters:
lastName -

getFirstName

public java.lang.String getFirstName()
Gets the firstName value for this BCeIDAccountRequest.

Returns:
firstName

setFirstName

public void setFirstName(java.lang.String firstName)
Sets the firstName value for this BCeIDAccountRequest.

Parameters:
firstName -

getEmail

public java.lang.String getEmail()
Gets the email value for this BCeIDAccountRequest.

Returns:
email

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this BCeIDAccountRequest.

Parameters:
email -

getTelephone

public java.lang.String getTelephone()
Gets the telephone value for this BCeIDAccountRequest.

Returns:
telephone

setTelephone

public void setTelephone(java.lang.String telephone)
Sets the telephone value for this BCeIDAccountRequest.

Parameters:
telephone -

getReturnUrl

public java.lang.String getReturnUrl()
Gets the returnUrl value for this BCeIDAccountRequest.

Returns:
returnUrl

setReturnUrl

public void setReturnUrl(java.lang.String returnUrl)
Sets the returnUrl value for this BCeIDAccountRequest.

Parameters:
returnUrl -

getFailureUrl

public java.lang.String getFailureUrl()
Gets the failureUrl value for this BCeIDAccountRequest.

Returns:
failureUrl

setFailureUrl

public void setFailureUrl(java.lang.String failureUrl)
Sets the failureUrl value for this BCeIDAccountRequest.

Parameters:
failureUrl -

getAccountType

public BCeIDAccountType getAccountType()
Gets the accountType value for this BCeIDAccountRequest.

Returns:
accountType

setAccountType

public void setAccountType(BCeIDAccountType accountType)
Sets the accountType value for this BCeIDAccountRequest.

Parameters:
accountType -

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