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