@CodingStyleguideUnaware public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
This class was annotated by ph-jaxb22-plugin -Xph-annotate
| Modifier and Type | Field and Description |
|---|---|
static QName |
_DianExtensions_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: dian.gov.co.facturaelectronica.structures_2_1
|
| Modifier and Type | Method and Description |
|---|---|
AdditionalMonetaryTotal |
createAdditionalMonetaryTotal()
Create an instance of
AdditionalMonetaryTotal |
AuthorizationProvider |
createAuthorizationProvider()
Create an instance of
AuthorizationProvider |
AuthrorizedInvoices |
createAuthrorizedInvoices()
Create an instance of
AuthrorizedInvoices |
CoID2Type |
createCoID2Type()
Create an instance of
CoID2Type |
JAXBElement<DianExtensionsType> |
createDianExtensions(DianExtensionsType value)
|
DianExtensionsType |
createDianExtensionsType()
Create an instance of
DianExtensionsType |
FinancialInformation |
createFinancialInformation()
Create an instance of
FinancialInformation |
InvoiceControl |
createInvoiceControl()
Create an instance of
InvoiceControl |
QRCode |
createQRCode()
Create an instance of
QRCode |
SoftwareProvider |
createSoftwareProvider()
Create an instance of
SoftwareProvider |
public static final QName _DianExtensions_QNAME
public ObjectFactory()
@Nonnull public DianExtensionsType createDianExtensionsType()
DianExtensionsTypenull.@Nonnull public InvoiceControl createInvoiceControl()
InvoiceControlnull.@Nonnull public AuthrorizedInvoices createAuthrorizedInvoices()
AuthrorizedInvoicesnull.@Nonnull public SoftwareProvider createSoftwareProvider()
SoftwareProvidernull.@Nonnull public AdditionalMonetaryTotal createAdditionalMonetaryTotal()
AdditionalMonetaryTotalnull.@Nonnull public FinancialInformation createFinancialInformation()
FinancialInformationnull.@Nonnull public CoID2Type createCoID2Type()
CoID2Typenull.@Nonnull public AuthorizationProvider createAuthorizationProvider()
AuthorizationProvidernull.@Nonnull public QRCode createQRCode()
QRCodenull.@Nonnull public JAXBElement<DianExtensionsType> createDianExtensions(@Nullable DianExtensionsType value)
value - Java instance representing xml element's value.JAXBElement<DianExtensionsType> The created JAXBElement and never null.Copyright © 2020 Philip Helger. All rights reserved.