Class IncotermsCode
java.lang.Object
com.itextpdf.text.zugferd.checkers.CodeValidation
com.itextpdf.text.zugferd.checkers.extended.IncotermsCode
=
Series of codes that can be used for incoterms.
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
-
EX_WORKS
- See Also:
-
FREE_CARRIER
- See Also:
-
FREE_ALONGSIDE_SHIP
- See Also:
-
FREE_ON_BOARD
- See Also:
-
COST_AND_FREIGHT
- See Also:
-
COST_INSURANCE_FREIGHT
- See Also:
-
DELIVERED_AT_TERMINAL
- See Also:
-
DELIVERED_AT_PLACE
- See Also:
-
CARRIAGE_PAID_TO
- See Also:
-
CARRIAGE_INSURANCE_PAID
- See Also:
-
DELIVERED_DUTY_PAID
- See Also:
-
-
Constructor Details
-
IncotermsCode
public IncotermsCode()
-
-
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
-