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

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

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

See Also:
Serialized Form

Constructor Summary
BCeIDAccountContact()
           
BCeIDAccountContact(BCeIDAccountContactPreferenceType preference, BCeIDString email, BCeIDString telephone, BCeIDAddress address, BCeIDString preferredName, BCeIDString department)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BCeIDAddress getAddress()
          Gets the address value for this BCeIDAccountContact.
 BCeIDString getDepartment()
          Gets the department value for this BCeIDAccountContact.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 BCeIDString getEmail()
          Gets the email value for this BCeIDAccountContact.
 BCeIDAccountContactPreferenceType getPreference()
          Gets the preference value for this BCeIDAccountContact.
 BCeIDString getPreferredName()
          Gets the preferredName value for this BCeIDAccountContact.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 BCeIDString getTelephone()
          Gets the telephone value for this BCeIDAccountContact.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAddress(BCeIDAddress address)
          Sets the address value for this BCeIDAccountContact.
 void setDepartment(BCeIDString department)
          Sets the department value for this BCeIDAccountContact.
 void setEmail(BCeIDString email)
          Sets the email value for this BCeIDAccountContact.
 void setPreference(BCeIDAccountContactPreferenceType preference)
          Sets the preference value for this BCeIDAccountContact.
 void setPreferredName(BCeIDString preferredName)
          Sets the preferredName value for this BCeIDAccountContact.
 void setTelephone(BCeIDString telephone)
          Sets the telephone value for this BCeIDAccountContact.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCeIDAccountContact

public BCeIDAccountContact()

BCeIDAccountContact

public BCeIDAccountContact(BCeIDAccountContactPreferenceType preference,
                           BCeIDString email,
                           BCeIDString telephone,
                           BCeIDAddress address,
                           BCeIDString preferredName,
                           BCeIDString department)
Method Detail

getPreference

public BCeIDAccountContactPreferenceType getPreference()
Gets the preference value for this BCeIDAccountContact.

Returns:
preference

setPreference

public void setPreference(BCeIDAccountContactPreferenceType preference)
Sets the preference value for this BCeIDAccountContact.

Parameters:
preference -

getEmail

public BCeIDString getEmail()
Gets the email value for this BCeIDAccountContact.

Returns:
email

setEmail

public void setEmail(BCeIDString email)
Sets the email value for this BCeIDAccountContact.

Parameters:
email -

getTelephone

public BCeIDString getTelephone()
Gets the telephone value for this BCeIDAccountContact.

Returns:
telephone

setTelephone

public void setTelephone(BCeIDString telephone)
Sets the telephone value for this BCeIDAccountContact.

Parameters:
telephone -

getAddress

public BCeIDAddress getAddress()
Gets the address value for this BCeIDAccountContact.

Returns:
address

setAddress

public void setAddress(BCeIDAddress address)
Sets the address value for this BCeIDAccountContact.

Parameters:
address -

getPreferredName

public BCeIDString getPreferredName()
Gets the preferredName value for this BCeIDAccountContact.

Returns:
preferredName

setPreferredName

public void setPreferredName(BCeIDString preferredName)
Sets the preferredName value for this BCeIDAccountContact.

Parameters:
preferredName -

getDepartment

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

Returns:
department

setDepartment

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

Parameters:
department -

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