![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
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... | |
Class for encoding and decoding standart second message for MaxiCode barcode.
| None __init__ | ( | self | ) |
Reimplemented in MaxiCodeStandartSecondMessage.
| bool __eq__ | ( | self, | |
| object | other | ||
| ) |
Returns a value indicating whether this instance is equal to a specified MaxiCodeStandartSecondMessage value.
| obj:An MaxiCodeStandartSecondMessage value to compare to this instance. |
| int getHashCode | ( | self | ) |
Returns the hash code for this instance.
| str message | ( | self | ) |
Gets constructed second message.
Reimplemented from MaxiCodeSecondMessage.
| None message | ( | self, | |
| str | value | ||
| ) |
Sets second message.