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

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

public class BankAccountDetails
extends java.lang.Object

Base bank account details.

Author:
Ryan Heaton
See Also:
"OFX Spec, Section 11.3.1"

Constructor Summary
BankAccountDetails()
           
 
Method Summary
 java.lang.String getAccountKey()
          The account key.
 java.lang.String getAccountNumber()
          The account number.
 AccountType getAccountType()
          The account type.
 java.lang.String getBankId()
          The routing and transit number.
 java.lang.String getBranchId()
          The branch id.
 void setAccountKey(java.lang.String accountKey)
          The account key.
 void setAccountNumber(java.lang.String accountNumber)
          The account number.
 void setAccountType(AccountType accountType)
          The account type.
 void setBankId(java.lang.String bankId)
          The routing and transit number.
 void setBranchId(java.lang.String branchId)
          The branch id.
 void setRoutingNumber(java.lang.String routingNumber)
          The routing and transit number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankAccountDetails

public BankAccountDetails()
Method Detail

getBankId

public java.lang.String getBankId()
The routing and transit number.

Returns:
The routing and transit number.

setBankId

public void setBankId(java.lang.String bankId)
The routing and transit number.

Parameters:
bankId - The routing and transit number.

setRoutingNumber

public void setRoutingNumber(java.lang.String routingNumber)
The routing and transit number.

Parameters:
routingNumber - The routing and transit number.

getBranchId

public java.lang.String getBranchId()
The branch id.

Returns:
The branch id.

setBranchId

public void setBranchId(java.lang.String branchId)
The branch id.

Parameters:
branchId - The branch id.

getAccountNumber

public java.lang.String getAccountNumber()
The account number.

Returns:
The account number.

setAccountNumber

public void setAccountNumber(java.lang.String accountNumber)
The account number.

Parameters:
accountNumber - The account number.

getAccountType

public AccountType getAccountType()
The account type.

Returns:
The account type.

setAccountType

public void setAccountType(AccountType accountType)
The account type.

Parameters:
accountType - The account type.

getAccountKey

public java.lang.String getAccountKey()
The account key.

Returns:
The account key.

setAccountKey

public void setAccountKey(java.lang.String accountKey)
The account key.

Parameters:
accountKey - The account key.


Copyright © 2008. All Rights Reserved.