Class HIBC
-
- All Implemented Interfaces:
public final class HIBC extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
HIBC.FieldNames
public class
HIBC.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static String
DOCUMENT_TYPE
public final static String
DOCUMENT_NORMALIZED_TYPE
private final TextFieldWrapper
dateOfManufacture
private final TextFieldWrapper
expiryDateDay
private final TextFieldWrapper
expiryDateHour
private final TextFieldWrapper
expiryDateJulianDay
private final TextFieldWrapper
expiryDateMonth
private final TextFieldWrapper
expiryDateYear
private final TextFieldWrapper
hasPrimaryData
private final TextFieldWrapper
hasSecondaryData
private final TextFieldWrapper
labelerIdentificationCode
private final TextFieldWrapper
labelersProductOrCatalogNumber
private final TextFieldWrapper
linkCharacter
private final TextFieldWrapper
lotNumber
private final TextFieldWrapper
quantity
private final TextFieldWrapper
serialNumber
private final TextFieldWrapper
unitOfMeasureID
-
Constructor Summary
Constructors Constructor Description HIBC(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getDateOfManufacture()
Date of Manufacture final TextFieldWrapper
getExpiryDateDay()
Expiry Date Day final TextFieldWrapper
getExpiryDateHour()
Expiry Date Hour final TextFieldWrapper
getExpiryDateJulianDay()
Expiry Date Julian Day final TextFieldWrapper
getExpiryDateMonth()
Expiry Date Month final TextFieldWrapper
getExpiryDateYear()
Expiry Date Year final TextFieldWrapper
getHasPrimaryData()
Information whether primary data is present. final TextFieldWrapper
getHasSecondaryData()
Information whether secondary data is present. final TextFieldWrapper
getLabelerIdentificationCode()
Labeler Identification Code (LIC) final TextFieldWrapper
getLabelersProductOrCatalogNumber()
Labelers Product or Catalog Number (PCN). final TextFieldWrapper
getLinkCharacter()
Link character to link standalone primary and secondary barcodes together. final TextFieldWrapper
getLotNumber()
Lot Number final TextFieldWrapper
getQuantity()
Quantity final TextFieldWrapper
getSerialNumber()
Serial Number final TextFieldWrapper
getUnitOfMeasureID()
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.
-
-