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
 

Detailed Description

Class for storing HIBC LIC primary data.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self)

Member Function Documentation

◆ construct()

PrimaryData construct (   java_class)
static

◆ equals()

bool equals (   self,
PrimaryData  obj 
)

Returns a value indicating whether this instance is equal to a specified PrimaryData value.

Parameters
obj:An PrimaryData value to compare to this instance.
Returns
: True if obj has the same value as this instance; otherwise, False.

◆ getLabelerIdentificationCode()

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.

◆ getProductOrCatalogNumber()

str getProductOrCatalogNumber (   self)

Identifies product or catalog number.

◆ getUnitOfMeasureID()

int getUnitOfMeasureID (   self)

Identifies unit of measure ID.

◆ hashCode()

int hashCode (   self)

Returns the hash code for this instance.

Returns
:A 32-bit signed integer hash code.

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ parseFromString()

None parseFromString (   self,
str  primaryDataCodetext 
)

Instantiates primary data from string format according HIBC LIC specification.

Parameters
primaryDataCodetext:Formatted string.

◆ setLabelerIdentificationCode()

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.

◆ setProductOrCatalogNumber()

None setProductOrCatalogNumber (   self,
str  value 
)

Identifies product or catalog number.

◆ setUnitOfMeasureID()

None setUnitOfMeasureID (   self,
int  value 
)

Identifies unit of measure ID.

◆ toString()

str toString (   self)

Converts data to string format according HIBC LIC specification.

Returns
:Formatted string.

Member Data Documentation

◆ JAVA_CLASS_NAME

string JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwPrimaryData"
static