@NotThreadSafe public final class UBL20Writer extends AbstractUBLDocumentMarshaller
| Modifier and Type | Method and Description |
|---|---|
static Document |
writeApplicationResponse(oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType aApplicationResponse)
Convert the passed
ApplicationResponseType to a DOM
Document using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeApplicationResponse(oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType aApplicationResponse,
File aResult)
Convert the passed
ApplicationResponseType to a File using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeApplicationResponse(oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType aApplicationResponse,
Result aResult)
Convert the passed
ApplicationResponseType to a custom
Result using the global validation event handler. |
static Document |
writeApplicationResponse(oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType aApplicationResponse,
ValidationEventHandler aCustomEventHandler)
Convert the passed
ApplicationResponseType to a DOM
Document using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeApplicationResponse(oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType aApplicationResponse,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
ApplicationResponseType to a File using
a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeApplicationResponse(oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType aApplicationResponse,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
ApplicationResponseType to a custom
Result using a custom validation event handler. |
static Document |
writeAttachedDocument(oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType aAttachedDocument)
Convert the passed
AttachedDocumentType to a DOM Document
using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeAttachedDocument(oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType aAttachedDocument,
File aResult)
Convert the passed
AttachedDocumentType to a File using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writeAttachedDocument(oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType aAttachedDocument,
Result aResult)
Convert the passed
AttachedDocumentType to a custom Result
using the global validation event handler. |
static Document |
writeAttachedDocument(oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType aAttachedDocument,
ValidationEventHandler aCustomEventHandler)
Convert the passed
AttachedDocumentType to a DOM Document
using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeAttachedDocument(oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType aAttachedDocument,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
AttachedDocumentType to a File using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeAttachedDocument(oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType aAttachedDocument,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
AttachedDocumentType to a custom Result
using a custom validation event handler. |
static Document |
writeBillOfLading(oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType aBillOfLading)
Convert the passed
BillOfLadingType to a DOM Document using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeBillOfLading(oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType aBillOfLading,
File aResult)
Convert the passed
BillOfLadingType to a File using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writeBillOfLading(oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType aBillOfLading,
Result aResult)
Convert the passed
BillOfLadingType to a custom Result
using the global validation event handler. |
static Document |
writeBillOfLading(oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType aBillOfLading,
ValidationEventHandler aCustomEventHandler)
Convert the passed
BillOfLadingType to a DOM Document using
a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeBillOfLading(oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType aBillOfLading,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
BillOfLadingType to a File using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeBillOfLading(oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType aBillOfLading,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
BillOfLadingType to a custom Result
using a custom validation event handler. |
static Document |
writeCatalogue(oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType aCatalogue)
Convert the passed
CatalogueType to a DOM Document using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogue(oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType aCatalogue,
File aResult)
Convert the passed
CatalogueType to a File using the global
validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogue(oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType aCatalogue,
Result aResult)
Convert the passed
CatalogueType to a custom Result using
the global validation event handler. |
static Document |
writeCatalogue(oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType aCatalogue,
ValidationEventHandler aCustomEventHandler)
Convert the passed
CatalogueType to a DOM Document using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogue(oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType aCatalogue,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
CatalogueType to a File using a custom
validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogue(oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType aCatalogue,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
CatalogueType to a custom Result using a
custom validation event handler. |
static Document |
writeCatalogueDeletion(oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType aCatalogueDeletion)
Convert the passed
CatalogueDeletionType to a DOM Document
using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogueDeletion(oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType aCatalogueDeletion,
File aResult)
Convert the passed
CatalogueDeletionType to a File using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogueDeletion(oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType aCatalogueDeletion,
Result aResult)
Convert the passed
CatalogueDeletionType to a custom Result
using the global validation event handler. |
static Document |
writeCatalogueDeletion(oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType aCatalogueDeletion,
ValidationEventHandler aCustomEventHandler)
Convert the passed
CatalogueDeletionType to a DOM Document
using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogueDeletion(oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType aCatalogueDeletion,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
CatalogueDeletionType to a File using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogueDeletion(oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType aCatalogueDeletion,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
CatalogueDeletionType to a custom Result
using a custom validation event handler. |
static Document |
writeCatalogueItemSpecificationUpdate(oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType aCatalogueItemSpecificationUpdate)
Convert the passed
CatalogueItemSpecificationUpdateType to a DOM
Document using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogueItemSpecificationUpdate(oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType aCatalogueItemSpecificationUpdate,
File aResult)
Convert the passed
CatalogueItemSpecificationUpdateType to a
File using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogueItemSpecificationUpdate(oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType aCatalogueItemSpecificationUpdate,
Result aResult)
Convert the passed
CatalogueItemSpecificationUpdateType to a custom
Result using the global validation event handler. |
static Document |
writeCatalogueItemSpecificationUpdate(oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType aCatalogueItemSpecificationUpdate,
ValidationEventHandler aCustomEventHandler)
Convert the passed
CatalogueItemSpecificationUpdateType to a DOM
Document using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogueItemSpecificationUpdate(oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType aCatalogueItemSpecificationUpdate,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
CatalogueItemSpecificationUpdateType to a
File using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogueItemSpecificationUpdate(oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType aCatalogueItemSpecificationUpdate,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
CatalogueItemSpecificationUpdateType to a custom
Result using a custom validation event handler. |
static Document |
writeCataloguePricingUpdate(oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType aCataloguePricingUpdate)
Convert the passed
CataloguePricingUpdateType to a DOM
Document using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeCataloguePricingUpdate(oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType aCataloguePricingUpdate,
File aResult)
Convert the passed
CataloguePricingUpdateType to a File
using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeCataloguePricingUpdate(oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType aCataloguePricingUpdate,
Result aResult)
Convert the passed
CataloguePricingUpdateType to a custom
Result using the global validation event handler. |
static Document |
writeCataloguePricingUpdate(oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType aCataloguePricingUpdate,
ValidationEventHandler aCustomEventHandler)
Convert the passed
CataloguePricingUpdateType to a DOM
Document using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeCataloguePricingUpdate(oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType aCataloguePricingUpdate,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
CataloguePricingUpdateType to a File
using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeCataloguePricingUpdate(oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType aCataloguePricingUpdate,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
CataloguePricingUpdateType to a custom
Result using a custom validation event handler. |
static Document |
writeCatalogueRequest(oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType aCatalogueRequest)
Convert the passed
CatalogueRequestType to a DOM Document
using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogueRequest(oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType aCatalogueRequest,
File aResult)
Convert the passed
CatalogueRequestType to a File using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogueRequest(oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType aCatalogueRequest,
Result aResult)
Convert the passed
CatalogueRequestType to a custom Result
using the global validation event handler. |
static Document |
writeCatalogueRequest(oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType aCatalogueRequest,
ValidationEventHandler aCustomEventHandler)
Convert the passed
CatalogueRequestType to a DOM Document
using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogueRequest(oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType aCatalogueRequest,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
CatalogueRequestType to a File using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeCatalogueRequest(oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType aCatalogueRequest,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
CatalogueRequestType to a custom Result
using a custom validation event handler. |
static Document |
writeCertificateOfOrigin(oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType aCertificateOfOrigin)
Convert the passed
CertificateOfOriginType to a DOM
Document using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeCertificateOfOrigin(oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType aCertificateOfOrigin,
File aResult)
Convert the passed
CertificateOfOriginType to a File using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeCertificateOfOrigin(oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType aCertificateOfOrigin,
Result aResult)
Convert the passed
CertificateOfOriginType to a custom
Result using the global validation event handler. |
static Document |
writeCertificateOfOrigin(oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType aCertificateOfOrigin,
ValidationEventHandler aCustomEventHandler)
Convert the passed
CertificateOfOriginType to a DOM
Document using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeCertificateOfOrigin(oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType aCertificateOfOrigin,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
CertificateOfOriginType to a File using
a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeCertificateOfOrigin(oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType aCertificateOfOrigin,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
CertificateOfOriginType to a custom
Result using a custom validation event handler. |
static Document |
writeCreditNote(oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType aCreditNote)
Convert the passed
CreditNoteType to a DOM Document using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeCreditNote(oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType aCreditNote,
File aResult)
Convert the passed
CreditNoteType to a File using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writeCreditNote(oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType aCreditNote,
Result aResult)
Convert the passed
CreditNoteType to a custom Result using
the global validation event handler. |
static Document |
writeCreditNote(oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType aCreditNote,
ValidationEventHandler aCustomEventHandler)
Convert the passed
CreditNoteType to a DOM Document using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeCreditNote(oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType aCreditNote,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
CreditNoteType to a File using a custom
validation event handler. |
static com.helger.commons.state.ESuccess |
writeCreditNote(oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType aCreditNote,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
CreditNoteType to a custom Result using
a custom validation event handler. |
static Document |
writeDebitNote(oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType aDebitNote)
Convert the passed
DebitNoteType to a DOM Document using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeDebitNote(oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType aDebitNote,
File aResult)
Convert the passed
DebitNoteType to a File using the global
validation event handler. |
static com.helger.commons.state.ESuccess |
writeDebitNote(oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType aDebitNote,
Result aResult)
Convert the passed
DebitNoteType to a custom Result using
the global validation event handler. |
static Document |
writeDebitNote(oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType aDebitNote,
ValidationEventHandler aCustomEventHandler)
Convert the passed
DebitNoteType to a DOM Document using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeDebitNote(oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType aDebitNote,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
DebitNoteType to a File using a custom
validation event handler. |
static com.helger.commons.state.ESuccess |
writeDebitNote(oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType aDebitNote,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
DebitNoteType to a custom Result using a
custom validation event handler. |
static Document |
writeDespatchAdvice(oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType aDespatchAdvice)
Convert the passed
DespatchAdviceType to a DOM Document
using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeDespatchAdvice(oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType aDespatchAdvice,
File aResult)
Convert the passed
DespatchAdviceType to a File using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writeDespatchAdvice(oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType aDespatchAdvice,
Result aResult)
Convert the passed
DespatchAdviceType to a custom Result
using the global validation event handler. |
static Document |
writeDespatchAdvice(oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType aDespatchAdvice,
ValidationEventHandler aCustomEventHandler)
Convert the passed
DespatchAdviceType to a DOM Document
using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeDespatchAdvice(oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType aDespatchAdvice,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
DespatchAdviceType to a File using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeDespatchAdvice(oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType aDespatchAdvice,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
DespatchAdviceType to a custom Result
using a custom validation event handler. |
static Document |
writeForwardingInstructions(oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType aForwardingInstructions)
Convert the passed
ForwardingInstructionsType to a DOM
Document using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeForwardingInstructions(oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType aForwardingInstructions,
File aResult)
Convert the passed
ForwardingInstructionsType to a File
using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeForwardingInstructions(oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType aForwardingInstructions,
Result aResult)
Convert the passed
ForwardingInstructionsType to a custom
Result using the global validation event handler. |
static Document |
writeForwardingInstructions(oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType aForwardingInstructions,
ValidationEventHandler aCustomEventHandler)
Convert the passed
ForwardingInstructionsType to a DOM
Document using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeForwardingInstructions(oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType aForwardingInstructions,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
ForwardingInstructionsType to a File
using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeForwardingInstructions(oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType aForwardingInstructions,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
ForwardingInstructionsType to a custom
Result using a custom validation event handler. |
static Document |
writeFreightInvoice(oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType aFreightInvoice)
Convert the passed
FreightInvoiceType to a DOM Document
using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeFreightInvoice(oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType aFreightInvoice,
File aResult)
Convert the passed
FreightInvoiceType to a File using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writeFreightInvoice(oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType aFreightInvoice,
Result aResult)
Convert the passed
FreightInvoiceType to a custom Result
using the global validation event handler. |
static Document |
writeFreightInvoice(oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType aFreightInvoice,
ValidationEventHandler aCustomEventHandler)
Convert the passed
FreightInvoiceType to a DOM Document
using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeFreightInvoice(oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType aFreightInvoice,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
FreightInvoiceType to a File using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeFreightInvoice(oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType aFreightInvoice,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
FreightInvoiceType to a custom Result
using a custom validation event handler. |
static Document |
writeInvoice(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType aInvoice)
Convert the passed
InvoiceType to a DOM Document using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writeInvoice(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType aInvoice,
File aResult)
Convert the passed
InvoiceType to a File using the global
validation event handler. |
static com.helger.commons.state.ESuccess |
writeInvoice(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType aInvoice,
Result aResult)
Convert the passed
InvoiceType to a custom Result using the
global validation event handler. |
static Document |
writeInvoice(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType aInvoice,
ValidationEventHandler aCustomEventHandler)
Convert the passed
InvoiceType to a DOM Document using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeInvoice(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType aInvoice,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
InvoiceType to a File using a custom
validation event handler. |
static com.helger.commons.state.ESuccess |
writeInvoice(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType aInvoice,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
InvoiceType to a custom Result using a
custom validation event handler. |
static Document |
writeOrder(oasis.names.specification.ubl.schema.xsd.order_2.OrderType aOrder)
Convert the passed
OrderType to a DOM Document using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrder(oasis.names.specification.ubl.schema.xsd.order_2.OrderType aOrder,
File aResult)
Convert the passed
OrderType to a File using the global
validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrder(oasis.names.specification.ubl.schema.xsd.order_2.OrderType aOrder,
Result aResult)
Convert the passed
OrderType to a custom Result using the
global validation event handler. |
static Document |
writeOrder(oasis.names.specification.ubl.schema.xsd.order_2.OrderType aOrder,
ValidationEventHandler aCustomEventHandler)
Convert the passed
OrderType to a DOM Document using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrder(oasis.names.specification.ubl.schema.xsd.order_2.OrderType aOrder,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
OrderType to a File using a custom
validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrder(oasis.names.specification.ubl.schema.xsd.order_2.OrderType aOrder,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
OrderType to a custom Result using a
custom validation event handler. |
static Document |
writeOrderCancellation(oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType aOrderCancellation)
Convert the passed
OrderCancellationType to a DOM Document
using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderCancellation(oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType aOrderCancellation,
File aResult)
Convert the passed
OrderCancellationType to a File using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderCancellation(oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType aOrderCancellation,
Result aResult)
Convert the passed
OrderCancellationType to a custom Result
using the global validation event handler. |
static Document |
writeOrderCancellation(oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType aOrderCancellation,
ValidationEventHandler aCustomEventHandler)
Convert the passed
OrderCancellationType to a DOM Document
using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderCancellation(oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType aOrderCancellation,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
OrderCancellationType to a File using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderCancellation(oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType aOrderCancellation,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
OrderCancellationType to a custom Result
using a custom validation event handler. |
static Document |
writeOrderChange(oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType aOrderChange)
Convert the passed
OrderChangeType to a DOM Document using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderChange(oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType aOrderChange,
File aResult)
Convert the passed
OrderChangeType to a File using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderChange(oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType aOrderChange,
Result aResult)
Convert the passed
OrderChangeType to a custom Result using
the global validation event handler. |
static Document |
writeOrderChange(oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType aOrderChange,
ValidationEventHandler aCustomEventHandler)
Convert the passed
OrderChangeType to a DOM Document using
a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderChange(oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType aOrderChange,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
OrderChangeType to a File using a custom
validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderChange(oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType aOrderChange,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
OrderChangeType to a custom Result using
a custom validation event handler. |
static Document |
writeOrderResponse(oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType aOrderResponse)
Convert the passed
OrderResponseType to a DOM Document
using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderResponse(oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType aOrderResponse,
File aResult)
Convert the passed
OrderResponseType to a File using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderResponse(oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType aOrderResponse,
Result aResult)
Convert the passed
OrderResponseType to a custom Result
using the global validation event handler. |
static Document |
writeOrderResponse(oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType aOrderResponse,
ValidationEventHandler aCustomEventHandler)
Convert the passed
OrderResponseType to a DOM Document
using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderResponse(oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType aOrderResponse,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
OrderResponseType to a File using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderResponse(oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType aOrderResponse,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
OrderResponseType to a custom Result
using a custom validation event handler. |
static Document |
writeOrderResponseSimple(oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType aOrderResponseSimple)
Convert the passed
OrderResponseSimpleType to a DOM
Document using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderResponseSimple(oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType aOrderResponseSimple,
File aResult)
Convert the passed
OrderResponseSimpleType to a File using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderResponseSimple(oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType aOrderResponseSimple,
Result aResult)
Convert the passed
OrderResponseSimpleType to a custom
Result using the global validation event handler. |
static Document |
writeOrderResponseSimple(oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType aOrderResponseSimple,
ValidationEventHandler aCustomEventHandler)
Convert the passed
OrderResponseSimpleType to a DOM
Document using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderResponseSimple(oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType aOrderResponseSimple,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
OrderResponseSimpleType to a File using
a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeOrderResponseSimple(oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType aOrderResponseSimple,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
OrderResponseSimpleType to a custom
Result using a custom validation event handler. |
static Document |
writePackingList(oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType aPackingList)
Convert the passed
PackingListType to a DOM Document using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writePackingList(oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType aPackingList,
File aResult)
Convert the passed
PackingListType to a File using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writePackingList(oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType aPackingList,
Result aResult)
Convert the passed
PackingListType to a custom Result using
the global validation event handler. |
static Document |
writePackingList(oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType aPackingList,
ValidationEventHandler aCustomEventHandler)
Convert the passed
PackingListType to a DOM Document using
a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writePackingList(oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType aPackingList,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
PackingListType to a File using a custom
validation event handler. |
static com.helger.commons.state.ESuccess |
writePackingList(oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType aPackingList,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
PackingListType to a custom Result using
a custom validation event handler. |
static Document |
writeQuotation(oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType aQuotation)
Convert the passed
QuotationType to a DOM Document using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeQuotation(oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType aQuotation,
File aResult)
Convert the passed
QuotationType to a File using the global
validation event handler. |
static com.helger.commons.state.ESuccess |
writeQuotation(oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType aQuotation,
Result aResult)
Convert the passed
QuotationType to a custom Result using
the global validation event handler. |
static Document |
writeQuotation(oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType aQuotation,
ValidationEventHandler aCustomEventHandler)
Convert the passed
QuotationType to a DOM Document using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeQuotation(oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType aQuotation,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
QuotationType to a File using a custom
validation event handler. |
static com.helger.commons.state.ESuccess |
writeQuotation(oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType aQuotation,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
QuotationType to a custom Result using a
custom validation event handler. |
static Document |
writeReceiptAdvice(oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType aReceiptAdvice)
Convert the passed
ReceiptAdviceType to a DOM Document
using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeReceiptAdvice(oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType aReceiptAdvice,
File aResult)
Convert the passed
ReceiptAdviceType to a File using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writeReceiptAdvice(oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType aReceiptAdvice,
Result aResult)
Convert the passed
ReceiptAdviceType to a custom Result
using the global validation event handler. |
static Document |
writeReceiptAdvice(oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType aReceiptAdvice,
ValidationEventHandler aCustomEventHandler)
Convert the passed
ReceiptAdviceType to a DOM Document
using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeReceiptAdvice(oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType aReceiptAdvice,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
ReceiptAdviceType to a File using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeReceiptAdvice(oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType aReceiptAdvice,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
ReceiptAdviceType to a custom Result
using a custom validation event handler. |
static Document |
writeReminder(oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType aReminder)
Convert the passed
ReminderType to a DOM Document using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writeReminder(oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType aReminder,
File aResult)
Convert the passed
ReminderType to a File using the global
validation event handler. |
static com.helger.commons.state.ESuccess |
writeReminder(oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType aReminder,
Result aResult)
Convert the passed
ReminderType to a custom Result using
the global validation event handler. |
static Document |
writeReminder(oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType aReminder,
ValidationEventHandler aCustomEventHandler)
Convert the passed
ReminderType to a DOM Document using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeReminder(oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType aReminder,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
ReminderType to a File using a custom
validation event handler. |
static com.helger.commons.state.ESuccess |
writeReminder(oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType aReminder,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
ReminderType to a custom Result using a
custom validation event handler. |
static Document |
writeRemittanceAdvice(oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType aRemittanceAdvice)
Convert the passed
RemittanceAdviceType to a DOM Document
using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeRemittanceAdvice(oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType aRemittanceAdvice,
File aResult)
Convert the passed
RemittanceAdviceType to a File using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writeRemittanceAdvice(oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType aRemittanceAdvice,
Result aResult)
Convert the passed
RemittanceAdviceType to a custom Result
using the global validation event handler. |
static Document |
writeRemittanceAdvice(oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType aRemittanceAdvice,
ValidationEventHandler aCustomEventHandler)
Convert the passed
RemittanceAdviceType to a DOM Document
using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeRemittanceAdvice(oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType aRemittanceAdvice,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
RemittanceAdviceType to a File using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeRemittanceAdvice(oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType aRemittanceAdvice,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
RemittanceAdviceType to a custom Result
using a custom validation event handler. |
static Document |
writeRequestForQuotation(oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType aRequestForQuotation)
Convert the passed
RequestForQuotationType to a DOM
Document using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeRequestForQuotation(oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType aRequestForQuotation,
File aResult)
Convert the passed
RequestForQuotationType to a File using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeRequestForQuotation(oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType aRequestForQuotation,
Result aResult)
Convert the passed
RequestForQuotationType to a custom
Result using the global validation event handler. |
static Document |
writeRequestForQuotation(oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType aRequestForQuotation,
ValidationEventHandler aCustomEventHandler)
Convert the passed
RequestForQuotationType to a DOM
Document using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeRequestForQuotation(oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType aRequestForQuotation,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
RequestForQuotationType to a File using
a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeRequestForQuotation(oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType aRequestForQuotation,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
RequestForQuotationType to a custom
Result using a custom validation event handler. |
static Document |
writeSelfBilledCreditNote(oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType aSelfBilledCreditNote)
Convert the passed
SelfBilledCreditNoteType to a DOM
Document using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeSelfBilledCreditNote(oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType aSelfBilledCreditNote,
File aResult)
Convert the passed
SelfBilledCreditNoteType to a File using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeSelfBilledCreditNote(oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType aSelfBilledCreditNote,
Result aResult)
Convert the passed
SelfBilledCreditNoteType to a custom
Result using the global validation event handler. |
static Document |
writeSelfBilledCreditNote(oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType aSelfBilledCreditNote,
ValidationEventHandler aCustomEventHandler)
Convert the passed
SelfBilledCreditNoteType to a DOM
Document using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeSelfBilledCreditNote(oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType aSelfBilledCreditNote,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
SelfBilledCreditNoteType to a File using
a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeSelfBilledCreditNote(oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType aSelfBilledCreditNote,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
SelfBilledCreditNoteType to a custom
Result using a custom validation event handler. |
static Document |
writeSelfBilledInvoice(oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType aSelfBilledInvoice)
Convert the passed
SelfBilledInvoiceType to a DOM Document
using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeSelfBilledInvoice(oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType aSelfBilledInvoice,
File aResult)
Convert the passed
SelfBilledInvoiceType to a File using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeSelfBilledInvoice(oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType aSelfBilledInvoice,
Result aResult)
Convert the passed
SelfBilledInvoiceType to a custom Result
using the global validation event handler. |
static Document |
writeSelfBilledInvoice(oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType aSelfBilledInvoice,
ValidationEventHandler aCustomEventHandler)
Convert the passed
SelfBilledInvoiceType to a DOM Document
using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeSelfBilledInvoice(oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType aSelfBilledInvoice,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
SelfBilledInvoiceType to a File using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeSelfBilledInvoice(oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType aSelfBilledInvoice,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
SelfBilledInvoiceType to a custom Result
using a custom validation event handler. |
static Document |
writeStatement(oasis.names.specification.ubl.schema.xsd.statement_2.StatementType aStatement)
Convert the passed
StatementType to a DOM Document using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeStatement(oasis.names.specification.ubl.schema.xsd.statement_2.StatementType aStatement,
File aResult)
Convert the passed
StatementType to a File using the global
validation event handler. |
static com.helger.commons.state.ESuccess |
writeStatement(oasis.names.specification.ubl.schema.xsd.statement_2.StatementType aStatement,
Result aResult)
Convert the passed
StatementType to a custom Result using
the global validation event handler. |
static Document |
writeStatement(oasis.names.specification.ubl.schema.xsd.statement_2.StatementType aStatement,
ValidationEventHandler aCustomEventHandler)
Convert the passed
StatementType to a DOM Document using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeStatement(oasis.names.specification.ubl.schema.xsd.statement_2.StatementType aStatement,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
StatementType to a File using a custom
validation event handler. |
static com.helger.commons.state.ESuccess |
writeStatement(oasis.names.specification.ubl.schema.xsd.statement_2.StatementType aStatement,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
StatementType to a custom Result using a
custom validation event handler. |
static Document |
writeTransportationStatus(oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType aTransportationStatus)
Convert the passed
TransportationStatusType to a DOM
Document using the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeTransportationStatus(oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType aTransportationStatus,
File aResult)
Convert the passed
TransportationStatusType to a File using
the global validation event handler. |
static com.helger.commons.state.ESuccess |
writeTransportationStatus(oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType aTransportationStatus,
Result aResult)
Convert the passed
TransportationStatusType to a custom
Result using the global validation event handler. |
static Document |
writeTransportationStatus(oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType aTransportationStatus,
ValidationEventHandler aCustomEventHandler)
Convert the passed
TransportationStatusType to a DOM
Document using a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeTransportationStatus(oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType aTransportationStatus,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
TransportationStatusType to a File using
a custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeTransportationStatus(oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType aTransportationStatus,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
TransportationStatusType to a custom
Result using a custom validation event handler. |
static Document |
writeWaybill(oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType aWaybill)
Convert the passed
WaybillType to a DOM Document using the
global validation event handler. |
static com.helger.commons.state.ESuccess |
writeWaybill(oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType aWaybill,
File aResult)
Convert the passed
WaybillType to a File using the global
validation event handler. |
static com.helger.commons.state.ESuccess |
writeWaybill(oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType aWaybill,
Result aResult)
Convert the passed
WaybillType to a custom Result using the
global validation event handler. |
static Document |
writeWaybill(oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType aWaybill,
ValidationEventHandler aCustomEventHandler)
Convert the passed
WaybillType to a DOM Document using a
custom validation event handler. |
static com.helger.commons.state.ESuccess |
writeWaybill(oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType aWaybill,
ValidationEventHandler aCustomEventHandler,
File aResult)
Convert the passed
WaybillType to a File using a custom
validation event handler. |
static com.helger.commons.state.ESuccess |
writeWaybill(oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType aWaybill,
ValidationEventHandler aCustomEventHandler,
Result aResult)
Convert the passed
WaybillType to a custom Result using a
custom validation event handler. |
getGlobalValidationEventHandler, setGlobalValidationEventHandler@Nullable public static Document writeApplicationResponse(@Nonnull oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType aApplicationResponse)
ApplicationResponseType to a DOM
Document using the global validation event handler.aApplicationResponse - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeApplicationResponse(@Nonnull oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType aApplicationResponse, @Nullable ValidationEventHandler aCustomEventHandler)
ApplicationResponseType to a DOM
Document using a custom validation event handler.aApplicationResponse - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeApplicationResponse(@Nonnull oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType aApplicationResponse, @Nonnull File aResult)
ApplicationResponseType to a File using
the global validation event handler.aApplicationResponse - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeApplicationResponse(@Nonnull oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType aApplicationResponse, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
ApplicationResponseType to a File using
a custom validation event handler.aApplicationResponse - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeApplicationResponse(@Nonnull oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType aApplicationResponse, @Nonnull Result aResult)
ApplicationResponseType to a custom
Result using the global validation event handler.aApplicationResponse - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeApplicationResponse(@Nonnull oasis.names.specification.ubl.schema.xsd.applicationresponse_2.ApplicationResponseType aApplicationResponse, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
ApplicationResponseType to a custom
Result using a custom validation event handler.aApplicationResponse - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeAttachedDocument(@Nonnull oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType aAttachedDocument)
AttachedDocumentType to a DOM Document
using the global validation event handler.aAttachedDocument - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeAttachedDocument(@Nonnull oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType aAttachedDocument, @Nullable ValidationEventHandler aCustomEventHandler)
AttachedDocumentType to a DOM Document
using a custom validation event handler.aAttachedDocument - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeAttachedDocument(@Nonnull oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType aAttachedDocument, @Nonnull File aResult)
AttachedDocumentType to a File using the
global validation event handler.aAttachedDocument - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeAttachedDocument(@Nonnull oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType aAttachedDocument, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
AttachedDocumentType to a File using a
custom validation event handler.aAttachedDocument - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeAttachedDocument(@Nonnull oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType aAttachedDocument, @Nonnull Result aResult)
AttachedDocumentType to a custom Result
using the global validation event handler.aAttachedDocument - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeAttachedDocument(@Nonnull oasis.names.specification.ubl.schema.xsd.attacheddocument_2.AttachedDocumentType aAttachedDocument, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
AttachedDocumentType to a custom Result
using a custom validation event handler.aAttachedDocument - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeBillOfLading(@Nonnull oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType aBillOfLading)
BillOfLadingType to a DOM Document using
the global validation event handler.aBillOfLading - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeBillOfLading(@Nonnull oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType aBillOfLading, @Nullable ValidationEventHandler aCustomEventHandler)
BillOfLadingType to a DOM Document using
a custom validation event handler.aBillOfLading - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeBillOfLading(@Nonnull oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType aBillOfLading, @Nonnull File aResult)
BillOfLadingType to a File using the
global validation event handler.aBillOfLading - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeBillOfLading(@Nonnull oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType aBillOfLading, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
BillOfLadingType to a File using a
custom validation event handler.aBillOfLading - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeBillOfLading(@Nonnull oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType aBillOfLading, @Nonnull Result aResult)
BillOfLadingType to a custom Result
using the global validation event handler.aBillOfLading - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeBillOfLading(@Nonnull oasis.names.specification.ubl.schema.xsd.billoflading_2.BillOfLadingType aBillOfLading, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
BillOfLadingType to a custom Result
using a custom validation event handler.aBillOfLading - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeCatalogue(@Nonnull oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType aCatalogue)
CatalogueType to a DOM Document using
the global validation event handler.aCatalogue - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeCatalogue(@Nonnull oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType aCatalogue, @Nullable ValidationEventHandler aCustomEventHandler)
CatalogueType to a DOM Document using a
custom validation event handler.aCatalogue - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogue(@Nonnull oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType aCatalogue, @Nonnull File aResult)
CatalogueType to a File using the global
validation event handler.aCatalogue - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogue(@Nonnull oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType aCatalogue, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
CatalogueType to a File using a custom
validation event handler.aCatalogue - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogue(@Nonnull oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType aCatalogue, @Nonnull Result aResult)
CatalogueType to a custom Result using
the global validation event handler.aCatalogue - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogue(@Nonnull oasis.names.specification.ubl.schema.xsd.catalogue_2.CatalogueType aCatalogue, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
CatalogueType to a custom Result using a
custom validation event handler.aCatalogue - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeCatalogueDeletion(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType aCatalogueDeletion)
CatalogueDeletionType to a DOM Document
using the global validation event handler.aCatalogueDeletion - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeCatalogueDeletion(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType aCatalogueDeletion, @Nullable ValidationEventHandler aCustomEventHandler)
CatalogueDeletionType to a DOM Document
using a custom validation event handler.aCatalogueDeletion - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogueDeletion(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType aCatalogueDeletion, @Nonnull File aResult)
CatalogueDeletionType to a File using
the global validation event handler.aCatalogueDeletion - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogueDeletion(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType aCatalogueDeletion, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
CatalogueDeletionType to a File using a
custom validation event handler.aCatalogueDeletion - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogueDeletion(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType aCatalogueDeletion, @Nonnull Result aResult)
CatalogueDeletionType to a custom Result
using the global validation event handler.aCatalogueDeletion - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogueDeletion(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguedeletion_2.CatalogueDeletionType aCatalogueDeletion, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
CatalogueDeletionType to a custom Result
using a custom validation event handler.aCatalogueDeletion - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeCatalogueItemSpecificationUpdate(@Nonnull oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType aCatalogueItemSpecificationUpdate)
CatalogueItemSpecificationUpdateType to a DOM
Document using the global validation event handler.aCatalogueItemSpecificationUpdate - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeCatalogueItemSpecificationUpdate(@Nonnull oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType aCatalogueItemSpecificationUpdate, @Nullable ValidationEventHandler aCustomEventHandler)
CatalogueItemSpecificationUpdateType to a DOM
Document using a custom validation event handler.aCatalogueItemSpecificationUpdate - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogueItemSpecificationUpdate(@Nonnull oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType aCatalogueItemSpecificationUpdate, @Nonnull File aResult)
CatalogueItemSpecificationUpdateType to a
File using the global validation event handler.aCatalogueItemSpecificationUpdate - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogueItemSpecificationUpdate(@Nonnull oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType aCatalogueItemSpecificationUpdate, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
CatalogueItemSpecificationUpdateType to a
File using a custom validation event handler.aCatalogueItemSpecificationUpdate - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogueItemSpecificationUpdate(@Nonnull oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType aCatalogueItemSpecificationUpdate, @Nonnull Result aResult)
CatalogueItemSpecificationUpdateType to a custom
Result using the global validation event handler.aCatalogueItemSpecificationUpdate - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogueItemSpecificationUpdate(@Nonnull oasis.names.specification.ubl.schema.xsd.catalogueitemspecificationupdate_2.CatalogueItemSpecificationUpdateType aCatalogueItemSpecificationUpdate, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
CatalogueItemSpecificationUpdateType to a custom
Result using a custom validation event handler.aCatalogueItemSpecificationUpdate - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeCataloguePricingUpdate(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType aCataloguePricingUpdate)
CataloguePricingUpdateType to a DOM
Document using the global validation event handler.aCataloguePricingUpdate - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeCataloguePricingUpdate(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType aCataloguePricingUpdate, @Nullable ValidationEventHandler aCustomEventHandler)
CataloguePricingUpdateType to a DOM
Document using a custom validation event handler.aCataloguePricingUpdate - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeCataloguePricingUpdate(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType aCataloguePricingUpdate, @Nonnull File aResult)
CataloguePricingUpdateType to a File
using the global validation event handler.aCataloguePricingUpdate - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCataloguePricingUpdate(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType aCataloguePricingUpdate, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
CataloguePricingUpdateType to a File
using a custom validation event handler.aCataloguePricingUpdate - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCataloguePricingUpdate(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType aCataloguePricingUpdate, @Nonnull Result aResult)
CataloguePricingUpdateType to a custom
Result using the global validation event handler.aCataloguePricingUpdate - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCataloguePricingUpdate(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguepricingupdate_2.CataloguePricingUpdateType aCataloguePricingUpdate, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
CataloguePricingUpdateType to a custom
Result using a custom validation event handler.aCataloguePricingUpdate - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeCatalogueRequest(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType aCatalogueRequest)
CatalogueRequestType to a DOM Document
using the global validation event handler.aCatalogueRequest - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeCatalogueRequest(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType aCatalogueRequest, @Nullable ValidationEventHandler aCustomEventHandler)
CatalogueRequestType to a DOM Document
using a custom validation event handler.aCatalogueRequest - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogueRequest(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType aCatalogueRequest, @Nonnull File aResult)
CatalogueRequestType to a File using the
global validation event handler.aCatalogueRequest - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogueRequest(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType aCatalogueRequest, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
CatalogueRequestType to a File using a
custom validation event handler.aCatalogueRequest - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogueRequest(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType aCatalogueRequest, @Nonnull Result aResult)
CatalogueRequestType to a custom Result
using the global validation event handler.aCatalogueRequest - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCatalogueRequest(@Nonnull oasis.names.specification.ubl.schema.xsd.cataloguerequest_2.CatalogueRequestType aCatalogueRequest, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
CatalogueRequestType to a custom Result
using a custom validation event handler.aCatalogueRequest - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeCertificateOfOrigin(@Nonnull oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType aCertificateOfOrigin)
CertificateOfOriginType to a DOM
Document using the global validation event handler.aCertificateOfOrigin - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeCertificateOfOrigin(@Nonnull oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType aCertificateOfOrigin, @Nullable ValidationEventHandler aCustomEventHandler)
CertificateOfOriginType to a DOM
Document using a custom validation event handler.aCertificateOfOrigin - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeCertificateOfOrigin(@Nonnull oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType aCertificateOfOrigin, @Nonnull File aResult)
CertificateOfOriginType to a File using
the global validation event handler.aCertificateOfOrigin - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCertificateOfOrigin(@Nonnull oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType aCertificateOfOrigin, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
CertificateOfOriginType to a File using
a custom validation event handler.aCertificateOfOrigin - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCertificateOfOrigin(@Nonnull oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType aCertificateOfOrigin, @Nonnull Result aResult)
CertificateOfOriginType to a custom
Result using the global validation event handler.aCertificateOfOrigin - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCertificateOfOrigin(@Nonnull oasis.names.specification.ubl.schema.xsd.certificateoforigin_2.CertificateOfOriginType aCertificateOfOrigin, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
CertificateOfOriginType to a custom
Result using a custom validation event handler.aCertificateOfOrigin - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeCreditNote(@Nonnull oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType aCreditNote)
CreditNoteType to a DOM Document using
the global validation event handler.aCreditNote - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeCreditNote(@Nonnull oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType aCreditNote, @Nullable ValidationEventHandler aCustomEventHandler)
CreditNoteType to a DOM Document using a
custom validation event handler.aCreditNote - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeCreditNote(@Nonnull oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType aCreditNote, @Nonnull File aResult)
CreditNoteType to a File using the
global validation event handler.aCreditNote - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCreditNote(@Nonnull oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType aCreditNote, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
CreditNoteType to a File using a custom
validation event handler.aCreditNote - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCreditNote(@Nonnull oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType aCreditNote, @Nonnull Result aResult)
CreditNoteType to a custom Result using
the global validation event handler.aCreditNote - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeCreditNote(@Nonnull oasis.names.specification.ubl.schema.xsd.creditnote_2.CreditNoteType aCreditNote, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
CreditNoteType to a custom Result using
a custom validation event handler.aCreditNote - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeDebitNote(@Nonnull oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType aDebitNote)
DebitNoteType to a DOM Document using
the global validation event handler.aDebitNote - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeDebitNote(@Nonnull oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType aDebitNote, @Nullable ValidationEventHandler aCustomEventHandler)
DebitNoteType to a DOM Document using a
custom validation event handler.aDebitNote - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeDebitNote(@Nonnull oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType aDebitNote, @Nonnull File aResult)
DebitNoteType to a File using the global
validation event handler.aDebitNote - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeDebitNote(@Nonnull oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType aDebitNote, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
DebitNoteType to a File using a custom
validation event handler.aDebitNote - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeDebitNote(@Nonnull oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType aDebitNote, @Nonnull Result aResult)
DebitNoteType to a custom Result using
the global validation event handler.aDebitNote - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeDebitNote(@Nonnull oasis.names.specification.ubl.schema.xsd.debitnote_2.DebitNoteType aDebitNote, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
DebitNoteType to a custom Result using a
custom validation event handler.aDebitNote - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeDespatchAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType aDespatchAdvice)
DespatchAdviceType to a DOM Document
using the global validation event handler.aDespatchAdvice - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeDespatchAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType aDespatchAdvice, @Nullable ValidationEventHandler aCustomEventHandler)
DespatchAdviceType to a DOM Document
using a custom validation event handler.aDespatchAdvice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeDespatchAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType aDespatchAdvice, @Nonnull File aResult)
DespatchAdviceType to a File using the
global validation event handler.aDespatchAdvice - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeDespatchAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType aDespatchAdvice, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
DespatchAdviceType to a File using a
custom validation event handler.aDespatchAdvice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeDespatchAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType aDespatchAdvice, @Nonnull Result aResult)
DespatchAdviceType to a custom Result
using the global validation event handler.aDespatchAdvice - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeDespatchAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.despatchadvice_2.DespatchAdviceType aDespatchAdvice, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
DespatchAdviceType to a custom Result
using a custom validation event handler.aDespatchAdvice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeForwardingInstructions(@Nonnull oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType aForwardingInstructions)
ForwardingInstructionsType to a DOM
Document using the global validation event handler.aForwardingInstructions - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeForwardingInstructions(@Nonnull oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType aForwardingInstructions, @Nullable ValidationEventHandler aCustomEventHandler)
ForwardingInstructionsType to a DOM
Document using a custom validation event handler.aForwardingInstructions - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeForwardingInstructions(@Nonnull oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType aForwardingInstructions, @Nonnull File aResult)
ForwardingInstructionsType to a File
using the global validation event handler.aForwardingInstructions - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeForwardingInstructions(@Nonnull oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType aForwardingInstructions, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
ForwardingInstructionsType to a File
using a custom validation event handler.aForwardingInstructions - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeForwardingInstructions(@Nonnull oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType aForwardingInstructions, @Nonnull Result aResult)
ForwardingInstructionsType to a custom
Result using the global validation event handler.aForwardingInstructions - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeForwardingInstructions(@Nonnull oasis.names.specification.ubl.schema.xsd.forwardinginstructions_2.ForwardingInstructionsType aForwardingInstructions, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
ForwardingInstructionsType to a custom
Result using a custom validation event handler.aForwardingInstructions - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeFreightInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType aFreightInvoice)
FreightInvoiceType to a DOM Document
using the global validation event handler.aFreightInvoice - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeFreightInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType aFreightInvoice, @Nullable ValidationEventHandler aCustomEventHandler)
FreightInvoiceType to a DOM Document
using a custom validation event handler.aFreightInvoice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeFreightInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType aFreightInvoice, @Nonnull File aResult)
FreightInvoiceType to a File using the
global validation event handler.aFreightInvoice - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeFreightInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType aFreightInvoice, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
FreightInvoiceType to a File using a
custom validation event handler.aFreightInvoice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeFreightInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType aFreightInvoice, @Nonnull Result aResult)
FreightInvoiceType to a custom Result
using the global validation event handler.aFreightInvoice - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeFreightInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.freightinvoice_2.FreightInvoiceType aFreightInvoice, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
FreightInvoiceType to a custom Result
using a custom validation event handler.aFreightInvoice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType aInvoice)
InvoiceType to a DOM Document using the
global validation event handler.aInvoice - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType aInvoice, @Nullable ValidationEventHandler aCustomEventHandler)
InvoiceType to a DOM Document using a
custom validation event handler.aInvoice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType aInvoice, @Nonnull File aResult)
InvoiceType to a File using the global
validation event handler.aInvoice - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType aInvoice, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
InvoiceType to a File using a custom
validation event handler.aInvoice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType aInvoice, @Nonnull Result aResult)
InvoiceType to a custom Result using the
global validation event handler.aInvoice - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType aInvoice, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
InvoiceType to a custom Result using a
custom validation event handler.aInvoice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeOrder(@Nonnull oasis.names.specification.ubl.schema.xsd.order_2.OrderType aOrder)
OrderType to a DOM Document using the
global validation event handler.aOrder - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeOrder(@Nonnull oasis.names.specification.ubl.schema.xsd.order_2.OrderType aOrder, @Nullable ValidationEventHandler aCustomEventHandler)
OrderType to a DOM Document using a
custom validation event handler.aOrder - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeOrder(@Nonnull oasis.names.specification.ubl.schema.xsd.order_2.OrderType aOrder, @Nonnull File aResult)
OrderType to a File using the global
validation event handler.aOrder - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrder(@Nonnull oasis.names.specification.ubl.schema.xsd.order_2.OrderType aOrder, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
OrderType to a File using a custom
validation event handler.aOrder - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrder(@Nonnull oasis.names.specification.ubl.schema.xsd.order_2.OrderType aOrder, @Nonnull Result aResult)
OrderType to a custom Result using the
global validation event handler.aOrder - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrder(@Nonnull oasis.names.specification.ubl.schema.xsd.order_2.OrderType aOrder, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
OrderType to a custom Result using a
custom validation event handler.aOrder - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeOrderCancellation(@Nonnull oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType aOrderCancellation)
OrderCancellationType to a DOM Document
using the global validation event handler.aOrderCancellation - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeOrderCancellation(@Nonnull oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType aOrderCancellation, @Nullable ValidationEventHandler aCustomEventHandler)
OrderCancellationType to a DOM Document
using a custom validation event handler.aOrderCancellation - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeOrderCancellation(@Nonnull oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType aOrderCancellation, @Nonnull File aResult)
OrderCancellationType to a File using
the global validation event handler.aOrderCancellation - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrderCancellation(@Nonnull oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType aOrderCancellation, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
OrderCancellationType to a File using a
custom validation event handler.aOrderCancellation - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrderCancellation(@Nonnull oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType aOrderCancellation, @Nonnull Result aResult)
OrderCancellationType to a custom Result
using the global validation event handler.aOrderCancellation - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrderCancellation(@Nonnull oasis.names.specification.ubl.schema.xsd.ordercancellation_2.OrderCancellationType aOrderCancellation, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
OrderCancellationType to a custom Result
using a custom validation event handler.aOrderCancellation - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeOrderChange(@Nonnull oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType aOrderChange)
OrderChangeType to a DOM Document using
the global validation event handler.aOrderChange - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeOrderChange(@Nonnull oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType aOrderChange, @Nullable ValidationEventHandler aCustomEventHandler)
OrderChangeType to a DOM Document using
a custom validation event handler.aOrderChange - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeOrderChange(@Nonnull oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType aOrderChange, @Nonnull File aResult)
OrderChangeType to a File using the
global validation event handler.aOrderChange - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrderChange(@Nonnull oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType aOrderChange, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
OrderChangeType to a File using a custom
validation event handler.aOrderChange - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrderChange(@Nonnull oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType aOrderChange, @Nonnull Result aResult)
OrderChangeType to a custom Result using
the global validation event handler.aOrderChange - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrderChange(@Nonnull oasis.names.specification.ubl.schema.xsd.orderchange_2.OrderChangeType aOrderChange, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
OrderChangeType to a custom Result using
a custom validation event handler.aOrderChange - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeOrderResponse(@Nonnull oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType aOrderResponse)
OrderResponseType to a DOM Document
using the global validation event handler.aOrderResponse - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeOrderResponse(@Nonnull oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType aOrderResponse, @Nullable ValidationEventHandler aCustomEventHandler)
OrderResponseType to a DOM Document
using a custom validation event handler.aOrderResponse - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeOrderResponse(@Nonnull oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType aOrderResponse, @Nonnull File aResult)
OrderResponseType to a File using the
global validation event handler.aOrderResponse - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrderResponse(@Nonnull oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType aOrderResponse, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
OrderResponseType to a File using a
custom validation event handler.aOrderResponse - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrderResponse(@Nonnull oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType aOrderResponse, @Nonnull Result aResult)
OrderResponseType to a custom Result
using the global validation event handler.aOrderResponse - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrderResponse(@Nonnull oasis.names.specification.ubl.schema.xsd.orderresponse_2.OrderResponseType aOrderResponse, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
OrderResponseType to a custom Result
using a custom validation event handler.aOrderResponse - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeOrderResponseSimple(@Nonnull oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType aOrderResponseSimple)
OrderResponseSimpleType to a DOM
Document using the global validation event handler.aOrderResponseSimple - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeOrderResponseSimple(@Nonnull oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType aOrderResponseSimple, @Nullable ValidationEventHandler aCustomEventHandler)
OrderResponseSimpleType to a DOM
Document using a custom validation event handler.aOrderResponseSimple - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeOrderResponseSimple(@Nonnull oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType aOrderResponseSimple, @Nonnull File aResult)
OrderResponseSimpleType to a File using
the global validation event handler.aOrderResponseSimple - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrderResponseSimple(@Nonnull oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType aOrderResponseSimple, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
OrderResponseSimpleType to a File using
a custom validation event handler.aOrderResponseSimple - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrderResponseSimple(@Nonnull oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType aOrderResponseSimple, @Nonnull Result aResult)
OrderResponseSimpleType to a custom
Result using the global validation event handler.aOrderResponseSimple - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeOrderResponseSimple(@Nonnull oasis.names.specification.ubl.schema.xsd.orderresponsesimple_2.OrderResponseSimpleType aOrderResponseSimple, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
OrderResponseSimpleType to a custom
Result using a custom validation event handler.aOrderResponseSimple - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writePackingList(@Nonnull oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType aPackingList)
PackingListType to a DOM Document using
the global validation event handler.aPackingList - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writePackingList(@Nonnull oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType aPackingList, @Nullable ValidationEventHandler aCustomEventHandler)
PackingListType to a DOM Document using
a custom validation event handler.aPackingList - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writePackingList(@Nonnull oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType aPackingList, @Nonnull File aResult)
PackingListType to a File using the
global validation event handler.aPackingList - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writePackingList(@Nonnull oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType aPackingList, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
PackingListType to a File using a custom
validation event handler.aPackingList - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writePackingList(@Nonnull oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType aPackingList, @Nonnull Result aResult)
PackingListType to a custom Result using
the global validation event handler.aPackingList - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writePackingList(@Nonnull oasis.names.specification.ubl.schema.xsd.packinglist_2.PackingListType aPackingList, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
PackingListType to a custom Result using
a custom validation event handler.aPackingList - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeQuotation(@Nonnull oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType aQuotation)
QuotationType to a DOM Document using
the global validation event handler.aQuotation - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeQuotation(@Nonnull oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType aQuotation, @Nullable ValidationEventHandler aCustomEventHandler)
QuotationType to a DOM Document using a
custom validation event handler.aQuotation - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeQuotation(@Nonnull oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType aQuotation, @Nonnull File aResult)
QuotationType to a File using the global
validation event handler.aQuotation - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeQuotation(@Nonnull oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType aQuotation, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
QuotationType to a File using a custom
validation event handler.aQuotation - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeQuotation(@Nonnull oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType aQuotation, @Nonnull Result aResult)
QuotationType to a custom Result using
the global validation event handler.aQuotation - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeQuotation(@Nonnull oasis.names.specification.ubl.schema.xsd.quotation_2.QuotationType aQuotation, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
QuotationType to a custom Result using a
custom validation event handler.aQuotation - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeReceiptAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType aReceiptAdvice)
ReceiptAdviceType to a DOM Document
using the global validation event handler.aReceiptAdvice - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeReceiptAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType aReceiptAdvice, @Nullable ValidationEventHandler aCustomEventHandler)
ReceiptAdviceType to a DOM Document
using a custom validation event handler.aReceiptAdvice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeReceiptAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType aReceiptAdvice, @Nonnull File aResult)
ReceiptAdviceType to a File using the
global validation event handler.aReceiptAdvice - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeReceiptAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType aReceiptAdvice, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
ReceiptAdviceType to a File using a
custom validation event handler.aReceiptAdvice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeReceiptAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType aReceiptAdvice, @Nonnull Result aResult)
ReceiptAdviceType to a custom Result
using the global validation event handler.aReceiptAdvice - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeReceiptAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.receiptadvice_2.ReceiptAdviceType aReceiptAdvice, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
ReceiptAdviceType to a custom Result
using a custom validation event handler.aReceiptAdvice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeReminder(@Nonnull oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType aReminder)
ReminderType to a DOM Document using the
global validation event handler.aReminder - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeReminder(@Nonnull oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType aReminder, @Nullable ValidationEventHandler aCustomEventHandler)
ReminderType to a DOM Document using a
custom validation event handler.aReminder - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeReminder(@Nonnull oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType aReminder, @Nonnull File aResult)
ReminderType to a File using the global
validation event handler.aReminder - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeReminder(@Nonnull oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType aReminder, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
ReminderType to a File using a custom
validation event handler.aReminder - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeReminder(@Nonnull oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType aReminder, @Nonnull Result aResult)
ReminderType to a custom Result using
the global validation event handler.aReminder - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeReminder(@Nonnull oasis.names.specification.ubl.schema.xsd.reminder_2.ReminderType aReminder, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
ReminderType to a custom Result using a
custom validation event handler.aReminder - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeRemittanceAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType aRemittanceAdvice)
RemittanceAdviceType to a DOM Document
using the global validation event handler.aRemittanceAdvice - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeRemittanceAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType aRemittanceAdvice, @Nullable ValidationEventHandler aCustomEventHandler)
RemittanceAdviceType to a DOM Document
using a custom validation event handler.aRemittanceAdvice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeRemittanceAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType aRemittanceAdvice, @Nonnull File aResult)
RemittanceAdviceType to a File using the
global validation event handler.aRemittanceAdvice - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeRemittanceAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType aRemittanceAdvice, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
RemittanceAdviceType to a File using a
custom validation event handler.aRemittanceAdvice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeRemittanceAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType aRemittanceAdvice, @Nonnull Result aResult)
RemittanceAdviceType to a custom Result
using the global validation event handler.aRemittanceAdvice - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeRemittanceAdvice(@Nonnull oasis.names.specification.ubl.schema.xsd.remittanceadvice_2.RemittanceAdviceType aRemittanceAdvice, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
RemittanceAdviceType to a custom Result
using a custom validation event handler.aRemittanceAdvice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeRequestForQuotation(@Nonnull oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType aRequestForQuotation)
RequestForQuotationType to a DOM
Document using the global validation event handler.aRequestForQuotation - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeRequestForQuotation(@Nonnull oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType aRequestForQuotation, @Nullable ValidationEventHandler aCustomEventHandler)
RequestForQuotationType to a DOM
Document using a custom validation event handler.aRequestForQuotation - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeRequestForQuotation(@Nonnull oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType aRequestForQuotation, @Nonnull File aResult)
RequestForQuotationType to a File using
the global validation event handler.aRequestForQuotation - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeRequestForQuotation(@Nonnull oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType aRequestForQuotation, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
RequestForQuotationType to a File using
a custom validation event handler.aRequestForQuotation - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeRequestForQuotation(@Nonnull oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType aRequestForQuotation, @Nonnull Result aResult)
RequestForQuotationType to a custom
Result using the global validation event handler.aRequestForQuotation - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeRequestForQuotation(@Nonnull oasis.names.specification.ubl.schema.xsd.requestforquotation_2.RequestForQuotationType aRequestForQuotation, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
RequestForQuotationType to a custom
Result using a custom validation event handler.aRequestForQuotation - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeSelfBilledCreditNote(@Nonnull oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType aSelfBilledCreditNote)
SelfBilledCreditNoteType to a DOM
Document using the global validation event handler.aSelfBilledCreditNote - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeSelfBilledCreditNote(@Nonnull oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType aSelfBilledCreditNote, @Nullable ValidationEventHandler aCustomEventHandler)
SelfBilledCreditNoteType to a DOM
Document using a custom validation event handler.aSelfBilledCreditNote - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeSelfBilledCreditNote(@Nonnull oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType aSelfBilledCreditNote, @Nonnull File aResult)
SelfBilledCreditNoteType to a File using
the global validation event handler.aSelfBilledCreditNote - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeSelfBilledCreditNote(@Nonnull oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType aSelfBilledCreditNote, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
SelfBilledCreditNoteType to a File using
a custom validation event handler.aSelfBilledCreditNote - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeSelfBilledCreditNote(@Nonnull oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType aSelfBilledCreditNote, @Nonnull Result aResult)
SelfBilledCreditNoteType to a custom
Result using the global validation event handler.aSelfBilledCreditNote - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeSelfBilledCreditNote(@Nonnull oasis.names.specification.ubl.schema.xsd.selfbilledcreditnote_2.SelfBilledCreditNoteType aSelfBilledCreditNote, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
SelfBilledCreditNoteType to a custom
Result using a custom validation event handler.aSelfBilledCreditNote - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeSelfBilledInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType aSelfBilledInvoice)
SelfBilledInvoiceType to a DOM Document
using the global validation event handler.aSelfBilledInvoice - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeSelfBilledInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType aSelfBilledInvoice, @Nullable ValidationEventHandler aCustomEventHandler)
SelfBilledInvoiceType to a DOM Document
using a custom validation event handler.aSelfBilledInvoice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeSelfBilledInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType aSelfBilledInvoice, @Nonnull File aResult)
SelfBilledInvoiceType to a File using
the global validation event handler.aSelfBilledInvoice - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeSelfBilledInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType aSelfBilledInvoice, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
SelfBilledInvoiceType to a File using a
custom validation event handler.aSelfBilledInvoice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeSelfBilledInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType aSelfBilledInvoice, @Nonnull Result aResult)
SelfBilledInvoiceType to a custom Result
using the global validation event handler.aSelfBilledInvoice - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeSelfBilledInvoice(@Nonnull oasis.names.specification.ubl.schema.xsd.selfbilledinvoice_2.SelfBilledInvoiceType aSelfBilledInvoice, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
SelfBilledInvoiceType to a custom Result
using a custom validation event handler.aSelfBilledInvoice - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeStatement(@Nonnull oasis.names.specification.ubl.schema.xsd.statement_2.StatementType aStatement)
StatementType to a DOM Document using
the global validation event handler.aStatement - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeStatement(@Nonnull oasis.names.specification.ubl.schema.xsd.statement_2.StatementType aStatement, @Nullable ValidationEventHandler aCustomEventHandler)
StatementType to a DOM Document using a
custom validation event handler.aStatement - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeStatement(@Nonnull oasis.names.specification.ubl.schema.xsd.statement_2.StatementType aStatement, @Nonnull File aResult)
StatementType to a File using the global
validation event handler.aStatement - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeStatement(@Nonnull oasis.names.specification.ubl.schema.xsd.statement_2.StatementType aStatement, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
StatementType to a File using a custom
validation event handler.aStatement - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeStatement(@Nonnull oasis.names.specification.ubl.schema.xsd.statement_2.StatementType aStatement, @Nonnull Result aResult)
StatementType to a custom Result using
the global validation event handler.aStatement - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeStatement(@Nonnull oasis.names.specification.ubl.schema.xsd.statement_2.StatementType aStatement, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
StatementType to a custom Result using a
custom validation event handler.aStatement - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeTransportationStatus(@Nonnull oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType aTransportationStatus)
TransportationStatusType to a DOM
Document using the global validation event handler.aTransportationStatus - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeTransportationStatus(@Nonnull oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType aTransportationStatus, @Nullable ValidationEventHandler aCustomEventHandler)
TransportationStatusType to a DOM
Document using a custom validation event handler.aTransportationStatus - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeTransportationStatus(@Nonnull oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType aTransportationStatus, @Nonnull File aResult)
TransportationStatusType to a File using
the global validation event handler.aTransportationStatus - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeTransportationStatus(@Nonnull oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType aTransportationStatus, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
TransportationStatusType to a File using
a custom validation event handler.aTransportationStatus - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeTransportationStatus(@Nonnull oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType aTransportationStatus, @Nonnull Result aResult)
TransportationStatusType to a custom
Result using the global validation event handler.aTransportationStatus - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeTransportationStatus(@Nonnull oasis.names.specification.ubl.schema.xsd.transportationstatus_2.TransportationStatusType aTransportationStatus, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
TransportationStatusType to a custom
Result using a custom validation event handler.aTransportationStatus - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nullable public static Document writeWaybill(@Nonnull oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType aWaybill)
WaybillType to a DOM Document using the
global validation event handler.aWaybill - the source object to convert. May not be null.null in case of conversion
error@Nullable public static Document writeWaybill(@Nonnull oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType aWaybill, @Nullable ValidationEventHandler aCustomEventHandler)
WaybillType to a DOM Document using a
custom validation event handler.aWaybill - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.null in case of conversion
error@Nonnull public static com.helger.commons.state.ESuccess writeWaybill(@Nonnull oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType aWaybill, @Nonnull File aResult)
WaybillType to a File using the global
validation event handler.aWaybill - the source object to convert. May not be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeWaybill(@Nonnull oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType aWaybill, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull File aResult)
WaybillType to a File using a custom
validation event handler.aWaybill - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the file to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeWaybill(@Nonnull oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType aWaybill, @Nonnull Result aResult)
WaybillType to a custom Result using the
global validation event handler.aWaybill - the source object to convert. May not be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an error@Nonnull public static com.helger.commons.state.ESuccess writeWaybill(@Nonnull oasis.names.specification.ubl.schema.xsd.waybill_2.WaybillType aWaybill, @Nullable ValidationEventHandler aCustomEventHandler, @Nonnull Result aResult)
WaybillType to a custom Result using a
custom validation event handler.aWaybill - the source object to convert. May not be null.aCustomEventHandler - The custom event handler to use. May be null.aResult - the result object to write to. May not be null.ESuccess.SUCCESS in case of success,
ESuccess.FAILURE in case of an errorCopyright © 2014–2015 Philip Helger. All rights reserved.