@CodingStyleguideUnaware public class ObjectFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static QName |
_RequestForQuotation_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.requestforquotation_22
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<RequestForQuotationType> |
createRequestForQuotation(RequestForQuotationType value)
|
RequestForQuotationType |
createRequestForQuotationType()
Create an instance of
RequestForQuotationType |
public static final QName _RequestForQuotation_QNAME
public ObjectFactory()
@Nonnull public RequestForQuotationType createRequestForQuotationType()
RequestForQuotationType@Nonnull public JAXBElement<RequestForQuotationType> createRequestForQuotation(@Nullable RequestForQuotationType value)
value - Java instance representing xml element's value.JAXBElement<RequestForQuotationType> The created JAXBElement and never <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.