Class MaxiCodeStructuredSecondMessage
java.lang.Object
com.aspose.barcode.complexbarcode.MaxiCodeSecondMessage
com.aspose.barcode.complexbarcode.MaxiCodeStructuredSecondMessage
Class for encoding and decoding structured second message for MaxiCode barcode.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds new identifiervoidclear()Clear identifiers listbooleanReturns a value indicating whether this instance is equal to a specifiedvalue. Gets identifiers listGets constructed second messageintgetYear()Gets year.inthashCode()Returns the hash code for this instance.voidsetYear(int value) Sets year.
-
Constructor Details
-
MaxiCodeStructuredSecondMessage
public MaxiCodeStructuredSecondMessage()
-
-
Method Details
-
getYear
public int getYear()Gets year. Year must be 2 digit integer value. -
setYear
public void setYear(int value) Sets year. Year must be 2 digit integer value. -
getIdentifiers
Gets identifiers list- Returns:
- List of identifiers
-
add
Adds new identifier- Parameters:
identifier- Identifier to be added
-
clear
public void clear()Clear identifiers list -
getMessage
Gets constructed second message- Specified by:
getMessagein classMaxiCodeSecondMessage- Returns:
- Constructed second message
-
equals
Returns a value indicating whether this instance is equal to a specifiedvalue. -
hashCode
public int hashCode()Returns the hash code for this instance.
-