Uses of Class
net.sf.ofx4j.domain.data.common.BalanceInfo

Packages that use BalanceInfo
net.sf.ofx4j.client   
net.sf.ofx4j.domain.data.common   
 

Uses of BalanceInfo in net.sf.ofx4j.client
 

Methods in net.sf.ofx4j.client that return BalanceInfo
 BalanceInfo AccountStatement.getAvailableBalance()
          The available balance.
 BalanceInfo AccountStatement.getLedgerBalance()
          The ledger balance.
 

Uses of BalanceInfo in net.sf.ofx4j.domain.data.common
 

Methods in net.sf.ofx4j.domain.data.common that return BalanceInfo
 BalanceInfo StatementResponse.getAvailableBalance()
          The available balance.
 BalanceInfo StatementResponse.getLedgerBalance()
          The ledger balance.
 

Methods in net.sf.ofx4j.domain.data.common with parameters of type BalanceInfo
 void StatementResponse.setAvailableBalance(BalanceInfo availableBalance)
          The available balance.
 void StatementResponse.setLedgerBalance(BalanceInfo ledgerBalance)
          The ledger balance.
 



Copyright © 2008. All Rights Reserved.