net.sf.ofx4j.domain.data.signon
Class PasswordChangeResponse

java.lang.Object
  extended by net.sf.ofx4j.domain.data.ResponseMessage
      extended by net.sf.ofx4j.domain.data.signon.PasswordChangeResponse

public class PasswordChangeResponse
extends ResponseMessage

Response to a change a user password request.

Author:
Ryan Heaton
See Also:
"Section 2.5.2.2, OFX Spec."

Constructor Summary
PasswordChangeResponse()
           
 
Method Summary
 java.util.Date getChangeTimestamp()
          The timestamp of the password change.
 java.lang.String getResponseMessageName()
          The name of the response message.
 java.lang.String getUserId()
          The id of the user changing password.
 void setChangeTimestamp(java.util.Date changeTimestamp)
          The timestamp of the password change.
 void setUserId(java.lang.String userId)
          The id of the user changing password.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordChangeResponse

public PasswordChangeResponse()
Method Detail

getUserId

public java.lang.String getUserId()
The id of the user changing password.

Returns:
The id of the user changing password.

getResponseMessageName

public java.lang.String getResponseMessageName()
Description copied from class: ResponseMessage
The name of the response message.

Specified by:
getResponseMessageName in class ResponseMessage
Returns:
The name of the response message.

setUserId

public void setUserId(java.lang.String userId)
The id of the user changing password.

Parameters:
userId - The id of the user changing password.

getChangeTimestamp

public java.util.Date getChangeTimestamp()
The timestamp of the password change.

Returns:
The timestamp of the password change.

setChangeTimestamp

public void setChangeTimestamp(java.util.Date changeTimestamp)
The timestamp of the password change.

Parameters:
changeTimestamp - The timestamp of the password change.


Copyright © 2008. All Rights Reserved.