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

Inherits MaxiCodeSecondMessage.

Public Member Functions

def __init__ (self)
 
def setMessage (self, value)
 
def getMessage (self)
 
def equals (self, obj)
 
def getHashCode (self)
 
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 <see cref="MaxiCodeStandartSecondMessage"/> value.

:param obj:An <see cref="MaxiCodeStandartSecondMessage"/> value to compare to this instance.
:return:<b>true</b> if obj has the same value as this instance; otherwise, <b>false</b>

◆ 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