Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Class for storing HIBC LIC primary data. More...
Inherits BaseJavaClass.
Public Member Functions | |
None | __init__ (self) |
bool | equals (self, PrimaryData obj) |
Returns a value indicating whether this instance is equal to a specified PrimaryData value. More... | |
str | getLabelerIdentificationCode (self) |
Gets the identification date of the labeler identification code. More... | |
str | getProductOrCatalogNumber (self) |
Identifies product or catalog number. More... | |
int | getUnitOfMeasureID (self) |
Identifies unit of measure ID. More... | |
int | hashCode (self) |
Returns the hash code for this instance. More... | |
def | init (self) |
None | parseFromString (self, str primaryDataCodetext) |
Instantiates primary data from string format according HIBC LIC specification. More... | |
None | setLabelerIdentificationCode (self, str value) |
Sets the identification date for the labeler code. More... | |
None | setProductOrCatalogNumber (self, str value) |
Identifies product or catalog number. More... | |
None | setUnitOfMeasureID (self, int value) |
Identifies unit of measure ID. More... | |
str | toString (self) |
Converts data to string format according HIBC LIC specification. More... | |
Public Member Functions inherited from BaseJavaClass | |
None | __init__ (self, javaClass) |
def | getJavaClass (self) |
str | getJavaClassName (self) |
bool | isNull (self) |
None | printJavaClassName (self) |
None | setJavaClass (self, javaClass) |
Static Public Member Functions | |
PrimaryData | construct (java_class) |
Static Public Attributes | |
string | JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwPrimaryData" |
Additional Inherited Members | |
Public Attributes inherited from BaseJavaClass | |
javaClass | |
javaClassName | |
Class for storing HIBC LIC primary data.
None __init__ | ( | self | ) |
|
static |
bool equals | ( | self, | |
PrimaryData | obj | ||
) |
Returns a value indicating whether this instance is equal to a specified PrimaryData value.
obj:An PrimaryData value to compare to this instance. |
str getLabelerIdentificationCode | ( | 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.
str getProductOrCatalogNumber | ( | self | ) |
Identifies product or catalog number.
int getUnitOfMeasureID | ( | self | ) |
Identifies unit of measure ID.
int hashCode | ( | self | ) |
Returns the hash code for this instance.
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
None parseFromString | ( | self, | |
str | primaryDataCodetext | ||
) |
Instantiates primary data from string format according HIBC LIC specification.
primaryDataCodetext:Formatted string. |
None setLabelerIdentificationCode | ( | 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 setProductOrCatalogNumber | ( | self, | |
str | value | ||
) |
Identifies product or catalog number.
None setUnitOfMeasureID | ( | self, | |
int | value | ||
) |
Identifies unit of measure ID.
str toString | ( | self | ) |
Converts data to string format according HIBC LIC specification.
|
static |