@CodingStyleguideUnaware public class ObjectFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static QName |
_Order_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oasis.names.specification.ubl.schema.xsd.order_22
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<OrderType> |
createOrder(OrderType value)
|
OrderType |
createOrderType()
Create an instance of
OrderType |
public static final QName _Order_QNAME
public ObjectFactory()
@Nonnull public OrderType createOrderType()
OrderType@Nonnull public JAXBElement<OrderType> createOrder(@Nullable OrderType value)
value - Java instance representing xml element's value.JAXBElement<OrderType> The created JAXBElement and never <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.