public class GS1CompositeBarParameters
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
BaseEncodeType |
getLinearComponentType()
Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked
|
TwoDComponentType |
getTwoDComponentType()
2D component type
|
boolean |
isAllowOnlyGS1Encoding()
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component
|
void |
setAllowOnlyGS1Encoding(boolean value)
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component
|
void |
setLinearComponentType(BaseEncodeType value)
Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked
|
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 boolean isAllowOnlyGS1Encoding()
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component
public void setAllowOnlyGS1Encoding(boolean value)
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component
public java.lang.String toString()
toString
in class java.lang.Object