MaxiCodeStandartSecondMessage
Contents
[
Hide
]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
Constructor | Description |
---|---|
MaxiCodeStandartSecondMessage() |
Methods
Method | Description |
---|---|
equals(Object obj) | Returns a value indicating whether this instance is equal to a specified MaxiCodeStandartSecondMessage 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 MaxiCodeStandartSecondMessage value.
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | An MaxiCodeStandartSecondMessage 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:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |