Class AdditionalReferencedDocumentsCode
- java.lang.Object
-
- com.itextpdf.text.zugferd.checkers.CodeValidation
-
- com.itextpdf.text.zugferd.checkers.extended.AdditionalReferencedDocumentsCode
-
public class AdditionalReferencedDocumentsCode extends CodeValidation
Series of codes that can be used for additional referenced documents. These codes are used only in the context of the Extended profile.
-
-
Field Summary
Fields Modifier and Type Field Description static String
AGREEMENT
static String
BLANKET_ORDER
static String
BUYERS_CONTRACT
static String
COLLECTION_REF
static String
CREDIT_NOTE
static String
DEBIT_NOTE
static String
DELIVERY_ORDER
static String
DISPUTE
static String
DOCUMENT_REF
static String
DRAWING
static String
GOODS_DECLARATION
static String
INVENTORY_REPORT
static String
METER_UNIT
static String
OFFER
static String
ORDER_ACKNOWLEDGEMENT
static String
PACKING_LIST
static String
PREVIOUS_INVOICE
static String
PRICE_LIST
static String
PROFORMA_INVOICE
static String
PROJECT_SPECIFICATION
static String
PROOF_OF_DELIVERY
static String
PURCHASE_ORDER_CHANGE
static String
PURCHASE_ORDER_RESPONSE
static String
RECEIVING_ADVICE
static String
RETURNS_NOTICE
static String
TRANSPORT_CONTRACT
static String
TRANSPORT_INSTRUCTION
static String
VENDOR_ORDER
static String
WAYBILL
-
Constructor Summary
Constructors Constructor Description AdditionalReferencedDocumentsCode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isValid(String code)
Checks if a specific code is valid.-
Methods inherited from class com.itextpdf.text.zugferd.checkers.CodeValidation
check, isLowercase, isNumeric, isUppercase
-
-
-
-
Field Detail
-
ORDER_ACKNOWLEDGEMENT
public static final String ORDER_ACKNOWLEDGEMENT
- See Also:
- Constant Field Values
-
PROFORMA_INVOICE
public static final String PROFORMA_INVOICE
- See Also:
- Constant Field Values
-
OFFER
public static final String OFFER
- See Also:
- Constant Field Values
-
DELIVERY_ORDER
public static final String DELIVERY_ORDER
- See Also:
- Constant Field Values
-
DRAWING
public static final String DRAWING
- See Also:
- Constant Field Values
-
WAYBILL
public static final String WAYBILL
- See Also:
- Constant Field Values
-
TRANSPORT_CONTRACT
public static final String TRANSPORT_CONTRACT
- See Also:
- Constant Field Values
-
GOODS_DECLARATION
public static final String GOODS_DECLARATION
- See Also:
- Constant Field Values
-
PROJECT_SPECIFICATION
public static final String PROJECT_SPECIFICATION
- See Also:
- Constant Field Values
-
DISPUTE
public static final String DISPUTE
- See Also:
- Constant Field Values
-
AGREEMENT
public static final String AGREEMENT
- See Also:
- Constant Field Values
-
RETURNS_NOTICE
public static final String RETURNS_NOTICE
- See Also:
- Constant Field Values
-
RECEIVING_ADVICE
public static final String RECEIVING_ADVICE
- See Also:
- Constant Field Values
-
INVENTORY_REPORT
public static final String INVENTORY_REPORT
- See Also:
- Constant Field Values
-
PROOF_OF_DELIVERY
public static final String PROOF_OF_DELIVERY
- See Also:
- Constant Field Values
-
COLLECTION_REF
public static final String COLLECTION_REF
- See Also:
- Constant Field Values
-
DOCUMENT_REF
public static final String DOCUMENT_REF
- See Also:
- Constant Field Values
-
BLANKET_ORDER
public static final String BLANKET_ORDER
- See Also:
- Constant Field Values
-
BUYERS_CONTRACT
public static final String BUYERS_CONTRACT
- See Also:
- Constant Field Values
-
CREDIT_NOTE
public static final String CREDIT_NOTE
- See Also:
- Constant Field Values
-
DEBIT_NOTE
public static final String DEBIT_NOTE
- See Also:
- Constant Field Values
-
METER_UNIT
public static final String METER_UNIT
- See Also:
- Constant Field Values
-
PREVIOUS_INVOICE
public static final String PREVIOUS_INVOICE
- See Also:
- Constant Field Values
-
PRICE_LIST
public static final String PRICE_LIST
- See Also:
- Constant Field Values
-
PACKING_LIST
public static final String PACKING_LIST
- See Also:
- Constant Field Values
-
PURCHASE_ORDER_RESPONSE
public static final String PURCHASE_ORDER_RESPONSE
- See Also:
- Constant Field Values
-
PURCHASE_ORDER_CHANGE
public static final String PURCHASE_ORDER_CHANGE
- See Also:
- Constant Field Values
-
TRANSPORT_INSTRUCTION
public static final String TRANSPORT_INSTRUCTION
- See Also:
- Constant Field Values
-
VENDOR_ORDER
public static final String VENDOR_ORDER
- See Also:
- Constant Field Values
-
-
Method Detail
-
isValid
public boolean isValid(String code)
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
-
-