public class HIBCLICPrimaryData extends Object implements com.groupdocs.signature.domain.extensions.interfaces.IComplexData
Class for storing HIBC (Healthcare Industry Bar Code Council) LIC (Licensed Identification Code) primary data.
| Constructor and Description |
|---|
HIBCLICPrimaryData()
Default ctor()
|
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Gets a copy of this object.
|
com.aspose.barcode.complexbarcode.IComplexCodetext |
getCodetext() |
String |
getLabelerIdentificationCode()
Identifies date of labeler identification code.
|
String |
getProductOrCatalogNumber()
Identifies product or catalog number.
|
int |
getUnitOfMeasureID()
Identifies unit of measure ID.
|
void |
setLabelerIdentificationCode(String value)
Identifies date of labeler identification code.
|
void |
setProductOrCatalogNumber(String value)
Identifies product or catalog number.
|
void |
setUnitOfMeasureID(int value)
Identifies unit of measure ID.
|
public final Object deepClone()
Gets a copy of this object.
public final com.aspose.barcode.complexbarcode.IComplexCodetext getCodetext()
getCodetext in interface com.groupdocs.signature.domain.extensions.interfaces.IComplexDatapublic final String getLabelerIdentificationCode()
Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.
public final String getProductOrCatalogNumber()
Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 symbols length.
public final int getUnitOfMeasureID()
Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9.
public final void setLabelerIdentificationCode(String value)
Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.
public final void setProductOrCatalogNumber(String value)
Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 symbols length.
public final void setUnitOfMeasureID(int value)
Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9.
Copyright © 2026. All rights reserved.