![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
def | __init__ (self) |
def | getLabelerIdentificationCode (self) |
def | setLabelerIdentificationCode (self, value) |
def | getProductOrCatalogNumber (self) |
def | setProductOrCatalogNumber (self, value) |
def | getUnitOfMeasureID (self) |
def | setUnitOfMeasureID (self, value) |
def | toString (self) |
def | parseFromString (self, primaryDataCodetext) |
def | equals (self, obj) |
def | hashCode (self) |
def | init (self) |
![]() | |
def | __init__ (self, javaClass) |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Static Public Member Functions | |
def | construct (java_class) |
Static Public Attributes | |
string | JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwPrimaryData" |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
Class for storing HIBC LIC primary data.
def __init__ | ( | self | ) |
|
static |
def equals | ( | self, | |
obj | |||
) |
Returns a value indicating whether this instance is equal to a specified {@code PrimaryData} value. :param obj:An {@code PrimaryData} value to compare to this instance. :return:{@code <b>true</b>} if obj has the same value as this instance; otherwise, {@code <b>false</b>}.
def getLabelerIdentificationCode | ( | self | ) |
Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.
def getProductOrCatalogNumber | ( | self | ) |
Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length.
def getUnitOfMeasureID | ( | self | ) |
Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9.
def hashCode | ( | self | ) |
Returns the hash code for this instance. :return:A 32-bit signed integer hash code.
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
def parseFromString | ( | self, | |
primaryDataCodetext | |||
) |
Instantiates primary data from string format according HIBC LIC specification. :param primaryDataCodetext:Formatted string.
def setLabelerIdentificationCode | ( | self, | |
value | |||
) |
Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.
def setProductOrCatalogNumber | ( | self, | |
value | |||
) |
Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length.
def setUnitOfMeasureID | ( | self, | |
value | |||
) |
Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9.
def toString | ( | self | ) |
Converts data to string format according HIBC LIC specification. :return:Formatted string.
|
static |