org.openinvoice.ubl4j.invoice
Class InvoiceTypeMarshaller

java.lang.Object
  extended by org.openinvoice.ubl4j.invoice.InvoiceTypeMarshaller

public class InvoiceTypeMarshaller
extends Object

Since:
\$Date: 2012/11/17 23:00:40 $
Version:
\$Revision: 269823a876f3 $
Author:
\$Author: javad $

Field Summary
static String INV_XSD_PATH
           
static String UBL_INV_PKG
           
 
Constructor Summary
InvoiceTypeMarshaller()
           
 
Method Summary
static Schema getInvoiceTypeSchema()
           
static void marshal(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, OutputStream outputStream, String encoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INV_XSD_PATH

public static final String INV_XSD_PATH
See Also:
Constant Field Values

UBL_INV_PKG

public static final String UBL_INV_PKG
See Also:
Constant Field Values
Constructor Detail

InvoiceTypeMarshaller

public InvoiceTypeMarshaller()
Method Detail

marshal

public static void marshal(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType,
                           OutputStream outputStream,
                           String encoding)
                    throws FailedToMarshalException
Throws:
FailedToMarshalException

getInvoiceTypeSchema

public static Schema getInvoiceTypeSchema()
                                   throws SAXException
Throws:
SAXException


Copyright © 2011-2012 Plain Source. All Rights Reserved.