Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Class for encoding and decoding structured second message for MaxiCode barcode. More...
Inherits MaxiCodeSecondMessage.
Public Member Functions | |
None | __init__ (self) |
None | add (self, str identifier) |
Adds new identifier. More... | |
None | clear (self) |
Clear identifiers list. More... | |
bool | equals (self, MaxiCodeStructuredSecondMessage obj) |
Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredSecondMessage value. More... | |
int | getHashCode (self) |
Returns the hash code for this instance. More... | |
List[str] | getIdentifiers (self) |
Gets identifiers list. More... | |
str | getMessage (self) |
Gets constructed second message. More... | |
int | getYear (self) |
Gets year. More... | |
None | init (self) |
None | setYear (self, int value) |
Sets year. 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.MwMaxiCodeStructuredSecondMessage" |
Additional Inherited Members | |
Public Attributes inherited from BaseJavaClass | |
javaClass | |
javaClassName | |
Class for encoding and decoding structured second message for MaxiCode barcode.
None __init__ | ( | self | ) |
None add | ( | self, | |
str | identifier | ||
) |
Adds new identifier.
identifier: Identifier to be added |
None clear | ( | self | ) |
Clear identifiers list.
bool equals | ( | self, | |
MaxiCodeStructuredSecondMessage | obj | ||
) |
Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredSecondMessage value.
obj: An MaxiCodeStructuredSecondMessage value to compare to this instance |
int getHashCode | ( | self | ) |
Returns the hash code for this instance.
List[str] getIdentifiers | ( | self | ) |
Gets identifiers list.
str getMessage | ( | self | ) |
Gets constructed second message.
Reimplemented from MaxiCodeSecondMessage.
int getYear | ( | self | ) |
Gets year.
Year must be 2 digit integer value.
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
None setYear | ( | self, | |
int | value | ||
) |
Sets year.
Year must be 2 digit integer value.
|
static |