public class AustraliaPostSettings
extends java.lang.Object
Constructor and Description |
---|
AustraliaPostSettings()
AustraliaPostSettings constructor
|
AustraliaPostSettings(AustraliaPostSettings settings)
AustraliaPostSettings copy constructor
|
Modifier and Type | Method and Description |
---|---|
AustraliaPostCustomerInformationDecoder |
getCustomerInformationDecoder()
Public interface for Customer Information Field decoding which is used in AustraliaPost symbology.
|
CustomerInformationInterpretingType |
getCustomerInformationInterpretingType()
Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER.
|
boolean |
getIgnoreEndingFillingPatternsForCTable()
The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method.
|
void |
setCustomerInformationDecoder(AustraliaPostCustomerInformationDecoder value)
Public interface for Customer Information Field decoding which is used in AustraliaPost symbology.
|
void |
setCustomerInformationInterpretingType(CustomerInformationInterpretingType value)
Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER.
|
void |
setIgnoreEndingFillingPatternsForCTable(boolean value) |
public AustraliaPostSettings()
public AustraliaPostSettings(AustraliaPostSettings settings)
settings
- The source of the datapublic CustomerInformationInterpretingType getCustomerInformationInterpretingType()
public void setCustomerInformationInterpretingType(CustomerInformationInterpretingType value)
value
- The interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCodepublic boolean getIgnoreEndingFillingPatternsForCTable()
public void setIgnoreEndingFillingPatternsForCTable(boolean value)
public AustraliaPostCustomerInformationDecoder getCustomerInformationDecoder()
public void setCustomerInformationDecoder(AustraliaPostCustomerInformationDecoder value)