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

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

public class BCeIDAccountContactPreferenceType
extends BCeIDTypeBase
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
BCeIDAccountContactPreferenceType()
           
BCeIDAccountContactPreferenceType(boolean isAllowed, java.lang.String name, java.lang.String description, BCeIDAccountContactPreferenceTypeCode code)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BCeIDAccountContactPreferenceTypeCode getCode()
          Gets the code value for this BCeIDAccountContactPreferenceType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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 setCode(BCeIDAccountContactPreferenceTypeCode code)
          Sets the code value for this BCeIDAccountContactPreferenceType.
 
Methods inherited from class ca.bc.gov.webade.user.provider.capws.v8.BCeIDTypeBase
getDescription, getName, setDescription, setName
 
Methods inherited from class ca.bc.gov.webade.user.provider.capws.v8.BCeIDPropertyBase
isIsAllowed, setIsAllowed
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCeIDAccountContactPreferenceType

public BCeIDAccountContactPreferenceType()

BCeIDAccountContactPreferenceType

public BCeIDAccountContactPreferenceType(boolean isAllowed,
                                         java.lang.String name,
                                         java.lang.String description,
                                         BCeIDAccountContactPreferenceTypeCode code)
Method Detail

getCode

public BCeIDAccountContactPreferenceTypeCode getCode()
Gets the code value for this BCeIDAccountContactPreferenceType.

Returns:
code

setCode

public void setCode(BCeIDAccountContactPreferenceTypeCode code)
Sets the code value for this BCeIDAccountContactPreferenceType.

Parameters:
code -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class BCeIDTypeBase

hashCode

public int hashCode()
Overrides:
hashCode in class BCeIDTypeBase

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