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

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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self)

Member Function Documentation

◆ add()

None add (   self,
str  identifier 
)

Adds new identifier.

Parameters
identifier: Identifier to be added

◆ clear()

None clear (   self)

Clear identifiers list.

◆ equals()

bool equals (   self,
MaxiCodeStructuredSecondMessage  obj 
)

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

Parameters
obj: An MaxiCodeStructuredSecondMessage 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.

Returns
: A 32-bit signed integer hash code.

◆ getIdentifiers()

List[str] getIdentifiers (   self)

Gets identifiers list.

Returns
: List of identifiers

◆ getMessage()

str getMessage (   self)

Gets constructed second message.

Returns
: Constructed second message

Reimplemented from MaxiCodeSecondMessage.

◆ getYear()

int getYear (   self)

Gets year.

Year must be 2 digit integer value.

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ setYear()

None setYear (   self,
int  value 
)

Sets year.

Year must be 2 digit integer value.

Member Data Documentation

◆ JAVA_CLASS_NAME

string JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwMaxiCodeStructuredSecondMessage"
static