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