Class TaxCategoryCode
java.lang.Object
com.itextpdf.text.zugferd.checkers.CodeValidation
com.itextpdf.text.zugferd.checkers.comfort.TaxCategoryCode
Class that can be used to check if a tax category code is valid.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.itextpdf.text.zugferd.checkers.CodeValidation
check, isLowercase, isNumeric, isUppercase
-
Field Details
-
VAT_REVERSE_CHARGE
- See Also:
-
EXEMPT_FROM_TAX
- See Also:
-
ZERO_RATED_GOODS
- See Also:
-
OUTSIDE_SCOPE
- See Also:
-
INTRA_COMMUNITY_SUPPLY
- See Also:
-
STANDARD_RATE
- See Also:
-
-
Constructor Details
-
TaxCategoryCode
public TaxCategoryCode()
-
-
Method Details
-
isValid
Description copied from class:CodeValidation
Checks if a specific code is valid.- Specified by:
isValid
in classCodeValidation
- Parameters:
code
- the value you want to check- Returns:
- true if the code is valid
-