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

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

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

See Also:
Serialized Form

Constructor Summary
BCeIDName()
           
BCeIDName(BCeIDString firstname, BCeIDString middleName, BCeIDString otherMiddleName, BCeIDString surname, BCeIDString initials)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 BCeIDString getFirstname()
          Gets the firstname value for this BCeIDName.
 BCeIDString getInitials()
          Gets the initials value for this BCeIDName.
 BCeIDString getMiddleName()
          Gets the middleName value for this BCeIDName.
 BCeIDString getOtherMiddleName()
          Gets the otherMiddleName value for this BCeIDName.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 BCeIDString getSurname()
          Gets the surname value for this BCeIDName.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFirstname(BCeIDString firstname)
          Sets the firstname value for this BCeIDName.
 void setInitials(BCeIDString initials)
          Sets the initials value for this BCeIDName.
 void setMiddleName(BCeIDString middleName)
          Sets the middleName value for this BCeIDName.
 void setOtherMiddleName(BCeIDString otherMiddleName)
          Sets the otherMiddleName value for this BCeIDName.
 void setSurname(BCeIDString surname)
          Sets the surname value for this BCeIDName.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCeIDName

public BCeIDName()

BCeIDName

public BCeIDName(BCeIDString firstname,
                 BCeIDString middleName,
                 BCeIDString otherMiddleName,
                 BCeIDString surname,
                 BCeIDString initials)
Method Detail

getFirstname

public BCeIDString getFirstname()
Gets the firstname value for this BCeIDName.

Returns:
firstname

setFirstname

public void setFirstname(BCeIDString firstname)
Sets the firstname value for this BCeIDName.

Parameters:
firstname -

getMiddleName

public BCeIDString getMiddleName()
Gets the middleName value for this BCeIDName.

Returns:
middleName

setMiddleName

public void setMiddleName(BCeIDString middleName)
Sets the middleName value for this BCeIDName.

Parameters:
middleName -

getOtherMiddleName

public BCeIDString getOtherMiddleName()
Gets the otherMiddleName value for this BCeIDName.

Returns:
otherMiddleName

setOtherMiddleName

public void setOtherMiddleName(BCeIDString otherMiddleName)
Sets the otherMiddleName value for this BCeIDName.

Parameters:
otherMiddleName -

getSurname

public BCeIDString getSurname()
Gets the surname value for this BCeIDName.

Returns:
surname

setSurname

public void setSurname(BCeIDString surname)
Sets the surname value for this BCeIDName.

Parameters:
surname -

getInitials

public BCeIDString getInitials()
Gets the initials value for this BCeIDName.

Returns:
initials

setInitials

public void setInitials(BCeIDString initials)
Sets the initials value for this BCeIDName.

Parameters:
initials -

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