![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Class for storing HIBC LIC primary data. More...
Inherits _MwWrapper.
Public Member Functions | |
| None | __init__ (self) |
| bool | __eq__ (self, PrimaryData other) |
| Returns a value indicating whether this instance is equal to a specified PrimaryData value. More... | |
| int | __hash__ (self) |
| Returns the hash code for the current instance. More... | |
| str | __str__ (self) |
| Converts data to string format according HIBC LIC specification. More... | |
| Optional[str] | labeler_identification_code (self) |
| Gets the identification date of the labeler identification code. More... | |
| None | labeler_identification_code (self, str value) |
| Sets the identification date for the labeler code. More... | |
| None | parse_from_string (self, str primary_data_codetext) |
| Instantiates primary data from string format according HIBC LIC specification. More... | |
| Optional[str] | product_or_catalog_number (self) |
| Identifies product or catalog number. More... | |
| None | product_or_catalog_number (self, str value) |
| Identifies product or catalog number. More... | |
| int | unit_of_measure_id (self) |
| Identifies unit of measure ID. More... | |
| None | unit_of_measure_id (self, int value) |
| Identifies unit of measure ID. More... | |
Class for storing HIBC LIC primary data.
| None __init__ | ( | self | ) |
| bool __eq__ | ( | self, | |
| PrimaryData | other | ||
| ) |
Returns a value indicating whether this instance is equal to a specified PrimaryData value.
| obj:An PrimaryData value to compare to this instance. |
| int __hash__ | ( | self | ) |
Returns the hash code for the current instance.
| str __str__ | ( | self | ) |
Converts data to string format according HIBC LIC specification.
| Optional[str] labeler_identification_code | ( | self | ) |
Gets the identification date of the labeler identification code.
Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.
| None labeler_identification_code | ( | self, | |
| str | value | ||
| ) |
Sets the identification date for the labeler code.
Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.
| None parse_from_string | ( | self, | |
| str | primary_data_codetext | ||
| ) |
Instantiates primary data from string format according HIBC LIC specification.
| primaryDataCodetext:Formatted string. |
| Optional[str] product_or_catalog_number | ( | self | ) |
Identifies product or catalog number.
| None product_or_catalog_number | ( | self, | |
| str | value | ||
| ) |
Identifies product or catalog number.
| int unit_of_measure_id | ( | self | ) |
Identifies unit of measure ID.
| None unit_of_measure_id | ( | self, | |
| int | value | ||
| ) |
Identifies unit of measure ID.