Uses of Class
com.fourjs.report.facturx.AbstractInvoice
-
-
Uses of AbstractInvoice in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return AbstractInvoice Modifier and Type Method Description static AbstractInvoice
AbstractInvoice. fromPDFFile(String fileName, boolean recompute)
Creates and Invoice instance from a Factur-X hybrid PDF document.static AbstractInvoice
AbstractInvoice. fromXMLFile(String fileName, boolean recompute)
Creates and Invoice instance from a Factur-X XML document. -
Uses of AbstractInvoice in com.fourjs.report.facturx.profiles.basic
Subclasses of AbstractInvoice in com.fourjs.report.facturx.profiles.basic Modifier and Type Class Description class
Invoice
BG-0:Invoice -
Uses of AbstractInvoice in com.fourjs.report.facturx.profiles.basicwl
Subclasses of AbstractInvoice in com.fourjs.report.facturx.profiles.basicwl Modifier and Type Class Description class
Invoice
BG-0:Invoice -
Uses of AbstractInvoice in com.fourjs.report.facturx.profiles.en16931
Subclasses of AbstractInvoice in com.fourjs.report.facturx.profiles.en16931 Modifier and Type Class Description class
Invoice
BG-0:Invoice -
Uses of AbstractInvoice in com.fourjs.report.facturx.profiles.extended
Subclasses of AbstractInvoice in com.fourjs.report.facturx.profiles.extended Modifier and Type Class Description class
Invoice
BG-0:Invoice -
Uses of AbstractInvoice in com.fourjs.report.facturx.profiles.minimum
Subclasses of AbstractInvoice in com.fourjs.report.facturx.profiles.minimum Modifier and Type Class Description class
Invoice
BG-0:Invoice -
Uses of AbstractInvoice in com.fourjs.report.facturx.util
Methods in com.fourjs.report.facturx.util that return AbstractInvoice Modifier and Type Method Description static AbstractInvoice
Util. createInvoiceInstance(String specificationIdentifier)
-