Sun B2B Suite HIPAA OTD Library User's Guide

getXmlOutput


Note –

This method is reserved for future use.


Signature


public boolean getXmlOutput()

Description

Verifies whether the X12 OTD will output data in XML format.

Exceptions

None.

Example


x12_4010.x12_4010_850_PurcOrde_Outer myOTD=new x12_4010.x12_4010_850_PurcOrde_Outer();
......
......
boolean isXml=myOTD.getXmlOutput();