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

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

Inherits MaxiCodeSecondMessage.

Inherited by MaxiCodeStandartSecondMessage.

Public Member Functions

None __init__ (self)
 
bool __eq__ (self, object other)
 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 message (self)
 Gets constructed second message. More...
 
None message (self, str value)
 Sets second message. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self)

Reimplemented in MaxiCodeStandartSecondMessage.

Member Function Documentation

◆ __eq__()

bool __eq__ (   self,
object  other 
)

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.

◆ message() [1/2]

str message (   self)

Gets constructed second message.

Returns
:Constructed second message

Reimplemented from MaxiCodeSecondMessage.

◆ message() [2/2]

None message (   self,
str  value 
)

Sets second message.