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