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.
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 | |
Class for encoding and decoding standart second message for MaxiCode barcode.
None __init__ | ( | self | ) |
bool equals | ( | self, | |
MaxiCodeStandartSecondMessage | obj | ||
) |
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 getMessage | ( | self | ) |
Gets constructed second message.
Reimplemented from MaxiCodeSecondMessage.
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
None setMessage | ( | self, | |
str | value | ||
) |
Sets second message.
|
static |