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

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

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

See Also:
Serialized Form

Constructor Summary
BCeIDAccountState()
           
BCeIDAccountState(BCeIDDateTime expiryDateTime, BCeIDBoolean isSuspended, BCeIDBoolean isManagerDisabled, BCeIDBoolean isLocked, BCeIDBoolean passwordChangeRequired, BCeIDBoolean passwordHintsRequired)
           
 
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
 BCeIDDateTime getExpiryDateTime()
          Gets the expiryDateTime value for this BCeIDAccountState.
 BCeIDBoolean getIsLocked()
          Gets the isLocked value for this BCeIDAccountState.
 BCeIDBoolean getIsManagerDisabled()
          Gets the isManagerDisabled value for this BCeIDAccountState.
 BCeIDBoolean getIsSuspended()
          Gets the isSuspended value for this BCeIDAccountState.
 BCeIDBoolean getPasswordChangeRequired()
          Gets the passwordChangeRequired value for this BCeIDAccountState.
 BCeIDBoolean getPasswordHintsRequired()
          Gets the passwordHintsRequired value for this BCeIDAccountState.
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 setExpiryDateTime(BCeIDDateTime expiryDateTime)
          Sets the expiryDateTime value for this BCeIDAccountState.
 void setIsLocked(BCeIDBoolean isLocked)
          Sets the isLocked value for this BCeIDAccountState.
 void setIsManagerDisabled(BCeIDBoolean isManagerDisabled)
          Sets the isManagerDisabled value for this BCeIDAccountState.
 void setIsSuspended(BCeIDBoolean isSuspended)
          Sets the isSuspended value for this BCeIDAccountState.
 void setPasswordChangeRequired(BCeIDBoolean passwordChangeRequired)
          Sets the passwordChangeRequired value for this BCeIDAccountState.
 void setPasswordHintsRequired(BCeIDBoolean passwordHintsRequired)
          Sets the passwordHintsRequired value for this BCeIDAccountState.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCeIDAccountState

public BCeIDAccountState()

BCeIDAccountState

public BCeIDAccountState(BCeIDDateTime expiryDateTime,
                         BCeIDBoolean isSuspended,
                         BCeIDBoolean isManagerDisabled,
                         BCeIDBoolean isLocked,
                         BCeIDBoolean passwordChangeRequired,
                         BCeIDBoolean passwordHintsRequired)
Method Detail

getExpiryDateTime

public BCeIDDateTime getExpiryDateTime()
Gets the expiryDateTime value for this BCeIDAccountState.

Returns:
expiryDateTime

setExpiryDateTime

public void setExpiryDateTime(BCeIDDateTime expiryDateTime)
Sets the expiryDateTime value for this BCeIDAccountState.

Parameters:
expiryDateTime -

getIsSuspended

public BCeIDBoolean getIsSuspended()
Gets the isSuspended value for this BCeIDAccountState.

Returns:
isSuspended

setIsSuspended

public void setIsSuspended(BCeIDBoolean isSuspended)
Sets the isSuspended value for this BCeIDAccountState.

Parameters:
isSuspended -

getIsManagerDisabled

public BCeIDBoolean getIsManagerDisabled()
Gets the isManagerDisabled value for this BCeIDAccountState.

Returns:
isManagerDisabled

setIsManagerDisabled

public void setIsManagerDisabled(BCeIDBoolean isManagerDisabled)
Sets the isManagerDisabled value for this BCeIDAccountState.

Parameters:
isManagerDisabled -

getIsLocked

public BCeIDBoolean getIsLocked()
Gets the isLocked value for this BCeIDAccountState.

Returns:
isLocked

setIsLocked

public void setIsLocked(BCeIDBoolean isLocked)
Sets the isLocked value for this BCeIDAccountState.

Parameters:
isLocked -

getPasswordChangeRequired

public BCeIDBoolean getPasswordChangeRequired()
Gets the passwordChangeRequired value for this BCeIDAccountState.

Returns:
passwordChangeRequired

setPasswordChangeRequired

public void setPasswordChangeRequired(BCeIDBoolean passwordChangeRequired)
Sets the passwordChangeRequired value for this BCeIDAccountState.

Parameters:
passwordChangeRequired -

getPasswordHintsRequired

public BCeIDBoolean getPasswordHintsRequired()
Gets the passwordHintsRequired value for this BCeIDAccountState.

Returns:
passwordHintsRequired

setPasswordHintsRequired

public void setPasswordHintsRequired(BCeIDBoolean passwordHintsRequired)
Sets the passwordHintsRequired value for this BCeIDAccountState.

Parameters:
passwordHintsRequired -

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