public class ObjectFactory extends java.lang.Object
A factory for creating Object objects.
Constructor and Description |
---|
ObjectFactory() |
Modifier and Type | Method and Description |
---|---|
Invoice |
createInvoice()
Creates a new Object object.
|
javax.xml.bind.JAXBElement<Invoice> |
createInvoice(Invoice invoice)
Creates a new Object object.
|
public ObjectFactory()
public Invoice createInvoice()
Creates a new Object object.
public javax.xml.bind.JAXBElement<Invoice> createInvoice(Invoice invoice)
Creates a new Object object.
invoice
- the invoiceCopyright © 2014-2018 Konik.io. All Rights Reserved.