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