MaxiCodeStandartSecondMessage

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

public class MaxiCodeStandartSecondMessage extends MaxiCodeSecondMessage

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

Constructors

ConstructorDescription
MaxiCodeStandartSecondMessage()

Methods

MethodDescription
equals(Object obj)Returns a value indicating whether this instance is equal to a specified value.
getClass()
getHashCode()Returns the hash code for this instance.
getMessage()Gets second message
hashCode()
notify()
notifyAll()
setMessage(String value)Sets second message
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MaxiCodeStandartSecondMessage()

public MaxiCodeStandartSecondMessage()

equals(Object obj)

public boolean equals(Object obj)

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

Parameters:

ParameterTypeDescription
objjava.lang.ObjectAn 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.

getMessage()

public String getMessage()

Gets second message

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setMessage(String value)

public void setMessage(String value)

Sets second message

Parameters:

ParameterTypeDescription
valuejava.lang.String

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