org.openinvoice.ubl4j.ui
Class InvoiceTypeShellProcessingStatus

java.lang.Object
  extended by org.openinvoice.ubl4j.ui.InvoiceTypeShellProcessingStatus

public class InvoiceTypeShellProcessingStatus
extends Object


Constructor Summary
InvoiceTypeShellProcessingStatus(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType)
           
 
Method Summary
 File getInvoiceOutputFile()
           
 File getInvoiceOutputTemplateFile()
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType getInvoiceType()
           
 File getInvoiceXMLFile()
           
 File getOrderFile()
           
 OutputFormat getOutputFormat()
           
protected  void initDefaultInvoiceOutputFile()
           
 void setInvoiceOutputFile(File invoiceOutputFile)
           
 void setInvoiceOutputTemplateFile(File invoiceOutputTemplateFile)
           
 void setInvoiceType(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType)
           
 void setInvoiceXMLFile(File invoiceXMLFile)
           
 void setOrderFile(File orderFile)
           
 void setOutputFormat(OutputFormat outputFormat)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvoiceTypeShellProcessingStatus

public InvoiceTypeShellProcessingStatus(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType)
Method Detail

initDefaultInvoiceOutputFile

protected void initDefaultInvoiceOutputFile()

getOutputFormat

public OutputFormat getOutputFormat()

setOutputFormat

public void setOutputFormat(OutputFormat outputFormat)

getInvoiceOutputFile

public File getInvoiceOutputFile()

setInvoiceOutputFile

public void setInvoiceOutputFile(File invoiceOutputFile)

getInvoiceType

public oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType getInvoiceType()

setInvoiceType

public void setInvoiceType(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType)

getOrderFile

public File getOrderFile()

setOrderFile

public void setOrderFile(File orderFile)

getInvoiceXMLFile

public File getInvoiceXMLFile()

setInvoiceXMLFile

public void setInvoiceXMLFile(File invoiceXMLFile)

getInvoiceOutputTemplateFile

public File getInvoiceOutputTemplateFile()

setInvoiceOutputTemplateFile

public void setInvoiceOutputTemplateFile(File invoiceOutputTemplateFile)

toString

public String toString()
Overrides:
toString in class Object


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