HIBCLICPrimaryData

Inheritance: java.lang.Object

All Implemented Interfaces: com.groupdocs.signature.domain.extensions.interfaces.IComplexData

public class HIBCLICPrimaryData implements IComplexData

Class for storing HIBC (Healthcare Industry Bar Code Council) LIC (Licensed Identification Code) primary data.

Constructors

Constructor Description
HIBCLICPrimaryData() Default ctor()

Methods

Method Description
getLabelerIdentificationCode() Identifies date of labeler identification code.
setLabelerIdentificationCode(String value) Identifies date of labeler identification code.
getProductOrCatalogNumber() Identifies product or catalog number.
setProductOrCatalogNumber(String value) Identifies product or catalog number.
getUnitOfMeasureID() Identifies unit of measure ID.
setUnitOfMeasureID(int value) Identifies unit of measure ID.
deepClone() Gets a copy of this object.
getCodetext()

HIBCLICPrimaryData()

public HIBCLICPrimaryData()

Default ctor()

getLabelerIdentificationCode()

public final String getLabelerIdentificationCode()

Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.

Returns: java.lang.String

setLabelerIdentificationCode(String value)

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.

Parameters:

Parameter Type Description
value java.lang.String

getProductOrCatalogNumber()

public final String getProductOrCatalogNumber()

Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 symbols length.

Returns: java.lang.String

setProductOrCatalogNumber(String value)

public final void setProductOrCatalogNumber(String value)

Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 symbols length.

Parameters:

Parameter Type Description
value java.lang.String

getUnitOfMeasureID()

public final int getUnitOfMeasureID()

Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9.

Returns: int

setUnitOfMeasureID(int value)

public final void setUnitOfMeasureID(int value)

Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9.

Parameters:

Parameter Type Description
value int

deepClone()

public final Object deepClone()

Gets a copy of this object.

Returns: java.lang.Object

getCodetext()

public final IComplexCodetext getCodetext()

Returns: com.aspose.barcode.complexbarcode.IComplexCodetext