Package io.scanbot.sdk.barcode.entity
Class VCard.Entry
-
- All Implemented Interfaces:
public class VCard.Entry extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVCard.Entry.FieldNamespublic classVCard.Entry.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description private final TextFieldWrapperrawValueprivate final List<TextFieldWrapper>typeModifiersprivate final List<TextFieldWrapper>values
-
Constructor Summary
Constructors Constructor Description VCard.Entry(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetRawValue()Raw Value final List<TextFieldWrapper>getTypeModifiers()Type Modifier final List<TextFieldWrapper>getValues()Value -
-
Constructor Detail
-
VCard.Entry
VCard.Entry(GenericDocument document)
-
-
Method Detail
-
getRawValue
final TextFieldWrapper getRawValue()
Raw Value
-
getTypeModifiers
final List<TextFieldWrapper> getTypeModifiers()
Type Modifier
-
getValues
final List<TextFieldWrapper> getValues()
Value
-
-
-
-