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