Share via


TaxReportDomesticExportWriter_Vld_IT Class [AX 2012]

The TaxReportDomesticExportWriter_Vld_IT class extends the TaxReportDomesticExportWriter_IT class, and displays the errors and warnings that are encountered in the Infolog.

Syntax

class TaxReportDomesticExportWriter_Vld_IT extends TaxReportDomesticExportWriter_IT

Run On

Called

Methods

  Method Description
JJ790127.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ790127.protmethod(en-us,AX.60).gif doWrite Is overridden with the logic for writing string values to the actual output destination (file or string, for example). (Overrides the doWrite Method.)
JJ790127.pubmethod(en-us,AX.60).gif endLine Indicate that a new line should be inserted before writing next string. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ790127.pubmethod(en-us,AX.60).gif error Registers an error. (Overrides the error Method.)
JJ790127.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ790127.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ790127.pubmethod(en-us,AX.60).gif hasErrors Indicates whether any errors have been registered. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif hasWarnings Indicates whether any warnings have been registered. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif new Initializes a new instance of the TaxReportDomesticExportWriter_IT class. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif newLine Start a new line. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.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.)
JJ790127.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.)
JJ790127.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ790127.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ790127.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ790127.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ790127.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.)
JJ790127.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ790127.pubmethod(en-us,AX.60).gif warning Registers a warning. (Overrides the warning Method.)
JJ790127.pubmethod(en-us,AX.60).gif writeAddress Write the address. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif writeAlphanumeric Write an alphanumeric string. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif writeBoolean Write a boolean value. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif writeCAFObligation Write the CAF obligation code. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif writeDate Write a date. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif writeInt Write an integer value. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif writeNumeric Write a numeric string value. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif writeOperationType Write the operation type code. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif writePaymentType Write the payment method code. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif writePositiveRoundReal Write a positive real value. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif writeReportType Write the report type code. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif writeString Write a string value. (Inherited from TaxReportDomesticExportWriter_IT.)
JJ790127.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  TaxReportDomesticExportWriter_IT Class
    TaxReportDomesticExportWriter_Vld_IT Class