|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BankAccountDetails | |
---|---|
net.sf.ofx4j.client | |
net.sf.ofx4j.client.impl | |
net.sf.ofx4j.domain.data.banking | |
net.sf.ofx4j.domain.data.common |
Uses of BankAccountDetails in net.sf.ofx4j.client |
---|
Methods in net.sf.ofx4j.client that return BankAccountDetails | |
---|---|
BankAccountDetails |
BankAccount.getDetails()
The details of the account. |
Methods in net.sf.ofx4j.client with parameters of type BankAccountDetails | |
---|---|
BankAccount |
FinancialInstitution.loadBankAccount(BankAccountDetails details,
java.lang.String username,
java.lang.String password)
Load a bank account. |
Uses of BankAccountDetails in net.sf.ofx4j.client.impl |
---|
Methods in net.sf.ofx4j.client.impl with parameters of type BankAccountDetails | |
---|---|
protected StatementRequest |
BankingAccountImpl.createStatementRequest(BankAccountDetails details,
StatementRange range)
|
BankAccount |
FinancialInstitutionImpl.loadBankAccount(BankAccountDetails details,
java.lang.String username,
java.lang.String password)
|
Constructors in net.sf.ofx4j.client.impl with parameters of type BankAccountDetails | |
---|---|
BankingAccountImpl(BankAccountDetails details,
java.lang.String username,
java.lang.String password,
FinancialInstitutionImpl institution)
|
Uses of BankAccountDetails in net.sf.ofx4j.domain.data.banking |
---|
Methods in net.sf.ofx4j.domain.data.banking that return BankAccountDetails | |
---|---|
BankAccountDetails |
BankStatementRequest.getAccount()
The account details. |
BankAccountDetails |
BankStatementResponse.getAccount()
The account for the statement. |
BankAccountDetails |
BankAccountInfo.getBankAccount()
The bank account this information is referencing. |
Methods in net.sf.ofx4j.domain.data.banking with parameters of type BankAccountDetails | |
---|---|
void |
BankStatementRequest.setAccount(BankAccountDetails account)
The account details. |
void |
BankStatementResponse.setAccount(BankAccountDetails account)
The account for the statement. |
void |
BankAccountInfo.setBankAccount(BankAccountDetails bankAccount)
The bank account this information is referencing. |
Uses of BankAccountDetails in net.sf.ofx4j.domain.data.common |
---|
Methods in net.sf.ofx4j.domain.data.common that return BankAccountDetails | |
---|---|
BankAccountDetails |
TransferInfo.getBankAccountFrom()
The bank account to transfer from. |
BankAccountDetails |
TransferInfo.getBankAccountTo()
The bank account to transfer to. |
BankAccountDetails |
Transaction.getBankAccountTo()
The bank account the transfer was to. |
Methods in net.sf.ofx4j.domain.data.common with parameters of type BankAccountDetails | |
---|---|
void |
TransferInfo.setAccountFrom(BankAccountDetails bankAccountFrom)
The account to transfer from. |
void |
TransferInfo.setAccountTo(BankAccountDetails bankAccountTo)
The bank account to transfer to. |
void |
TransferInfo.setBankAccountFrom(BankAccountDetails bankAccountFrom)
The bank account to transfer from. |
void |
TransferInfo.setBankAccountTo(BankAccountDetails bankAccountTo)
The bank account to transfer to. |
void |
Transaction.setBankAccountTo(BankAccountDetails bankAccountTo)
The bank account the transfer was to. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |