Class TransportMeansCode
java.lang.Object
com.itextpdf.text.zugferd.checkers.CodeValidation
com.itextpdf.text.zugferd.checkers.extended.TransportMeansCode
Series of codes that can be used for transport identification.
These codes are used only in the context of the Extended profile.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.itextpdf.text.zugferd.checkers.CodeValidation
check, isLowercase, isNumeric, isUppercase
-
Field Details
-
MARITIME
- See Also:
-
RAIL
- See Also:
-
ROAD
- See Also:
-
AIR
- See Also:
-
MAIL
- See Also:
-
MULTIMODAL
- See Also:
-
FIXED_INSTALLATION
- See Also:
-
INLAND_WATER
- See Also:
-
NOT_APPLICABLE
- See Also:
-
-
Constructor Details
-
TransportMeansCode
public TransportMeansCode()
-
-
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
-