net.sf.ofx4j.domain.data.creditcard
Class CreditCardAccountInfo

java.lang.Object
  extended by net.sf.ofx4j.domain.data.creditcard.CreditCardAccountInfo

public class CreditCardAccountInfo
extends java.lang.Object

Author:
Ryan Heaton

Constructor Summary
CreditCardAccountInfo()
           
 
Method Summary
 CreditCardAccountDetails getCreditCardAccount()
          The credit card 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 setCreditCardAccount(CreditCardAccountDetails creditCardAccount)
          The credit card 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

CreditCardAccountInfo

public CreditCardAccountInfo()
Method Detail

getCreditCardAccount

public CreditCardAccountDetails getCreditCardAccount()
The credit card account this information is referencing.

Returns:
The credit card account this information is referencing.

setCreditCardAccount

public void setCreditCardAccount(CreditCardAccountDetails creditCardAccount)
The credit card account this information is referencing.

Parameters:
creditCardAccount - The credit card 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.