Package io.scanbot.sdk.barcode.entity
Class GS1
-
- All Implemented Interfaces:
public final class GS1 extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGS1.Element
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final List<GS1.Element>elements
-
Constructor Summary
Constructors Constructor Description GS1(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final List<GS1.Element>getElements()A list of all children of type "Element". -
-
Constructor Detail
-
GS1
GS1(GenericDocument document)
-
-
Method Detail
-
getElements
final List<GS1.Element> getElements()
A list of all children of type "Element".
-
-
-
-