|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openvpms.esci.ubl.io.ObjectFactory
public class ObjectFactory
This contains factory methods for customisations of the UBL complex types, in order for them to marshal corrrectly.
This is indirectly used by theUBLDocumentContext
class.
Constructor Summary | |
---|---|
ObjectFactory()
Default constructor. |
Method Summary | |
---|---|
Invoice |
createInvoice()
Creates an Invoice . |
Order |
createOrder()
Creates an Order . |
OrderResponseSimple |
createOrderResponseSimple()
Creates an OrderResponseSimple . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public Order createOrder()
Order
.
public Invoice createInvoice()
Invoice
.
public OrderResponseSimple createOrderResponseSimple()
OrderResponseSimple
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |