public class SupplementParameters
extends java.lang.Object
Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSupplementData()
Supplement data following BarCode.
|
Unit |
getSupplementSpace()
Space between main the BarCode and supplement BarCode in
Unit value. |
void |
setSupplementData(java.lang.String value)
Supplement data following BarCode.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
SupplementParameters . |
public java.lang.String getSupplementData()
Supplement data following BarCode.
public void setSupplementData(java.lang.String value)
Supplement data following BarCode.
public Unit getSupplementSpace()
Space between main the BarCode and supplement BarCode in Unit
value.
java.lang.IllegalArgumentException
- <p>The <b>Space</b> parameter value is less than 0.</p>
public java.lang.String toString()
Returns a human-readable string representation of this SupplementParameters
.
toString
in class java.lang.Object
SupplementParameters
.