MaxiCodeStructuredSecondMessage

MaxiCodeStructuredSecondMessage class

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

public class MaxiCodeStructuredSecondMessage : MaxiCodeSecondMessage

Constructors

NameDescription
MaxiCodeStructuredSecondMessageInitializes a new instance of the MaxiCodeStructuredSecondMessage class.

Methods

NameDescription
add(object)Adds new identifier.
clearClear identifiers list.
construct(object)
equals(object)Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredSecondMessage value.
getHashCodeReturns the hash code for this instance.
getIdentifiersGets identifiers list.
getMessageGets constructed second message.
getYearGets year. Year must be 2 digit integer value.
init
setYear(object)Sets year. Year must be 2 digit integer value.

Fields

NameDescription
JAVA_CLASS_NAME

See Also