January 9, 2012 3:57:20 AM PST
Interstage XWand Developer Version: 11
Problem Description:
In order to run the Edgar Filer Manual validation (EFM) just like how the Interstage XWand Instance Creator does a user would need to use the Edgar Filer Manual API from the com.fujitsu.xml.xbrl.validation.customer.edgarmanual package. This EFM API is the same one used by the Interstage XWand Instance Creator.
Similar to how the EFM validation is handled from the Interstage XWand Instance creator, the document information for Registrant Name, CIK, Reporting period can be specified by using the setter methods from the following com.fujitsu.xml.xbrl.validation.customer.edgarmanual.EDGARManualValidationOption class:
• EDGARManualValidationOption#setOfficialRegist rantName
• EDGARManualValidationOption#setCIKCode
• EDGARManualValidationOption#setReportingPerio d
*Please reference the Fujitsu provided xbrl21 java documentation for more details
The com.fujitsu.xml.xbrl.validation.custom.edgarmanual.EDGARManualValidationHandler class can be used for reporting errors, warnings, or information found while validation of an instance document according to EDGAR Filer Manual.
Please find attached document for example code implementation of mentioned interfaces and methods.
Author: Marc Bui
Attachment: How_to_Run_Edgar_Filer_Manual_Validation_Using_Java_XBRL_2.1_Interface.zip