-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class Barcode implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final RectboundingBoxprivate final Array<Point>cornerPointsprivate final ByteArrayrawBytesprivate StringrawValueprivate final StringdisplayValueprivate final BarcodeFormatformatprivate final BarcodeTypetypeprivate final CalendarEventcalendarEventprivate final ContactInfocontactInfoprivate final DriverLicensedriverLicenseprivate final Emailemailprivate final GeoPointgeoPointprivate final Phonephoneprivate final Smssmsprivate final UrlBookmarkurlprivate final WiFiwifiprivate final SepaPaymentInfosepaPaymentInfoprivate final SwissQRPaymentInfoswissQRPaymentInfoprivate final DEMedicationPlanmedicationPlanprivate final StringimagePathprivate final Longtimestamp
-
Constructor Summary
Constructors Constructor Description Barcode(Rect boundingBox, Array<Point> cornerPoints, ByteArray rawBytes, String rawValue, String displayValue, BarcodeFormat format, BarcodeType type, CalendarEvent calendarEvent, ContactInfo contactInfo, DriverLicense driverLicense, Email email, GeoPoint geoPoint, Phone phone, Sms sms, UrlBookmark url, WiFi wifi, SepaPaymentInfo sepaPaymentInfo, SwissQRPaymentInfo swissQRPaymentInfo, DEMedicationPlan medicationPlan, Bitmap bitmap, String imagePath, Long timestamp)
-
Method Summary
Modifier and Type Method Description final RectgetBoundingBox()final Array<Point>getCornerPoints()final ByteArraygetRawBytes()final StringgetRawValue()final UnitsetRawValue(String rawValue)final StringgetDisplayValue()final BarcodeFormatgetFormat()final BarcodeTypegetType()final CalendarEventgetCalendarEvent()final ContactInfogetContactInfo()final DriverLicensegetDriverLicense()final EmailgetEmail()final GeoPointgetGeoPoint()final PhonegetPhone()final SmsgetSms()final UrlBookmarkgetUrl()final WiFigetWifi()final SepaPaymentInfogetSepaPaymentInfo()final SwissQRPaymentInfogetSwissQRPaymentInfo()final DEMedicationPlangetMedicationPlan()final StringgetImagePath()final LonggetTimestamp()Booleanequals(Object other)IntegerhashCode()-
-
Constructor Detail
-
Barcode
Barcode(Rect boundingBox, Array<Point> cornerPoints, ByteArray rawBytes, String rawValue, String displayValue, BarcodeFormat format, BarcodeType type, CalendarEvent calendarEvent, ContactInfo contactInfo, DriverLicense driverLicense, Email email, GeoPoint geoPoint, Phone phone, Sms sms, UrlBookmark url, WiFi wifi, SepaPaymentInfo sepaPaymentInfo, SwissQRPaymentInfo swissQRPaymentInfo, DEMedicationPlan medicationPlan, Bitmap bitmap, String imagePath, Long timestamp)
-
-
Method Detail
-
getBoundingBox
final Rect getBoundingBox()
-
getCornerPoints
final Array<Point> getCornerPoints()
-
getRawBytes
final ByteArray getRawBytes()
-
getRawValue
final String getRawValue()
-
setRawValue
final Unit setRawValue(String rawValue)
-
getDisplayValue
final String getDisplayValue()
-
getFormat
final BarcodeFormat getFormat()
-
getType
final BarcodeType getType()
-
getCalendarEvent
final CalendarEvent getCalendarEvent()
-
getContactInfo
final ContactInfo getContactInfo()
-
getDriverLicense
final DriverLicense getDriverLicense()
-
getGeoPoint
final GeoPoint getGeoPoint()
-
getUrl
final UrlBookmark getUrl()
-
getSepaPaymentInfo
final SepaPaymentInfo getSepaPaymentInfo()
-
getSwissQRPaymentInfo
final SwissQRPaymentInfo getSwissQRPaymentInfo()
-
getMedicationPlan
final DEMedicationPlan getMedicationPlan()
-
getImagePath
final String getImagePath()
-
getTimestamp
final Long getTimestamp()
-
-
-
-