BankDocumentStatement Class [AX 2012]

The BankDocumentStatement class is the business class of a bank document for a bank statement.

Syntax

class BankDocumentStatement extends BankDocument

Run On

Called

Methods

  Method Description
JJ741154.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ741154.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ741154.pubmethod(en-us,AX.60).gif getBankAccount Gets the bank account. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif getBankCurrencyAmount Gets the bank document amount. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif getBankCurrencyCode Retrieves a bank document currency. (Overrides the getBankCurrencyCode Method.)
JJ741154.pubmethod(en-us,AX.60).gif getBankDocumentTable Gets the bank document table. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif getBankTransType Retrieves a bank transaction type. (Overrides the getBankTransType Method.)
JJ741154.pubmethod(en-us,AX.60).gif getCancelled Indicates whether bank document is canceled. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif getCorrectionBankCurrencyAmount Gets the correction amount. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif getCurrentBankDocumentState Gets the current bank document state. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif getDescription Retrieves a bank document description. (Overrides the getDescription Method.)
JJ741154.pubmethod(en-us,AX.60).gif getDocumentNum Retrieves a bank document number. (Overrides the getDocumentNum Method.)
JJ741154.pubmethod(en-us,AX.60).gif getDocumentType Retrieves a bank document type. (Overrides the getDocumentType Method.)
JJ741154.pubmethod(en-us,AX.60).gif getIsMatched Indicates whether the bank document is matched. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif getIsReconciled Gets the reconciled status. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif getOriginalBankCurrencyAmount Gets the original bank document amount. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif getOrignalBankDocumentStatusName Retrieves a bank document original status. (Overrides the getOrignalBankDocumentStatusName Method.)
JJ741154.pubmethod(en-us,AX.60).gif getPosted Retrieves a bank document posted status. (Overrides the getPosted Method.)
JJ741154.pubmethod(en-us,AX.60).gif getReference Retrieves a bank document reference. (Overrides the getReference Method.)
JJ741154.pubmethod(en-us,AX.60).gif getRelatedPartyAccount Gets the bank document related party account. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif getRelatedPartyCompany Gets the company which the related party is from. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif getRelatedPartyName Gets the related party name. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif getRelatedPartyType Gets the bank document related party type. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ741154.pubmethod(en-us,AX.60).gif getTransactionCurrency Retrieves the counter currency if it is provided in a bank document. (Overrides the getTransactionCurrency Method.)
JJ741154.pubmethod(en-us,AX.60).gif getTransactionCurrencyAmount Retrieves the counter amount if it is provided in a bank document. (Overrides the getTransactionCurrencyAmount Method.)
JJ741154.pubmethod(en-us,AX.60).gif getTransactionDate Retrieves a bank document transaction date. (Overrides the getTransactionDate Method.)
JJ741154.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ741154.protmethod(en-us,AX.60).gif loadSourceBuffer Loads a source buffer of a bank document. (Overrides the loadSourceBuffer Method.)
JJ741154.protmethod(en-us,AX.60).gif new Initializes a new instance of the BankDocument class. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ741154.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ741154.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ741154.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ741154.pubmethod(en-us,AX.60).gif parmBankDocumentTableMap Gets or sets the BankDocumentTableMap parameter. (Inherited from BankDocument.)
JJ741154.protmethod(en-us,AX.60).gif processBankAccountTransReconcileStatus Processes bank account transactions reconciled field. (Inherited from BankDocument.)
JJ741154.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ741154.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ741154.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ741154.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ741154.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  BankDocument Class
    BankDocumentStatement Class