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

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

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

See Also:
Serialized Form

Constructor Summary
InternalAccountMatch()
           
InternalAccountMatch(MatchPropertyOfString bCgovAccountType, MatchPropertyOfString userId, MatchPropertyOfString firstName, MatchPropertyOfString lastName, MatchPropertyOfString initials, MatchPropertyOfString email, MatchPropertyOfString telephone, MatchPropertyOfString city)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 MatchPropertyOfString getBCgovAccountType()
          Gets the bCgovAccountType value for this InternalAccountMatch.
 MatchPropertyOfString getCity()
          Gets the city value for this InternalAccountMatch.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 MatchPropertyOfString getEmail()
          Gets the email value for this InternalAccountMatch.
 MatchPropertyOfString getFirstName()
          Gets the firstName value for this InternalAccountMatch.
 MatchPropertyOfString getInitials()
          Gets the initials value for this InternalAccountMatch.
 MatchPropertyOfString getLastName()
          Gets the lastName value for this InternalAccountMatch.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 MatchPropertyOfString getTelephone()
          Gets the telephone value for this InternalAccountMatch.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 MatchPropertyOfString getUserId()
          Gets the userId value for this InternalAccountMatch.
 int hashCode()
           
 void setBCgovAccountType(MatchPropertyOfString bCgovAccountType)
          Sets the bCgovAccountType value for this InternalAccountMatch.
 void setCity(MatchPropertyOfString city)
          Sets the city value for this InternalAccountMatch.
 void setEmail(MatchPropertyOfString email)
          Sets the email value for this InternalAccountMatch.
 void setFirstName(MatchPropertyOfString firstName)
          Sets the firstName value for this InternalAccountMatch.
 void setInitials(MatchPropertyOfString initials)
          Sets the initials value for this InternalAccountMatch.
 void setLastName(MatchPropertyOfString lastName)
          Sets the lastName value for this InternalAccountMatch.
 void setTelephone(MatchPropertyOfString telephone)
          Sets the telephone value for this InternalAccountMatch.
 void setUserId(MatchPropertyOfString userId)
          Sets the userId value for this InternalAccountMatch.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalAccountMatch

public InternalAccountMatch()

InternalAccountMatch

public InternalAccountMatch(MatchPropertyOfString bCgovAccountType,
                            MatchPropertyOfString userId,
                            MatchPropertyOfString firstName,
                            MatchPropertyOfString lastName,
                            MatchPropertyOfString initials,
                            MatchPropertyOfString email,
                            MatchPropertyOfString telephone,
                            MatchPropertyOfString city)
Method Detail

getBCgovAccountType

public MatchPropertyOfString getBCgovAccountType()
Gets the bCgovAccountType value for this InternalAccountMatch.

Returns:
bCgovAccountType

setBCgovAccountType

public void setBCgovAccountType(MatchPropertyOfString bCgovAccountType)
Sets the bCgovAccountType value for this InternalAccountMatch.

Parameters:
bCgovAccountType -

getUserId

public MatchPropertyOfString getUserId()
Gets the userId value for this InternalAccountMatch.

Returns:
userId

setUserId

public void setUserId(MatchPropertyOfString userId)
Sets the userId value for this InternalAccountMatch.

Parameters:
userId -

getFirstName

public MatchPropertyOfString getFirstName()
Gets the firstName value for this InternalAccountMatch.

Returns:
firstName

setFirstName

public void setFirstName(MatchPropertyOfString firstName)
Sets the firstName value for this InternalAccountMatch.

Parameters:
firstName -

getLastName

public MatchPropertyOfString getLastName()
Gets the lastName value for this InternalAccountMatch.

Returns:
lastName

setLastName

public void setLastName(MatchPropertyOfString lastName)
Sets the lastName value for this InternalAccountMatch.

Parameters:
lastName -

getInitials

public MatchPropertyOfString getInitials()
Gets the initials value for this InternalAccountMatch.

Returns:
initials

setInitials

public void setInitials(MatchPropertyOfString initials)
Sets the initials value for this InternalAccountMatch.

Parameters:
initials -

getEmail

public MatchPropertyOfString getEmail()
Gets the email value for this InternalAccountMatch.

Returns:
email

setEmail

public void setEmail(MatchPropertyOfString email)
Sets the email value for this InternalAccountMatch.

Parameters:
email -

getTelephone

public MatchPropertyOfString getTelephone()
Gets the telephone value for this InternalAccountMatch.

Returns:
telephone

setTelephone

public void setTelephone(MatchPropertyOfString telephone)
Sets the telephone value for this InternalAccountMatch.

Parameters:
telephone -

getCity

public MatchPropertyOfString getCity()
Gets the city value for this InternalAccountMatch.

Returns:
city

setCity

public void setCity(MatchPropertyOfString city)
Sets the city value for this InternalAccountMatch.

Parameters:
city -

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