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