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