Package io.scanbot.barcodescanner.entity
Class GS1.Element
-
- All Implemented Interfaces:
public final class GS1.Element extends GenericDocumentWrapper
GS1 Element
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
GS1.Element.FieldNames
public class
GS1.Element.NormalizedFieldNames
public final class
GS1.Element.ValidationError
Validation Errors
-
Field Summary
Fields Modifier and Type Field Description public final static String
DOCUMENT_TYPE
public final static String
DOCUMENT_NORMALIZED_TYPE
private final TextFieldWrapper
applicationIdentifier
private final TextFieldWrapper
dataTitle
private final TextFieldWrapper
elementDescription
private final TextFieldWrapper
rawValue
private final List<GS1.Element.ValidationError>
validationErrors
-
Constructor Summary
Constructors Constructor Description GS1.Element(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getApplicationIdentifier()
Application Identifier final TextFieldWrapper
getDataTitle()
Data Title final TextFieldWrapper
getElementDescription()
Description final TextFieldWrapper
getRawValue()
Raw Value final List<GS1.Element.ValidationError>
getValidationErrors()
ValidationError -
-
Constructor Detail
-
GS1.Element
GS1.Element(GenericDocument document)
-
-
Method Detail
-
getApplicationIdentifier
final TextFieldWrapper getApplicationIdentifier()
Application Identifier
-
getDataTitle
final TextFieldWrapper getDataTitle()
Data Title
-
getElementDescription
final TextFieldWrapper getElementDescription()
Description
-
getRawValue
final TextFieldWrapper getRawValue()
Raw Value
-
getValidationErrors
final List<GS1.Element.ValidationError> getValidationErrors()
ValidationError
-
-
-
-