public class AustralianPostParameters
extends java.lang.Object
AustralianPost barcode parameters.
| Modifier and Type | Method and Description |
|---|---|
CustomerInformationInterpretingType |
getAustralianPostEncodingTable()
Deprecated.
Use EncodingTable instead
|
Unit |
getAustralianPostShortBarHeight()
Deprecated.
Use ShortBarHeight instead
|
CustomerInformationInterpretingType |
getEncodingTable()
Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"
|
Unit |
getShortBarHeight()
Short bar's height of AustralianPost barcode.
|
void |
setAustralianPostEncodingTable(CustomerInformationInterpretingType value)
Deprecated.
Use EncodingTable instead
|
void |
setAustralianPostShortBarHeight(Unit value)
Deprecated.
Use ShortBarHeight instead
|
void |
setEncodingTable(CustomerInformationInterpretingType value)
Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"
|
void |
setShortBarHeight(Unit value)
Short bar's height of AustralianPost barcode.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
AustralianPostParameters. |
public final Unit getShortBarHeight()
Short bar's height of AustralianPost barcode.
public final void setShortBarHeight(Unit value)
Short bar's height of AustralianPost barcode.
@Deprecated public final Unit getAustralianPostShortBarHeight()
Short bar's height of AustralianPost barcode.
@Deprecated public final void setAustralianPostShortBarHeight(Unit value)
Short bar's height of AustralianPost barcode.
public final CustomerInformationInterpretingType getEncodingTable()
Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"
public final void setEncodingTable(CustomerInformationInterpretingType value)
Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"
@Deprecated public final CustomerInformationInterpretingType getAustralianPostEncodingTable()
Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"
@Deprecated public final 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.ObjectAustralianPostParameters.