Uses of Class
net.sf.ofx4j.meta.ChildAggregate

Packages that use ChildAggregate
net.sf.ofx4j.domain.data Data for the domain model (used for the wire). 
net.sf.ofx4j.domain.data.banking   
net.sf.ofx4j.domain.data.common   
net.sf.ofx4j.domain.data.creditcard   
net.sf.ofx4j.domain.data.profile   
net.sf.ofx4j.domain.data.profile.info   
net.sf.ofx4j.domain.data.signon   
 

Uses of ChildAggregate in net.sf.ofx4j.domain.data
 

Methods in net.sf.ofx4j.domain.data with annotations of type ChildAggregate
 java.util.SortedSet<ResponseMessageSet> ResponseEnvelope.getMessageSets()
          The message sets that make up the content of this response.
 java.util.SortedSet<RequestMessageSet> RequestEnvelope.getMessageSets()
          The message sets that make up the content of this request.
 Status TransactionWrappedResponseMessage.getStatus()
          Status of the transaction.
 

Uses of ChildAggregate in net.sf.ofx4j.domain.data.banking
 

Methods in net.sf.ofx4j.domain.data.banking with annotations of type ChildAggregate
 BankAccountDetails BankStatementRequest.getAccount()
          The account details.
 BankAccountDetails BankStatementResponse.getAccount()
          The account for the statement.
 BankAccountDetails BankAccountInfo.getBankAccount()
          The bank account this information is referencing.
 BankStatementRequest BankStatementRequestTransaction.getMessage()
          The message.
 BankStatementResponse BankStatementResponseTransaction.getMessage()
          The message.
 BankStatementRequestTransaction BankingRequestMessageSet.getStatementRequest()
          The statement request.
 BankStatementResponseTransaction BankingResponseMessageSet.getStatementResponse()
          The statement response.
 

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

Methods in net.sf.ofx4j.domain.data.common with annotations of type ChildAggregate
 BalanceInfo StatementResponse.getAvailableBalance()
          The available balance.
 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.
 CreditCardAccountDetails TransferInfo.getCreditCardAccountFrom()
          The credit card to transfer from.
 CreditCardAccountDetails TransferInfo.getCreditCardAccountTo()
          The credit card account to transfer to.
 CreditCardAccountDetails Transaction.getCreditCardAccountTo()
          The credit-card account the transfer was to.
 Currency Transaction.getCurrency()
          The currency.
 Currency BalanceRecord.getCurrency()
          Currency.
 BalanceInfo StatementResponse.getLedgerBalance()
          The ledger balance.
 Currency Transaction.getOriginalCurrency()
          The original currency.
 Payee Transaction.getPayee()
          The payee.
 StatementRange StatementRequest.getStatementRange()
          The statement range.
 TransactionList StatementResponse.getTransactionList()
          The transaction list.
 java.util.List<Transaction> TransactionList.getTransactions()
          The transaction list.
 

Uses of ChildAggregate in net.sf.ofx4j.domain.data.creditcard
 

Methods in net.sf.ofx4j.domain.data.creditcard with annotations of type ChildAggregate
 CreditCardAccountDetails CreditCardStatementRequest.getAccount()
          The account details.
 CreditCardAccountDetails CreditCardStatementResponse.getAccount()
          The account for the statement.
 CreditCardAccountDetails CreditCardAccountInfo.getCreditCardAccount()
          The credit card account this information is referencing.
 CreditCardStatementResponse CreditCardStatementResponseTransaction.getMessage()
          The message.
 CreditCardStatementRequest CreditCardStatementRequestTransaction.getMessage()
          The message.
 CreditCardStatementRequestTransaction CreditCardRequestMessageSet.getStatementRequest()
          The request.
 CreditCardStatementResponseTransaction CreditCardResponseMessageSet.getStatementResponse()
          The statement response.
 

Uses of ChildAggregate in net.sf.ofx4j.domain.data.profile
 

Methods in net.sf.ofx4j.domain.data.profile with annotations of type ChildAggregate
 CoreMessageSetInfo VersionSpecificMessageSetInfo.getCore()
          The information core.
 java.util.List<SignonInfo> SignonInfoList.getInfoList()
          List of sign-on information.
 java.util.List<AbstractMessageSetInfo> MessageSetInfoList.getInformationList()
          The list of information for each message set.
 ProfileResponse ProfileResponseTransaction.getMessage()
          The message.
 ProfileRequest ProfileRequestTransaction.getMessage()
          The wrapped message.
 MessageSetInfoList ProfileResponse.getMessageSetList()
          List of message set information.
 ProfileRequestTransaction ProfileRequestMessageSet.getProfileRequest()
          The profile request.
 ProfileResponseTransaction ProfileResponseMessageSet.getProfileResponse()
          The profile response.
 SignonInfoList ProfileResponse.getSignonInfoList()
          List of signon information.
protected  java.util.List<VersionSpecificMessageSetInfo> AbstractMessageSetInfo.getVersionSpecificInformationList()
          List of information about a message set for each version supported.
 

Uses of ChildAggregate in net.sf.ofx4j.domain.data.profile.info
 

Methods in net.sf.ofx4j.domain.data.profile.info with annotations of type ChildAggregate
 ProfileV1MessageSetInfo ProfileMessageSetInfo.getVersion1Info()
           
 CreditCardV1MessageSetInfo CreditCardMessageSetInfo.getVersion1Info()
           
 InterbankTransferV1MessageSetInfo InterbankTransferMessageSetInfo.getVersion1Info()
           
 InvestmentV1MessageSetInfo InvestmentMessageSetInfo.getVersion1Info()
           
 BillpayV1MessageSetInfo BillpayMessageSetInfo.getVersion1Info()
           
 EmailV1MessageSetInfo EmailMessageSetInfo.getVersion1Info()
           
 SignupV1MessageSetInfo SignupMessageSetInfo.getVersion1Info()
           
 BankingV1MessageSetInfo BankingMessageSetInfo.getVersion1Info()
           
 WireTransferV1MessageSetInfo WireTransferMessageSetInfo.getVersion1Info()
           
 SecurityListV1MessageSetInfo SecurityListMessageSetInfo.getVersion1Info()
           
 

Uses of ChildAggregate in net.sf.ofx4j.domain.data.signon
 

Methods in net.sf.ofx4j.domain.data.signon with annotations of type ChildAggregate
 FinancialInstitution SignonResponse.getFinancialInstitution()
          The financial instutution identity information.
 FinancialInstitution SignonRequest.getFinancialInstitution()
          The financial institution.
 PasswordChangeRequest PasswordChangeRequestTransaction.getMessage()
          The wrapped message.
 PasswordChangeResponse PasswordChangeResponseTransaction.getMessage()
          The message.
 PasswordChangeRequestTransaction SignonRequestMessageSet.getPasswordChangeRequest()
          The password change request.
 PasswordChangeResponseTransaction SignonResponseMessageSet.getPasswordChangeResponse()
          The password change response.
 SignonRequest SignonRequestMessageSet.getSignonRequest()
          The message for this message set.
 SignonResponse SignonResponseMessageSet.getSignonResponse()
          The message for this message set.
 Status SignonResponse.getStatus()
          The signon response status.
 



Copyright © 2008. All Rights Reserved.