Class AbstractEbInterface43ToUBLConverter

Direct Known Subclasses:
EbInterface43ToInvoiceConverter

@Immutable public abstract class AbstractEbInterface43ToUBLConverter extends AbstractEbInterfaceToUBLConverter
Base class for ebInterface 4.3 to Peppol UBL converter
Author:
Philip Helger
  • Constructor Details

    • AbstractEbInterface43ToUBLConverter

      protected AbstractEbInterface43ToUBLConverter(@Nonnull Locale aDisplayLocale, @Nonnull Locale aContentLocale)
      Constructor
      Parameters:
      aDisplayLocale - The locale for error messages. May not be null.
      aContentLocale - The locale for the created UBL files. May not be null.
  • Method Details

    • getTypeCode

      @Nullable protected static <T extends com.helger.xsds.ccts.cct.schemamodule.CodeType> T getTypeCode(@Nullable com.helger.ebinterface.v43.Ebi43DocumentTypeType eType, @Nonnull Supplier<T> aFactory)
    • convertAddress

      @Nullable protected static oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.AddressType convertAddress(@Nullable com.helger.ebinterface.v43.Ebi43AddressType aEbiAddress, @Nonnull Locale aContentLocale)
    • convertParty

      @Nullable protected static oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.PartyType convertParty(@Nullable com.helger.ebinterface.v43.Ebi43AddressType aEbiAddress, @Nonnull Locale aContentLocale)
    • convertDelivery

      @Nullable protected static oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.DeliveryType convertDelivery(@Nullable com.helger.ebinterface.v43.Ebi43DeliveryType aEbiDelivery, @Nonnull Locale aContentLocale)