Class HIBC
-
- All Implemented Interfaces:
public final class HIBC extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHIBC.FieldNamespublic classHIBC.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final TextFieldWrapperdateOfManufactureprivate final TextFieldWrapperexpiryDateDayprivate final TextFieldWrapperexpiryDateHourprivate final TextFieldWrapperexpiryDateJulianDayprivate final TextFieldWrapperexpiryDateMonthprivate final TextFieldWrapperexpiryDateYearprivate final TextFieldWrapperhasPrimaryDataprivate final TextFieldWrapperhasSecondaryDataprivate final TextFieldWrapperlabelerIdentificationCodeprivate final TextFieldWrapperlabelersProductOrCatalogNumberprivate final TextFieldWrapperlinkCharacterprivate final TextFieldWrapperlotNumberprivate final TextFieldWrapperquantityprivate final TextFieldWrapperserialNumberprivate final TextFieldWrapperunitOfMeasureID
-
Constructor Summary
Constructors Constructor Description HIBC(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetDateOfManufacture()Date of Manufacture final TextFieldWrappergetExpiryDateDay()Expiry Date Day final TextFieldWrappergetExpiryDateHour()Expiry Date Hour final TextFieldWrappergetExpiryDateJulianDay()Expiry Date Julian Day final TextFieldWrappergetExpiryDateMonth()Expiry Date Month final TextFieldWrappergetExpiryDateYear()Expiry Date Year final TextFieldWrappergetHasPrimaryData()Information whether primary data is present. final TextFieldWrappergetHasSecondaryData()Information whether secondary data is present. final TextFieldWrappergetLabelerIdentificationCode()Labeler Identification Code (LIC) final TextFieldWrappergetLabelersProductOrCatalogNumber()Labelers Product or Catalog Number (PCN). final TextFieldWrappergetLinkCharacter()Link character to link standalone primary and secondary barcodes together. final TextFieldWrappergetLotNumber()Lot Number final TextFieldWrappergetQuantity()Quantity final TextFieldWrappergetSerialNumber()Serial Number final TextFieldWrappergetUnitOfMeasureID()Unit of Measure ID, Numeric value only, 0 through 9, where 0 always represents a single unit. -
-
Constructor Detail
-
HIBC
HIBC(GenericDocument document)
-
-
Method Detail
-
getDateOfManufacture
final TextFieldWrapper getDateOfManufacture()
Date of Manufacture
-
getExpiryDateDay
final TextFieldWrapper getExpiryDateDay()
Expiry Date Day
-
getExpiryDateHour
final TextFieldWrapper getExpiryDateHour()
Expiry Date Hour
-
getExpiryDateJulianDay
final TextFieldWrapper getExpiryDateJulianDay()
Expiry Date Julian Day
-
getExpiryDateMonth
final TextFieldWrapper getExpiryDateMonth()
Expiry Date Month
-
getExpiryDateYear
final TextFieldWrapper getExpiryDateYear()
Expiry Date Year
-
getHasPrimaryData
final TextFieldWrapper getHasPrimaryData()
Information whether primary data is present.
-
getHasSecondaryData
final TextFieldWrapper getHasSecondaryData()
Information whether secondary data is present.
-
getLabelerIdentificationCode
final TextFieldWrapper getLabelerIdentificationCode()
Labeler Identification Code (LIC)
-
getLabelersProductOrCatalogNumber
final TextFieldWrapper getLabelersProductOrCatalogNumber()
Labelers Product or Catalog Number (PCN). Alphanumeric data.
-
getLinkCharacter
final TextFieldWrapper getLinkCharacter()
Link character to link standalone primary and secondary barcodes together.
-
getLotNumber
final TextFieldWrapper getLotNumber()
Lot Number
-
getQuantity
final TextFieldWrapper getQuantity()
Quantity
-
getSerialNumber
final TextFieldWrapper getSerialNumber()
Serial Number
-
getUnitOfMeasureID
final TextFieldWrapper getUnitOfMeasureID()
Unit of Measure ID, Numeric value only, 0 through 9, where 0 always represents a single unit. 1 to 8 are used to indicate different packaging levels above the unit of use. The value 9 is used for variable quantity containers when manual key entry or scan of a secondary will be used to collect specific quantity data. The labeler should ensure consistency in this field within their packaging process.
-
-
-
-