MaxiCodeStructuredSecondMessage

Inheritance: java.lang.Object, com.aspose.barcode.complexbarcode.MaxiCodeSecondMessage

public class MaxiCodeStructuredSecondMessage extends MaxiCodeSecondMessage

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

Constructors

ConstructorDescription
MaxiCodeStructuredSecondMessage()

Methods

MethodDescription
add(String identifier)Adds new identifier
clear()Clear identifiers list
equals(Object obj)Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredSecondMessage value.
getClass()
getHashCode()Returns the hash code for this instance.
getIdentifiers()Gets identifiers list
getMessage()Gets constructed second message
getYear()Gets year.
hashCode()
notify()
notifyAll()
setYear(int value)Sets year.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MaxiCodeStructuredSecondMessage()

public MaxiCodeStructuredSecondMessage()

add(String identifier)

public void add(String identifier)

Adds new identifier

Parameters:

ParameterTypeDescription
identifierjava.lang.StringIdentifier to be added

clear()

public void clear()

Clear identifiers list

equals(Object obj)

public boolean equals(Object obj)

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

Parameters:

ParameterTypeDescription
objjava.lang.Object“obj”>An MaxiCodeStructuredSecondMessage value to compare to this instance.

Returns: boolean - true if obj has the same value as this instance; otherwise, false.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getHashCode()

public int getHashCode()

Returns the hash code for this instance.

Returns: int - A 32-bit signed integer hash code.

getIdentifiers()

public List<String> getIdentifiers()

Gets identifiers list

Returns: java.util.List<java.lang.String> - List of identifiers

getMessage()

public String getMessage()

Gets constructed second message

Returns: java.lang.String - Constructed second message

getYear()

public int getYear()

Gets year. Year must be 2 digit integer value.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setYear(int value)

public void setYear(int value)

Sets year. Year must be 2 digit integer value.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int