public class AustralianPostParameters
extends java.lang.Object
AustralianPost barcode parameters.
Modifier and Type | Method and Description |
---|---|
CustomerInformationInterpretingType |
getAustralianPostEncodingTable()
Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"
|
Unit |
getAustralianPostShortBarHeight()
Short bar's height of AustralianPost barcode.
|
void |
setAustralianPostEncodingTable(CustomerInformationInterpretingType value)
Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"
|
void |
setAustralianPostShortBarHeight(Unit value)
Short bar's height of AustralianPost barcode.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
AustralianPostParameters . |
public Unit getAustralianPostShortBarHeight()
Short bar's height of AustralianPost barcode.
public void setAustralianPostShortBarHeight(Unit value)
Short bar's height of AustralianPost barcode.
public CustomerInformationInterpretingType getAustralianPostEncodingTable()
Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"
public void setAustralianPostEncodingTable(CustomerInformationInterpretingType value)
Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"
public java.lang.String toString()
Returns a human-readable string representation of this AustralianPostParameters
.
toString
in class java.lang.Object
AustralianPostParameters
.