|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.domain.data.banking.BankAccountInfo
public class BankAccountInfo
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 |
---|
public BankAccountInfo()
Method Detail |
---|
public BankAccountDetails getBankAccount()
public void setBankAccount(BankAccountDetails bankAccount)
bankAccount
- The bank account this information is referencing.public java.lang.Boolean getSupportsTransactionDetailOperations()
public void setSupportsTransactionDetailOperations(java.lang.Boolean supportsTransactionDetailOperations)
supportsTransactionDetailOperations
- Whether this account supports download of transaction details.public java.lang.Boolean getSupportsTransferToOtherAccountOperations()
public void setSupportsTransferToOtherAccountOperations(java.lang.Boolean supportsTransferToOtherAccountOperations)
supportsTransferToOtherAccountOperations
- Whether this account supports transfer operations to other accounts.public java.lang.Boolean getSupportsTransferFromOtherAccountOperations()
public void setSupportsTransferFromOtherAccountOperations(java.lang.Boolean supportsTransferFromOtherAccountOperations)
supportsTransferFromOtherAccountOperations
- Whether this account supports transfer operations from other accounts.public AccountStatus getStatus()
public void setStatus(AccountStatus status)
status
- The account status.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |