com.itextpdf.text.zugferd.checkers.extended
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.
|
Method Summary |
boolean |
isValid(String code)
Checks if a specific code is valid. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AdditionalReferencedDocumentsCode
public AdditionalReferencedDocumentsCode()
isValid
public boolean isValid(String code)
- Description copied from class:
CodeValidation
- Checks if a specific code is valid.
- Specified by:
isValid in class CodeValidation
- Parameters:
code - the value you want to check
- Returns:
- true if the code is valid
Copyright © 2015. All Rights Reserved.