public class GlobalIdentifierCode extends CodeValidation
| Modifier and Type | Field and Description |
|---|---|
static String |
DUNS
The Constant DUNS.
|
static String |
GLN
The Constant GLN.
|
static String |
GTIN
The Constant GTIN.
|
static String |
ODETTE
The Constant ODETTE.
|
static String |
SWIFT
The Constant SWIFT.
|
| Constructor and Description |
|---|
GlobalIdentifierCode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(String code)
The code list provided with the ZUGFeRD standard only lists five codes.
|
check, isLowercase, isNumeric, isUppercasepublic static final String SWIFT
public static final String DUNS
public static final String GLN
public static final String GTIN
public static final String ODETTE
public boolean isValid(String code)
isValid in class CodeValidationcode - the code to be testedCopyright © 1998–2018 iText Group NV. All rights reserved.