Package at.austriapro.ebinterface.ubl.to
Class AbstractEbInterfaceToUBLConverter
java.lang.Object
at.austriapro.ebinterface.ubl.AbstractConverter
at.austriapro.ebinterface.ubl.to.AbstractEbInterfaceToUBLConverter
- Direct Known Subclasses:
AbstractEbInterface40ToUBLConverter,AbstractEbInterface41ToUBLConverter,AbstractEbInterface42ToUBLConverter,AbstractEbInterface43ToUBLConverter,AbstractEbInterface50ToUBLConverter,AbstractEbInterface60ToUBLConverter,AbstractEbInterface61ToUBLConverter
Base class for ebInterface to Peppol UBL converter
- Author:
- Philip Helger
-
Field Summary
FieldsFields inherited from class at.austriapro.ebinterface.ubl.AbstractConverter
AT_UNDEFINED_VATIN, CREDIT_NOTE_TYPE_CODES, CUSTOMIZATION_SCHEMEID, IBAN_MAX_LENGTH, INVOICE_TYPE_CODE_CREDIT_NOTE, INVOICE_TYPE_CODE_INVOICE, INVOICE_TYPE_CODE_PARTIAL, INVOICE_TYPE_CODE_PREPAYMENT_INVOICE, INVOICE_TYPE_CODE_SELF_BILLING, INVOICE_TYPE_CODES, m_aContentLocale, m_aDisplayLocale, OTHER_TAX_SCHEME_ID, PAYMENT_CHANNEL_CODE_IBAN, PAYMENT_MEANS_CREDIT_CARD, PAYMENT_MEANS_CREDIT_TRANSFER, PAYMENT_MEANS_DEBIT_CARD, PAYMENT_MEANS_DEBIT_TRANSFER, PAYMENT_MEANS_DIRECT_DEBIT, PAYMENT_MEANS_PAYMENT_TO_BANK_ACCOUNT, PAYMENT_MEANS_SEPA_CREDIT_TRANSFER, PAYMENT_MEANS_SEPA_DIRECT_DEBIT, REGEX_BIC, ROUNDING_MODE, SCALE_PERC, SCALE_PRICE2, SCALE_PRICE4, SCHEME_BIC, SCHEME_IBAN, SUPPORTED_TAX_SCHEME_ID, SUPPORTED_TAX_SCHEME_SCHEME_ID, UBL_VERSION_20, UBL_VERSION_21, UBL_VERSION_22, UBL_VERSION_23, UOM_DEFAULT -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractEbInterfaceToUBLConverter(Locale aDisplayLocale, Locale aContentLocale) Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected static final oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.CountryTypecreateCountry(String sCode, String sName, Locale aContentLocale) protected static final oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.ItemPropertyTypecreateItemProperty(String sName, String sValue) protected static final oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.TaxCategoryTypecreateTaxCategory(String sID) protected static final oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.TaxCategoryTypeprotected static final oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.TaxCategoryTypeprotected static final oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.TaxSchemeTypecreateTaxScheme(String sID) protected static final oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.TaxSchemeType
-
Field Details
-
CURRENCY_LIST_AGENCY_ID
- See Also:
-
CURRENCY_LIST_ID
- See Also:
-
-
Constructor Details
-
AbstractEbInterfaceToUBLConverter
protected AbstractEbInterfaceToUBLConverter(@Nonnull Locale aDisplayLocale, @Nonnull Locale aContentLocale) Constructor- Parameters:
aDisplayLocale- The locale for error messages. May not benull.aContentLocale- The locale for the created UBL files. May not benull.
-
-
Method Details
-
createTaxScheme
-
createTaxSchemeVAT
@Nonnull protected static final oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.TaxSchemeType createTaxSchemeVAT() -
createTaxCategory
-
createTaxCategoryVAT
-
createTaxCategoryOther
@Nonnull protected static final oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.TaxCategoryType createTaxCategoryOther() -
createItemProperty
-
createCountry
-