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

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

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

See Also:
Serialized Form

Constructor Summary
BCeIDIndividualIdentity()
           
BCeIDIndividualIdentity(BCeIDName name, BCeIDDateTime dateOfBirth, BCeIDAddress residentialAddress, BCeIDAddress mailingAddress)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BCeIDDateTime getDateOfBirth()
          Gets the dateOfBirth value for this BCeIDIndividualIdentity.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 BCeIDAddress getMailingAddress()
          Gets the mailingAddress value for this BCeIDIndividualIdentity.
 BCeIDName getName()
          Gets the name value for this BCeIDIndividualIdentity.
 BCeIDAddress getResidentialAddress()
          Gets the residentialAddress value for this BCeIDIndividualIdentity.
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 setDateOfBirth(BCeIDDateTime dateOfBirth)
          Sets the dateOfBirth value for this BCeIDIndividualIdentity.
 void setMailingAddress(BCeIDAddress mailingAddress)
          Sets the mailingAddress value for this BCeIDIndividualIdentity.
 void setName(BCeIDName name)
          Sets the name value for this BCeIDIndividualIdentity.
 void setResidentialAddress(BCeIDAddress residentialAddress)
          Sets the residentialAddress value for this BCeIDIndividualIdentity.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCeIDIndividualIdentity

public BCeIDIndividualIdentity()

BCeIDIndividualIdentity

public BCeIDIndividualIdentity(BCeIDName name,
                               BCeIDDateTime dateOfBirth,
                               BCeIDAddress residentialAddress,
                               BCeIDAddress mailingAddress)
Method Detail

getName

public BCeIDName getName()
Gets the name value for this BCeIDIndividualIdentity.

Returns:
name

setName

public void setName(BCeIDName name)
Sets the name value for this BCeIDIndividualIdentity.

Parameters:
name -

getDateOfBirth

public BCeIDDateTime getDateOfBirth()
Gets the dateOfBirth value for this BCeIDIndividualIdentity.

Returns:
dateOfBirth

setDateOfBirth

public void setDateOfBirth(BCeIDDateTime dateOfBirth)
Sets the dateOfBirth value for this BCeIDIndividualIdentity.

Parameters:
dateOfBirth -

getResidentialAddress

public BCeIDAddress getResidentialAddress()
Gets the residentialAddress value for this BCeIDIndividualIdentity.

Returns:
residentialAddress

setResidentialAddress

public void setResidentialAddress(BCeIDAddress residentialAddress)
Sets the residentialAddress value for this BCeIDIndividualIdentity.

Parameters:
residentialAddress -

getMailingAddress

public BCeIDAddress getMailingAddress()
Gets the mailingAddress value for this BCeIDIndividualIdentity.

Returns:
mailingAddress

setMailingAddress

public void setMailingAddress(BCeIDAddress mailingAddress)
Sets the mailingAddress value for this BCeIDIndividualIdentity.

Parameters:
mailingAddress -

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