class
MaxiCodeStructuredSecondMessage
Source: ComplexBarcode.
Class for encoding and decoding structured second message for MaxiCode barcode.
new MaxiCodeStructuredSecondMessage()
Methods
add(identifier)
Adds new identifier
Parameter
Name | Type | Optional | Description |
---|---|---|---|
identifier |
|
|
Identifier to be added |
clear()
Clear identifiers list
equals(obj)
Returns a value indicating whether this instance is equal to a specified
Parameter
Name | Type | Optional | Description |
---|---|---|---|
obj |
|
|
"obj">An
|
- Returns
-
true if obj has the same value as this instance; otherwise, false.
getHashCode()
Returns the hash code for this instance.
- Returns
-
A 32-bit signed integer hash code.
getIdentifiers()
Gets identifiers list
- Returns
-
List of identifiers
getMessage()
Gets constructed second message
- Returns
-
Constructed second message
getYear()
Gets year. Year must be 2 digit integer value.
setYear()
Sets year. Year must be 2 digit integer value.