MaxiCodeStructuredSecondMessage

MaxiCodeStructuredSecondMessage

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

Constructor

new MaxiCodeStructuredSecondMessage()

Source:

Methods

add(identifier)

Adds new identifier
Parameters:
Name Type Description
identifier Identifier to be added
Source:

clear()

Clear identifiers list
Source:

equals(obj)

Returns a value indicating whether this instance is equal to a specified value.
Parameters:
Name Type Description
obj "obj">An value to compare to this instance.
Returns:
Type Description
true if obj has the same value as this instance; otherwise, false.
Source:

getHashCode()

Returns the hash code for this instance.
Returns:
Type Description
A 32-bit signed integer hash code.
Source:

getIdentifiers()

Gets identifiers list
Returns:
Type Description
List of identifiers
Source:

getMessage()

Gets constructed second message
Returns:
Type Description
Constructed second message
Source:

getYear()

Gets year. Year must be 2 digit integer value.
Source:

setYear()

Sets year. Year must be 2 digit integer value.
Source: