![]() |
Aspose.Barcode for PHP via Java
23.2
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
| __construct () | |
| getLabelerIdentificationCode () | |
| setLabelerIdentificationCode (string $value) | |
| getProductOrCatalogNumber () | |
| setProductOrCatalogNumber (string $value) | |
| getUnitOfMeasureID () | |
| setUnitOfMeasureID (int $value) | |
| toString () | |
| parseFromString (string $primaryDataCodetext) | |
| equals (PrimaryData $obj) | |
| hashCode () | |
| getJavaClass () | |
| getJavaClassName () | |
| isNull () | |
| printJavaClassName () | |
Static Public Member Functions | |
| static | construct ($java_class) |
Public Attributes | |
| const | JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwPrimaryData" |
Protected Member Functions | |
| init () | |
| setJavaClass ($javaClass) | |
Class for storing HIBC LIC primary data.
| PrimaryData::__construct | ( | ) |
|
static |
| PrimaryData::equals | ( | PrimaryData | $obj | ) |
Returns a value indicating whether this instance is equal to a specified
value.
| obj | An value to compare to this instance. |
|
inherited |
|
inherited |
| PrimaryData::getLabelerIdentificationCode | ( | ) |
Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.
| PrimaryData::getProductOrCatalogNumber | ( | ) |
Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length.
| PrimaryData::getUnitOfMeasureID | ( | ) |
Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9.
| PrimaryData::hashCode | ( | ) |
Returns the hash code for this instance.
|
protected |
Reimplemented from BaseJavaClass.
|
inherited |
| PrimaryData::parseFromString | ( | string | $primaryDataCodetext | ) |
Instantiates primary data from string format according HIBC LIC specification.
| primaryDataCodetext | Formatted string. |
|
inherited |
|
protectedinherited |
| PrimaryData::setLabelerIdentificationCode | ( | string | $value | ) |
Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.
| PrimaryData::setProductOrCatalogNumber | ( | string | $value | ) |
Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length.
| PrimaryData::setUnitOfMeasureID | ( | int | $value | ) |
Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9.
| PrimaryData::toString | ( | ) |
Converts data to string format according HIBC LIC specification.
| const PrimaryData::JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwPrimaryData" |