PrimaryData
PrimaryData class
Namespace: Aspose.Barcode.ComplexBarcode
Class for storing HIBC LIC primary data.
Constructors
| Name | Description |
|---|---|
| __construct |
Methods
| Name | Static | Description |
|---|---|---|
| construct | Yes | |
| parseFromString | No | Instantiates primary data from string format according HIBC LIC specification. |
Properties
| Name | Read/Write | Description |
|---|---|---|
| LabelerIdentificationCode | Read/Write | Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. |
| ProductOrCatalogNumber | Read/Write | Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. |
| UnitOfMeasureID | Read/Write | Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. |
PrimaryData__construct()
constructconstruct($java_class) (static)
| Parameter | Type | Description |
|---|---|---|
$java_class | `` |
parseFromStringparseFromString(string $primaryDataCodetext)
Instantiates primary data from string format according HIBC LIC specification.
| Parameter | Type | Description |
|---|---|---|
$primaryDataCodetext | string | Formatted 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.
| Parameter | Type | Description |
|---|---|---|
$value | string |
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.
| Parameter | Type | Description |
|---|---|---|
$value | string |
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.
| Parameter | Type | Description |
|---|---|---|
$value | int |