public class QrStructuredAppendParameters
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
byte |
getParityByte()
Gets the QR structured append mode parity data.
|
int |
getSequenceIndicator()
Gets the index of the QR structured append mode barcode.
|
int |
getTotalCount()
Gets the QR structured append mode barcodes quantity.
|
void |
setParityByte(byte value)
Sets the QR structured append mode parity data.
|
void |
setSequenceIndicator(int value)
Sets the index of the QR structured append mode barcode.
|
void |
setTotalCount(int value)
Sets the QR structured append mode barcodes quantity.
|
public byte getParityByte()
public void setParityByte(byte value)
public int getSequenceIndicator()
public void setSequenceIndicator(int value)
public int getTotalCount()
public void setTotalCount(int value)