![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Class for storing HIBC LIC secondary and additional data. More...
Inherits _MwWrapper.
Public Member Functions | |
| None | __init__ (self) |
| bool | __eq__ (self, SecondaryAndAdditionalData other) |
| Returns a value indicating whether this instance is equal to a specified SecondaryAndAdditionalData 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... | |
| datetime | date_of_manufacture (self) |
| Identifies date of manufacture. More... | |
| None | date_of_manufacture (self, datetime value) |
| Identifies date of manufacture. More... | |
| datetime | expiry_date (self) |
| Identifies expiry date format. More... | |
| None | expiry_date (self, datetime value) |
| Identifies expiry date format. More... | |
| HIBCLICDateFormat | expiry_date_format (self) |
| Identifies expiry date format. More... | |
| None | expiry_date_format (self, HIBCLICDateFormat value) |
| Identifies expiry date format. More... | |
| Optional[str] | lot_number (self) |
| Identifies lot or batch number. More... | |
| None | lot_number (self, Optional[str] value) |
| Identifies lot or batch number. More... | |
| None | parse_from_string (self, str secondary_data_codetext) |
| Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. More... | |
| int | quantity (self) |
| Identifies quantity, must be integer value from 0 to 500. More... | |
| None | quantity (self, int value) |
| Identifies quantity, must be integer value from 0 to 500. More... | |
| Optional[str] | serial_number (self) |
| Identifies serial number. More... | |
| None | serial_number (self, Optional[str] value) |
| Identifies serial number. More... | |
Class for storing HIBC LIC secondary and additional data.
| None __init__ | ( | self | ) |
| bool __eq__ | ( | self, | |
| SecondaryAndAdditionalData | other | ||
| ) |
Returns a value indicating whether this instance is equal to a specified SecondaryAndAdditionalData value.
| obj:An SecondaryAndAdditionalData 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.
| datetime date_of_manufacture | ( | self | ) |
Identifies date of manufacture.
Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue
| None date_of_manufacture | ( | self, | |
| datetime | value | ||
| ) |
Identifies date of manufacture.
Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue
| datetime expiry_date | ( | self | ) |
Identifies expiry date format.
| None expiry_date | ( | self, | |
| datetime | value | ||
| ) |
Identifies expiry date format.
| HIBCLICDateFormat expiry_date_format | ( | self | ) |
Identifies expiry date format.
| None expiry_date_format | ( | self, | |
| HIBCLICDateFormat | value | ||
| ) |
Identifies expiry date format.
| Optional[str] lot_number | ( | self | ) |
Identifies lot or batch number.
Lot/batch number must be alphanumeric string with up to 18 sybmols length.
| None lot_number | ( | self, | |
| Optional[str] | value | ||
| ) |
Identifies lot or batch number.
Lot/batch number must be alphanumeric string with up to 18 sybmols length.
| None parse_from_string | ( | self, | |
| str | secondary_data_codetext | ||
| ) |
Instantiates secondary and additional supplemental data from string format according HIBC LIC specification.
| secondaryDataCodetext:Formatted string. |
| int quantity | ( | self | ) |
Identifies quantity, must be integer value from 0 to 500.
Quantity can be set to -1 in order not to use this field. Default value: -1
| None quantity | ( | self, | |
| int | value | ||
| ) |
Identifies quantity, must be integer value from 0 to 500.
Quantity can be set to -1 in order not to use this field. Default value: -1
| Optional[str] serial_number | ( | self | ) |
Identifies serial number.
Serial number must be alphanumeric string up to 18 sybmols length.
| None serial_number | ( | self, | |
| Optional[str] | value | ||
| ) |
Identifies serial number.
Serial number must be alphanumeric string up to 18 sybmols length.