org.openinvoice.ubl4j.order
Class OrderTypeMarshaller

java.lang.Object
  extended by org.openinvoice.ubl4j.order.OrderTypeMarshaller

public class OrderTypeMarshaller
extends Object

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

Field Summary
static String ORD_XSD_PATH
           
static String UBL_ORD_PKG
           
 
Constructor Summary
OrderTypeMarshaller()
           
 
Method Summary
static Schema getOrderTypeSchema()
           
static void marshal(oasis.names.specification.ubl.schema.xsd.order_2.OrderType orderType, OutputStream outputStream, String encoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORD_XSD_PATH

public static final String ORD_XSD_PATH
See Also:
Constant Field Values

UBL_ORD_PKG

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

OrderTypeMarshaller

public OrderTypeMarshaller()
Method Detail

marshal

public static void marshal(oasis.names.specification.ubl.schema.xsd.order_2.OrderType orderType,
                           OutputStream outputStream,
                           String encoding)
                    throws FailedToMarshalException
Throws:
FailedToMarshalException

getOrderTypeSchema

public static Schema getOrderTypeSchema()
                                 throws SAXException
Throws:
SAXException


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