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