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

None __init__ (self)
 
bool equals (self, MaxiCodeStandartSecondMessage obj)
 Returns a value indicating whether this instance is equal to a specified MaxiCodeStandartSecondMessage value. More...
 
int getHashCode (self)
 Returns the hash code for this instance. More...
 
str getMessage (self)
 Gets constructed second message. More...
 
None init (self)
 
None setMessage (self, str value)
 Sets second message. 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 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__()

None __init__ (   self)

Member Function Documentation

◆ equals()

bool equals (   self,
MaxiCodeStandartSecondMessage  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.
Returns
:True if obj has the same value as this instance; otherwise, False

◆ getHashCode()

int getHashCode (   self)

Returns the hash code for this instance.

◆ getMessage()

str getMessage (   self)

Gets constructed second message.

Returns
:Constructed second message

Reimplemented from MaxiCodeSecondMessage.

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ setMessage()

None setMessage (   self,
str  value 
)

Sets second message.

Member Data Documentation

◆ JAVA_CLASS_NAME

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