net.sf.ofx4j.domain.data.banking
Class BankAccountInfo

java.lang.Object
  extended by net.sf.ofx4j.domain.data.banking.BankAccountInfo

public class BankAccountInfo
extends java.lang.Object

Author:
Ryan Heaton

Constructor Summary
BankAccountInfo()
           
 
Method Summary
 BankAccountDetails getBankAccount()
          The bank account this information is referencing.
 AccountStatus getStatus()
          The account status.
 java.lang.Boolean getSupportsTransactionDetailOperations()
          Whether this account supports download of transaction details.
 java.lang.Boolean getSupportsTransferFromOtherAccountOperations()
          Whether this account supports transfer operations from other accounts.
 java.lang.Boolean getSupportsTransferToOtherAccountOperations()
          Whether this account supports transfer operations to other accounts.
 void setBankAccount(BankAccountDetails bankAccount)
          The bank account this information is referencing.
 void setStatus(AccountStatus status)
          The account status.
 void setSupportsTransactionDetailOperations(java.lang.Boolean supportsTransactionDetailOperations)
          Whether this account supports download of transaction details.
 void setSupportsTransferFromOtherAccountOperations(java.lang.Boolean supportsTransferFromOtherAccountOperations)
          Whether this account supports transfer operations from other accounts.
 void setSupportsTransferToOtherAccountOperations(java.lang.Boolean supportsTransferToOtherAccountOperations)
          Whether this account supports transfer operations to other accounts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankAccountInfo

public BankAccountInfo()
Method Detail

getBankAccount

public BankAccountDetails getBankAccount()
The bank account this information is referencing.

Returns:
The bank account this information is referencing.

setBankAccount

public void setBankAccount(BankAccountDetails bankAccount)
The bank account this information is referencing.

Parameters:
bankAccount - The bank account this information is referencing.

getSupportsTransactionDetailOperations

public java.lang.Boolean getSupportsTransactionDetailOperations()
Whether this account supports download of transaction details.

Returns:
Whether this account supports download of transaction details.

setSupportsTransactionDetailOperations

public void setSupportsTransactionDetailOperations(java.lang.Boolean supportsTransactionDetailOperations)
Whether this account supports download of transaction details.

Parameters:
supportsTransactionDetailOperations - Whether this account supports download of transaction details.

getSupportsTransferToOtherAccountOperations

public java.lang.Boolean getSupportsTransferToOtherAccountOperations()
Whether this account supports transfer operations to other accounts.

Returns:
Whether this account supports transfer operations to other accounts.

setSupportsTransferToOtherAccountOperations

public void setSupportsTransferToOtherAccountOperations(java.lang.Boolean supportsTransferToOtherAccountOperations)
Whether this account supports transfer operations to other accounts.

Parameters:
supportsTransferToOtherAccountOperations - Whether this account supports transfer operations to other accounts.

getSupportsTransferFromOtherAccountOperations

public java.lang.Boolean getSupportsTransferFromOtherAccountOperations()
Whether this account supports transfer operations from other accounts.

Returns:
Whether this account supports transfer operations from other accounts.

setSupportsTransferFromOtherAccountOperations

public void setSupportsTransferFromOtherAccountOperations(java.lang.Boolean supportsTransferFromOtherAccountOperations)
Whether this account supports transfer operations from other accounts.

Parameters:
supportsTransferFromOtherAccountOperations - Whether this account supports transfer operations from other accounts.

getStatus

public AccountStatus getStatus()
The account status.

Returns:
The account status.

setStatus

public void setStatus(AccountStatus status)
The account status.

Parameters:
status - The account status.


Copyright © 2008. All Rights Reserved.