org.openinvoice.ubl4j.invoice.constraint
Class InvoiceTypeConstraintManager

java.lang.Object
  extended by org.openinvoice.ubl4j.invoice.constraint.InvoiceTypeConstraintManager

public class InvoiceTypeConstraintManager
extends Object

Since:
\$Date: 2012/05/19 19:36:24 $
Version:
\$Revision: 4b0ab6d6e082 $
Author:
\$Author: javad $

Constructor Summary
InvoiceTypeConstraintManager()
           
 
Method Summary
 List<InvoiceTypeConstraint> getConstraints()
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, Properties configuration)
           
 void setConstraints(List<InvoiceTypeConstraint> constraints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvoiceTypeConstraintManager

public InvoiceTypeConstraintManager()
Method Detail

process

public oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType,
                                                                              Properties configuration)
                                                                       throws FailedToRespectConstraintException,
                                                                              com.plainsource.commons.util.FailedToCreateObjectException
Throws:
FailedToRespectConstraintException
com.plainsource.commons.util.FailedToCreateObjectException

getConstraints

public List<InvoiceTypeConstraint> getConstraints()

setConstraints

public void setConstraints(List<InvoiceTypeConstraint> constraints)


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