Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This is an abstract class which contains Italian Domestic Tax Transactions Report export to ASCII formatting logic.
Syntax
class TaxReportDomesticExportWriter_IT
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
cleanupLineBreaks | |
![]() |
cleanupSpecialCharacters | |
![]() |
doWrite | Override this method with the logic of writing string values to the actual output destination (file or string for example). |
![]() |
endLine | Indicate that a new line should be inserted before writing next string. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
error | Register an error. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
hasErrors | Indicates whether any errors have been registered. |
![]() |
hasWarnings | Indicates whether any warnings have been registered. |
![]() |
new | Initializes a new instance of the TaxReportDomesticExportWriter_IT class. |
![]() |
newLine | Start a new line. |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
validateField | |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
warning | Register a warning. |
![]() |
writeAddress | Write the address. |
![]() |
writeAlphanumeric | Write an alphanumeric string. |
![]() |
writeBoolean | Write a boolean value. |
![]() |
writeCAFObligation | Write the CAF obligation code. |
![]() |
writeDate | Write a date. |
![]() |
writeInt | Write an integer value. |
![]() |
writeNumeric | Write a numeric string value. |
![]() |
writeOperationType | Write the operation type code. |
![]() |
writePaymentType | Write the payment method code. |
![]() |
writePositiveRoundReal | Write a positive real value. |
![]() |
writeReportType | Write the report type code. |
![]() |
writeString | Write a string value. |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Remarks
All "write" methods in this class contain _startPos and _length arguments.
It allows to prevent situations when _startPos of the field doesn't follow immediately after the previously written field. It also allows to warn the user in case the value being written exceeds the _length specified.
Inheritance Hierarchy
Object Class
TaxReportDomesticExportWriter_IT Class
TaxReportDomesticExportWriter_Ascii_IT Class
TaxReportDomesticExportWriter_Vld_IT Class