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

Class for encoding and decoding standart second message for MaxiCode barcode. More...

Inherits MaxiCodeSecondMessage.

Public Member Functions

def __init__ (self)
 
def setMessage (self, value)
 Sets second message. More...
 
def getMessage (self)
 Gets constructed second message @:return:Constructed second message. More...
 
def equals (self, obj)
 Returns a value indicating whether this instance is equal to a specified MaxiCodeStandartSecondMessage value. More...
 
def getHashCode (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 Attributes

string JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwMaxiCodeStandartSecondMessage"
 

Additional Inherited Members

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

Class for encoding and decoding standart second message for MaxiCode barcode.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)

Member Function Documentation

◆ equals()

def equals (   self,
  obj 
)

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

Parameters
obj:An MaxiCodeStandartSecondMessage value to compare to this instance. @:return:true if obj has the same value as this instance; otherwise, false

◆ getHashCode()

def getHashCode (   self)

Returns the hash code for this instance.

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

◆ getMessage()

def getMessage (   self)

Gets constructed second message @:return:Constructed second message.

Reimplemented from MaxiCodeSecondMessage.

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ setMessage()

def setMessage (   self,
  value 
)

Sets second message.

Member Data Documentation

◆ JAVA_CLASS_NAME

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