public class GS1CompositeBarParameters
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
BaseEncodeType |
getLinearComponentType()
Linear component type
|
TwoDComponentType |
getTwoDComponentType()
2D component type
|
void |
setLinearComponentType(BaseEncodeType value)
Linear component type
|
void |
setTwoDComponentType(TwoDComponentType value)
2D component type
|
java.lang.String |
toString()
Returns a human-readable string representation of this DataBarParameters .
|
public BaseEncodeType getLinearComponentType()
public void setLinearComponentType(BaseEncodeType value)
public TwoDComponentType getTwoDComponentType()
public void setTwoDComponentType(TwoDComponentType value)
public java.lang.String toString()
toString
in class java.lang.Object