public class Code128DataPortion
extends java.lang.Object
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)
Sets the type of Code128 subset
|
void |
setData(java.lang.String value)
Sets the part of code text related to subtype.
|
public Code128DataPortion(int code128SubType, java.lang.String data)
public java.lang.String getData()
Gets the part of code text related to subtype.
public void setData(java.lang.String value)
Sets the part of code text related to subtype.
value
- The part of code text related to subtypepublic int getCode128SubType()
Gets the type of Code128 subset
public void setCode128SubType(int value)
Sets the type of Code128 subset
value
- The type of Code128 subset