public void performValidation() |
Performs validation on the OTD instance unmarshaled from input data.
You can access the validation results from a list of nodes, such as allErrors, msgValidationResult, and the node for reporting envelope errors (such as ICValidationResult, FGValidationResult, and TSValidationResult).
For more information, refer to ASC X12 Validation Support.
None.
x12_4010.x12_4010_850_PurcOrde_Outer myOTD=new x12_4010.x12_4010_850_PurcOrde_Outer(); ...... ...... myOTD.performValidation(); |