Package com.aspose.barcode.generation
Class QrStructuredAppendParameters
- java.lang.Object
-
- com.aspose.barcode.generation.QrStructuredAppendParameters
-
public class QrStructuredAppendParameters extends java.lang.Object
QR structured append parameters.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getParityByte
public byte getParityByte()
Gets the QR structured append mode parity data.
-
setParityByte
public void setParityByte(byte value)
Sets the QR structured append mode parity data.
-
getSequenceIndicator
public int getSequenceIndicator()
Gets the index of the QR structured append mode barcode. Index starts from 0.
-
setSequenceIndicator
public void setSequenceIndicator(int value)
Sets the index of the QR structured append mode barcode. Index starts from 0.
-
getTotalCount
public int getTotalCount()
Gets the QR structured append mode barcodes quantity. Max value is 16.
-
setTotalCount
public void setTotalCount(int value)
Sets the QR structured append mode barcodes quantity. Max value is 16.
-
-