Uses of Class
com.itextpdf.text.zugferd.checkers.CodeValidation
-
-
Uses of CodeValidation in com.itextpdf.text.zugferd.checkers
Subclasses of CodeValidation in com.itextpdf.text.zugferd.checkers Modifier and Type Class Description classNumberCheckerProvide a means to check if a String consist of characters from 0 to 9 and a decimal point in case a decimal is expected. -
Uses of CodeValidation in com.itextpdf.text.zugferd.checkers.basic
Subclasses of CodeValidation in com.itextpdf.text.zugferd.checkers.basic Modifier and Type Class Description classCountryCodeClass that can be used to check if a country code is well-formed.classCurrencyCodeClass that can be used to check if a currency code is well-formed.classDateFormatCodeClass that can be used to check a code for a date format.classDocumentTypeCodeClass that can be used to check if a document type code is valid for use in the context of a specific format.classLanguageCodeClass that can be used to check if a language code is well-formed.classMeasurementUnitCodeClass that can be used to check if a measurement unit code is valid.classTaxIDTypeCodeClass that can be used to check if a tax ID type code is valid.classTaxTypeCodeClass that can be used to check if a tax type code is valid. -
Uses of CodeValidation in com.itextpdf.text.zugferd.checkers.comfort
Subclasses of CodeValidation in com.itextpdf.text.zugferd.checkers.comfort Modifier and Type Class Description classFreeTextSubjectCodeClass that can be used to check if a free text subject code is valid.classGlobalIdentifierCodeClass that can be used to check if a global identifier code is well-formed.classPaymentMeansCodeClass that can be used to check if a payment means code is valid.classTaxCategoryCodeClass that can be used to check if a tax category code is valid. -
Uses of CodeValidation in com.itextpdf.text.zugferd.checkers.extended
Subclasses of CodeValidation in com.itextpdf.text.zugferd.checkers.extended Modifier and Type Class Description classAdditionalReferencedDocumentsCodeSeries of codes that can be used for additional referenced documents.classAllowanceChargeReasonCodeSeries of codes that can be used for allowance charge reasons.classIncotermsCode= Series of codes that can be used for incoterms.classProductClassificationSystemCode= Series of codes that can be used for the product classification system.classQuantityCodeSeries of codes that can be used for quantities.classTransportIdentificationCodeSeries of codes that can be used for transport identification.classTransportMeansCodeSeries of codes that can be used for transport identification.
-