Aspose.Barcode for Python via Java Generation and Recognition API docs

Class for storing HIBC LIC primary data. More...

Inherits BaseJavaClass.

Public Member Functions

def __init__ (self)
 
def getLabelerIdentificationCode (self)
 Identifies date of labeler identification code. More...
 
def setLabelerIdentificationCode (self, value)
 Identifies date of labeler identification code. More...
 
def getProductOrCatalogNumber (self)
 Identifies product or catalog number. More...
 
def setProductOrCatalogNumber (self, value)
 Identifies product or catalog number. More...
 
def getUnitOfMeasureID (self)
 Identifies unit of measure ID. More...
 
def setUnitOfMeasureID (self, value)
 Identifies unit of measure ID. More...
 
def toString (self)
 Converts data to string format according HIBC LIC specification. More...
 
def parseFromString (self, primaryDataCodetext)
 Instantiates primary data from string format according HIBC LIC specification. More...
 
def equals (self, obj)
 Returns a value indicating whether this instance is equal to a specified. More...
 
def hashCode (self)
 Returns the hash code for this instance. More...
 
def init (self)
 
- Public Member Functions inherited from BaseJavaClass
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

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

Class for storing HIBC LIC primary data.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)

Member Function Documentation

◆ construct()

def construct (   java_class)
static

◆ equals()

def equals (   self,
  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. @:return:
<b>true</b>
if obj has the same value as this instance; otherwise,
<b>false</b>
.

◆ getLabelerIdentificationCode()

def getLabelerIdentificationCode (   self)

Identifies date of labeler identification code.

Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.

◆ getProductOrCatalogNumber()

def getProductOrCatalogNumber (   self)

Identifies product or catalog number.

Product or catalog number must be alphanumeric string up to 18 sybmols length.

◆ getUnitOfMeasureID()

def getUnitOfMeasureID (   self)

Identifies unit of measure ID.

Unit of measure ID must be integer value from 0 to 9.

◆ hashCode()

def hashCode (   self)

Returns the hash code for this instance.

@:return:A 32-bit signed integer hash code.

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ parseFromString()

def parseFromString (   self,
  primaryDataCodetext 
)

Instantiates primary data from string format according HIBC LIC specification.

Parameters
primaryDataCodetext:Formatted string.

◆ setLabelerIdentificationCode()

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.

◆ setProductOrCatalogNumber()

def setProductOrCatalogNumber (   self,
  value 
)

Identifies product or catalog number.

Product or catalog number must be alphanumeric string up to 18 sybmols length.

◆ setUnitOfMeasureID()

def setUnitOfMeasureID (   self,
  value 
)

Identifies unit of measure ID.

Unit of measure ID must be integer value from 0 to 9.

◆ toString()

def toString (   self)

Converts data to string format according HIBC LIC specification.

@:return:Formatted string.

Member Data Documentation

◆ JAVA_CLASS_NAME

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