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

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

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

See Also:
Serialized Form

Constructor Summary
BCeIDInternalIdentity()
           
BCeIDInternalIdentity(BCeIDString title, BCeIDString company, BCeIDString organizationCode, BCeIDString department, BCeIDString office, BCeIDString description, BCeIDString employeeId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BCeIDString getCompany()
          Gets the company value for this BCeIDInternalIdentity.
 BCeIDString getDepartment()
          Gets the department value for this BCeIDInternalIdentity.
 BCeIDString getDescription()
          Gets the description value for this BCeIDInternalIdentity.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 BCeIDString getEmployeeId()
          Gets the employeeId value for this BCeIDInternalIdentity.
 BCeIDString getOffice()
          Gets the office value for this BCeIDInternalIdentity.
 BCeIDString getOrganizationCode()
          Gets the organizationCode value for this BCeIDInternalIdentity.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 BCeIDString getTitle()
          Gets the title value for this BCeIDInternalIdentity.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCompany(BCeIDString company)
          Sets the company value for this BCeIDInternalIdentity.
 void setDepartment(BCeIDString department)
          Sets the department value for this BCeIDInternalIdentity.
 void setDescription(BCeIDString description)
          Sets the description value for this BCeIDInternalIdentity.
 void setEmployeeId(BCeIDString employeeId)
          Sets the employeeId value for this BCeIDInternalIdentity.
 void setOffice(BCeIDString office)
          Sets the office value for this BCeIDInternalIdentity.
 void setOrganizationCode(BCeIDString organizationCode)
          Sets the organizationCode value for this BCeIDInternalIdentity.
 void setTitle(BCeIDString title)
          Sets the title value for this BCeIDInternalIdentity.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCeIDInternalIdentity

public BCeIDInternalIdentity()

BCeIDInternalIdentity

public BCeIDInternalIdentity(BCeIDString title,
                             BCeIDString company,
                             BCeIDString organizationCode,
                             BCeIDString department,
                             BCeIDString office,
                             BCeIDString description,
                             BCeIDString employeeId)
Method Detail

getTitle

public BCeIDString getTitle()
Gets the title value for this BCeIDInternalIdentity.

Returns:
title

setTitle

public void setTitle(BCeIDString title)
Sets the title value for this BCeIDInternalIdentity.

Parameters:
title -

getCompany

public BCeIDString getCompany()
Gets the company value for this BCeIDInternalIdentity.

Returns:
company

setCompany

public void setCompany(BCeIDString company)
Sets the company value for this BCeIDInternalIdentity.

Parameters:
company -

getOrganizationCode

public BCeIDString getOrganizationCode()
Gets the organizationCode value for this BCeIDInternalIdentity.

Returns:
organizationCode

setOrganizationCode

public void setOrganizationCode(BCeIDString organizationCode)
Sets the organizationCode value for this BCeIDInternalIdentity.

Parameters:
organizationCode -

getDepartment

public BCeIDString getDepartment()
Gets the department value for this BCeIDInternalIdentity.

Returns:
department

setDepartment

public void setDepartment(BCeIDString department)
Sets the department value for this BCeIDInternalIdentity.

Parameters:
department -

getOffice

public BCeIDString getOffice()
Gets the office value for this BCeIDInternalIdentity.

Returns:
office

setOffice

public void setOffice(BCeIDString office)
Sets the office value for this BCeIDInternalIdentity.

Parameters:
office -

getDescription

public BCeIDString getDescription()
Gets the description value for this BCeIDInternalIdentity.

Returns:
description

setDescription

public void setDescription(BCeIDString description)
Sets the description value for this BCeIDInternalIdentity.

Parameters:
description -

getEmployeeId

public BCeIDString getEmployeeId()
Gets the employeeId value for this BCeIDInternalIdentity.

Returns:
employeeId

setEmployeeId

public void setEmployeeId(BCeIDString employeeId)
Sets the employeeId value for this BCeIDInternalIdentity.

Parameters:
employeeId -

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