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

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

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

See Also:
Serialized Form

Constructor Summary
BCeIDAccountMatch()
           
BCeIDAccountMatch(MatchPropertyOfString userId, MatchPropertyOfString firstName, MatchPropertyOfString lastName, MatchPropertyOfString middleName1, MatchPropertyOfString middleName2, MatchPropertyOfString email, MatchPropertyOfString telephone, java.util.Calendar birthDate, java.lang.String acctLuid, java.lang.String acctGuid, MatchPropertyOfString knownAs, MatchPropertyOfString department, BCeIDSearchableAccountType searchableAccountType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAcctGuid()
          Gets the acctGuid value for this BCeIDAccountMatch.
 java.lang.String getAcctLuid()
          Gets the acctLuid value for this BCeIDAccountMatch.
 java.util.Calendar getBirthDate()
          Gets the birthDate value for this BCeIDAccountMatch.
 MatchPropertyOfString getDepartment()
          Gets the department value for this BCeIDAccountMatch.
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 BCeIDAccountMatch.
 MatchPropertyOfString getFirstName()
          Gets the firstName value for this BCeIDAccountMatch.
 MatchPropertyOfString getKnownAs()
          Gets the knownAs value for this BCeIDAccountMatch.
 MatchPropertyOfString getLastName()
          Gets the lastName value for this BCeIDAccountMatch.
 MatchPropertyOfString getMiddleName1()
          Gets the middleName1 value for this BCeIDAccountMatch.
 MatchPropertyOfString getMiddleName2()
          Gets the middleName2 value for this BCeIDAccountMatch.
 BCeIDSearchableAccountType getSearchableAccountType()
          Gets the searchableAccountType value for this BCeIDAccountMatch.
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 BCeIDAccountMatch.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 MatchPropertyOfString getUserId()
          Gets the userId value for this BCeIDAccountMatch.
 int hashCode()
           
 void setAcctGuid(java.lang.String acctGuid)
          Sets the acctGuid value for this BCeIDAccountMatch.
 void setAcctLuid(java.lang.String acctLuid)
          Sets the acctLuid value for this BCeIDAccountMatch.
 void setBirthDate(java.util.Calendar birthDate)
          Sets the birthDate value for this BCeIDAccountMatch.
 void setDepartment(MatchPropertyOfString department)
          Sets the department value for this BCeIDAccountMatch.
 void setEmail(MatchPropertyOfString email)
          Sets the email value for this BCeIDAccountMatch.
 void setFirstName(MatchPropertyOfString firstName)
          Sets the firstName value for this BCeIDAccountMatch.
 void setKnownAs(MatchPropertyOfString knownAs)
          Sets the knownAs value for this BCeIDAccountMatch.
 void setLastName(MatchPropertyOfString lastName)
          Sets the lastName value for this BCeIDAccountMatch.
 void setMiddleName1(MatchPropertyOfString middleName1)
          Sets the middleName1 value for this BCeIDAccountMatch.
 void setMiddleName2(MatchPropertyOfString middleName2)
          Sets the middleName2 value for this BCeIDAccountMatch.
 void setSearchableAccountType(BCeIDSearchableAccountType searchableAccountType)
          Sets the searchableAccountType value for this BCeIDAccountMatch.
 void setTelephone(MatchPropertyOfString telephone)
          Sets the telephone value for this BCeIDAccountMatch.
 void setUserId(MatchPropertyOfString userId)
          Sets the userId value for this BCeIDAccountMatch.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCeIDAccountMatch

public BCeIDAccountMatch()

BCeIDAccountMatch

public BCeIDAccountMatch(MatchPropertyOfString userId,
                         MatchPropertyOfString firstName,
                         MatchPropertyOfString lastName,
                         MatchPropertyOfString middleName1,
                         MatchPropertyOfString middleName2,
                         MatchPropertyOfString email,
                         MatchPropertyOfString telephone,
                         java.util.Calendar birthDate,
                         java.lang.String acctLuid,
                         java.lang.String acctGuid,
                         MatchPropertyOfString knownAs,
                         MatchPropertyOfString department,
                         BCeIDSearchableAccountType searchableAccountType)
Method Detail

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getFirstName

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

Returns:
firstName

setFirstName

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

Parameters:
firstName -

getLastName

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

Returns:
lastName

setLastName

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

Parameters:
lastName -

getMiddleName1

public MatchPropertyOfString getMiddleName1()
Gets the middleName1 value for this BCeIDAccountMatch.

Returns:
middleName1

setMiddleName1

public void setMiddleName1(MatchPropertyOfString middleName1)
Sets the middleName1 value for this BCeIDAccountMatch.

Parameters:
middleName1 -

getMiddleName2

public MatchPropertyOfString getMiddleName2()
Gets the middleName2 value for this BCeIDAccountMatch.

Returns:
middleName2

setMiddleName2

public void setMiddleName2(MatchPropertyOfString middleName2)
Sets the middleName2 value for this BCeIDAccountMatch.

Parameters:
middleName2 -

getEmail

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

Returns:
email

setEmail

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

Parameters:
email -

getTelephone

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

Returns:
telephone

setTelephone

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

Parameters:
telephone -

getBirthDate

public java.util.Calendar getBirthDate()
Gets the birthDate value for this BCeIDAccountMatch.

Returns:
birthDate

setBirthDate

public void setBirthDate(java.util.Calendar birthDate)
Sets the birthDate value for this BCeIDAccountMatch.

Parameters:
birthDate -

getAcctLuid

public java.lang.String getAcctLuid()
Gets the acctLuid value for this BCeIDAccountMatch.

Returns:
acctLuid

setAcctLuid

public void setAcctLuid(java.lang.String acctLuid)
Sets the acctLuid value for this BCeIDAccountMatch.

Parameters:
acctLuid -

getAcctGuid

public java.lang.String getAcctGuid()
Gets the acctGuid value for this BCeIDAccountMatch.

Returns:
acctGuid

setAcctGuid

public void setAcctGuid(java.lang.String acctGuid)
Sets the acctGuid value for this BCeIDAccountMatch.

Parameters:
acctGuid -

getKnownAs

public MatchPropertyOfString getKnownAs()
Gets the knownAs value for this BCeIDAccountMatch.

Returns:
knownAs

setKnownAs

public void setKnownAs(MatchPropertyOfString knownAs)
Sets the knownAs value for this BCeIDAccountMatch.

Parameters:
knownAs -

getDepartment

public MatchPropertyOfString getDepartment()
Gets the department value for this BCeIDAccountMatch.

Returns:
department

setDepartment

public void setDepartment(MatchPropertyOfString department)
Sets the department value for this BCeIDAccountMatch.

Parameters:
department -

getSearchableAccountType

public BCeIDSearchableAccountType getSearchableAccountType()
Gets the searchableAccountType value for this BCeIDAccountMatch.

Returns:
searchableAccountType

setSearchableAccountType

public void setSearchableAccountType(BCeIDSearchableAccountType searchableAccountType)
Sets the searchableAccountType value for this BCeIDAccountMatch.

Parameters:
searchableAccountType -

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