PrimaryData

PrimaryData class

Namespace: Aspose.Barcode.ComplexBarcode

Class for storing HIBC LIC primary data.

Constructors

NameDescription
__construct

Methods

NameStaticDescription
constructYes
parseFromStringNoInstantiates primary data from string format according HIBC LIC specification.

Properties

NameRead/WriteDescription
LabelerIdentificationCodeRead/WriteIdentifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.
ProductOrCatalogNumberRead/WriteIdentifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length.
UnitOfMeasureIDRead/WriteIdentifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9.

PrimaryData__construct()

constructconstruct($java_class) (static)

ParameterTypeDescription
$java_class``

parseFromStringparseFromString(string $primaryDataCodetext)

Instantiates primary data from string format according HIBC LIC specification.

ParameterTypeDescription
$primaryDataCodetextstringFormatted string.

LabelerIdentificationCode

Access: Read/Write

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

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

ParameterTypeDescription
$valuestring

ProductOrCatalogNumber

Access: Read/Write

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

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

ParameterTypeDescription
$valuestring

UnitOfMeasureID

Access: Read/Write

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

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

ParameterTypeDescription
$valueint