public class MaxiCodeExtendedParameters extends BaseExtendedParameters
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified MaxiCodeExtendedParameters value.
|
int |
getHashCode()
Returns the hash code for this instance.
|
int |
getMaxiCodeMode()
Gets a MaxiCode encode mode.
|
int |
getMaxiCodeStructuredAppendModeBarcodeId()
Gets a MaxiCode barcode id in structured append mode.
|
int |
getMaxiCodeStructuredAppendModeBarcodesCount()
Gets a MaxiCode barcodes count in structured append mode.
|
void |
setMaxiCodeMode(int maxiCodeMode)
Sets a MaxiCode encode mode.
|
void |
setMaxiCodeStructuredAppendModeBarcodeId(int value)
Sets a MaxiCode barcode id in structured append mode.
|
void |
setMaxiCodeStructuredAppendModeBarcodesCount(int value)
Sets a MaxiCode barcodes count in structured append mode.
|
java.lang.String |
toString()
Returns a human-readable string representation of this MaxiCodeExtendedParameters .
|
isEmpty
public int getMaxiCodeMode()
public void setMaxiCodeMode(int maxiCodeMode)
public int getMaxiCodeStructuredAppendModeBarcodeId()
public void setMaxiCodeStructuredAppendModeBarcodeId(int value)
public int getMaxiCodeStructuredAppendModeBarcodesCount()
public void setMaxiCodeStructuredAppendModeBarcodesCount(int value)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- An java.lang.Object value to compare to this instance.public int getHashCode()
public java.lang.String toString()
toString
in class java.lang.Object