Package io.scanbot.sdk.barcode.entity
Class GS1.Element.ValidationError
-
- All Implemented Interfaces:
public final class GS1.Element.ValidationError extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGS1.Element.ValidationError.FieldNamespublic classGS1.Element.ValidationError.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final TextFieldWrappercodeprivate final TextFieldWrapperreason
-
Constructor Summary
Constructors Constructor Description GS1.Element.ValidationError(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetCode()Error Code final TextFieldWrappergetReason()Reason -
-
Constructor Detail
-
GS1.Element.ValidationError
GS1.Element.ValidationError(GenericDocument document)
-
-
Method Detail
-
getCode
final TextFieldWrapper getCode()
Error Code
-
getReason
final TextFieldWrapper getReason()
Reason
-
-
-
-