MaxiCodeStandardSecondMessage

MaxiCodeStandardSecondMessage class

Module: aspose_barcode.complex_barcode.maxi_code_standard_second_message

Inherits: MaxiCodeSecondMessage

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

Constructors

NameDescription
initReimplemented in MaxiCodeStandartSecondMessage.

Methods

NameReturn TypeStaticDescription
eqboolNoReturns a value indicating whether this instance is equal to a specified MaxiCodeStandartSecondMessage value.
getHashCodeintNoReturns the hash code for this instance.

Properties

NameTypeDescription
messagestrGets constructed second message.

MaxiCodeStandardSecondMessage Constructor

__init__(self)

Reimplemented in MaxiCodeStandartSecondMessage.

MaxiCodeStandardSecondMessage.eq

__eq__(self, object other) -> bool

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

ParameterTypeDescription
otherobject

Return Type: bool — True if obj has the same value as this instance; otherwise, False

MaxiCodeStandardSecondMessage.getHashCode

getHashCode(self) -> int

Returns the hash code for this instance.

Return Type: int

MaxiCodeStandardSecondMessage.message

Type: str

Gets constructed second message.

Returns: Constructed second message

Sets second message.

ParameterTypeDescription
valuestr