Package | Description |
---|---|
org.openinvoice.ubl4j.core.invoice |
Provides classes and interfaces for processing
InvoiceType . |
org.openinvoice.ubl4j.core.order |
Provides classes and interfaces for processing UBL
OrderType and converting it to InvoiceType . |
Modifier and Type | Method and Description |
---|---|
static void |
InvoiceTypeUnMarshaller.main(String[] args) |
static void |
InvoiceTypeMarshaller.marshal(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType,
OutputStream outputStream) |
static void |
InvoiceTypeMarshaller.marshal(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType,
OutputStream outputStream,
String encoding) |
Modifier and Type | Method and Description |
---|---|
static void |
OrderTypeMarshaller.marshal(oasis.names.specification.ubl.schema.xsd.order_2.OrderType orderType,
OutputStream outputStream,
String encoding) |
Copyright © 2011-2013 Plain Source. All Rights Reserved.