public class InvoiceTypeMarshaller extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INV_XSD_PATH |
static String |
UBL_INV_PKG |
Constructor and Description |
---|
InvoiceTypeMarshaller() |
Modifier and Type | Method and Description |
---|---|
static Schema |
getInvoiceTypeSchema() |
static void |
marshal(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType,
OutputStream outputStream) |
static void |
marshal(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType,
OutputStream outputStream,
String encoding) |
public static final String INV_XSD_PATH
public static final String UBL_INV_PKG
public static void marshal(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, OutputStream outputStream) throws FailedToMarshalException
FailedToMarshalException
public static void marshal(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, OutputStream outputStream, String encoding) throws FailedToMarshalException
FailedToMarshalException
public static Schema getInvoiceTypeSchema() throws SAXException
SAXException
Copyright © 2011-2013 Plain Source. All Rights Reserved.