net.sf.ofx4j.domain.data.common
Interface StatusHolder

All Known Implementing Classes:
BankStatementResponseTransaction, CreditCardStatementResponseTransaction, PasswordChangeResponseTransaction, ProfileResponseTransaction, SignonResponse, TransactionWrappedResponseMessage

public interface StatusHolder

A status holder (usually applied to a response).

Author:
Ryan Heaton

Method Summary
 Status getStatus()
          Get the status.
 java.lang.String getStatusHolderName()
          The name of this status holder (for error reporting).
 

Method Detail

getStatusHolderName

java.lang.String getStatusHolderName()
The name of this status holder (for error reporting).

Returns:
The name of this status holder (for error reporting).

getStatus

Status getStatus()
Get the status.

Returns:
The status.


Copyright © 2008. All Rights Reserved.