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