public class Code128DataPortion
extends java.lang.Object
Contains the data of subtype for Code128 type barcode
Constructor and Description |
---|
Code128DataPortion(int code128SubType,
java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
int |
getCode128SubType()
Gets the type of Code128 subset
|
java.lang.String |
getData()
Gets the part of code text related to subtype.
|
void |
setCode128SubType(int value)
Gets the type of Code128 subset
|
void |
setData(java.lang.String value)
Gets the part of code text related to subtype.
|
public Code128DataPortion(int code128SubType, java.lang.String data)
public final java.lang.String getData()
Gets the part of code text related to subtype.
public final void setData(java.lang.String value)
Gets the part of code text related to subtype.
public final int getCode128SubType()
Gets the type of Code128 subset
public final void setCode128SubType(int value)
Gets the type of Code128 subset