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