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