|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.domain.data.ResponseMessage net.sf.ofx4j.domain.data.signon.SignonResponse
public class SignonResponse
The signon response message.
Constructor Summary | |
---|---|
SignonResponse()
|
Method Summary | |
---|---|
java.lang.String |
getAccessKey()
The access key that the client should return in the next sign-on requuest. |
java.util.Date |
getAccountLastUpdated()
The date/time that the user's account information was updated. |
FinancialInstitution |
getFinancialInstitution()
The financial instutution identity information. |
java.lang.String |
getLanguage()
The three-letter langauge code. |
java.util.Date |
getProfileLastUpdated()
The date/time that the FI profile was last updated. |
java.lang.String |
getResponseMessageName()
The name of the response message. |
java.lang.String |
getSessionId()
The session id for the client. |
Status |
getStatus()
The signon response status. |
java.lang.String |
getStatusHolderName()
The name of this status holder (for error reporting). |
java.util.Date |
getTimestamp()
The timestamp of this response. |
java.lang.String |
getUserKey()
The userkey that can be used instead of the username/password. |
java.util.Date |
getUserKeyExpiration()
The date/time of the expiration of the user key. |
void |
setAccessKey(java.lang.String accessKey)
The access key that the client should return in the next sign-on requuest. |
void |
setAccountLastUpdated(java.util.Date accountLastUpdated)
The date/time that the user's account information was updated. |
void |
setFinancialInstitution(FinancialInstitution financialInstitution)
The financial instutution identity information. |
void |
setLanguage(java.lang.String language)
The three-letter langauge code. |
void |
setProfileLastUpdated(java.util.Date profileLastUpdated)
The date/time that the FI profile was last updated. |
void |
setSessionId(java.lang.String sessionId)
The session id for the client. |
void |
setStatus(Status status)
The signon response status. |
void |
setTimestamp(java.util.Date timestamp)
The timestamp of this response. |
void |
setUserKey(java.lang.String userKey)
The userkey that can be used instead of the username/password. |
void |
setUserKeyExpiration(java.util.Date userKeyExpiration)
The date/time of the expiration of the user key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignonResponse()
Method Detail |
---|
public java.lang.String getResponseMessageName()
ResponseMessage
getResponseMessageName
in class ResponseMessage
public java.lang.String getStatusHolderName()
StatusHolder
getStatusHolderName
in interface StatusHolder
public Status getStatus()
getStatus
in interface StatusHolder
public void setStatus(Status status)
status
- The signon response status.public java.util.Date getTimestamp()
public void setTimestamp(java.util.Date timestamp)
timestamp
- The timestamp of this response.public java.lang.String getUserKey()
public void setUserKey(java.lang.String userKey)
userKey
- The userkey that can be used instead of the username/password.public java.util.Date getUserKeyExpiration()
public void setUserKeyExpiration(java.util.Date userKeyExpiration)
userKeyExpiration
- The date/time of the expiration of the user key.public java.lang.String getLanguage()
Locale.getISO3Language()
public void setLanguage(java.lang.String language)
language
- The three-letter langauge code.public java.util.Date getProfileLastUpdated()
public void setProfileLastUpdated(java.util.Date profileLastUpdated)
profileLastUpdated
- The date/time that the FI profile was last updated.public java.util.Date getAccountLastUpdated()
public void setAccountLastUpdated(java.util.Date accountLastUpdated)
accountLastUpdated
- The date/time that the user's account information was updated.public FinancialInstitution getFinancialInstitution()
public void setFinancialInstitution(FinancialInstitution financialInstitution)
financialInstitution
- The financial instutution identity information.public java.lang.String getSessionId()
public void setSessionId(java.lang.String sessionId)
sessionId
- The session id for the client.public java.lang.String getAccessKey()
public void setAccessKey(java.lang.String accessKey)
accessKey
- The access key that the client should return in the next sign-on requuest.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |