AustralianPostParameters

Inheritance: java.lang.Object

public class AustralianPostParameters

AustralianPost barcode parameters.

Methods

MethodDescription
equals(Object arg0)
getAustralianPostEncodingTable()Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"
getAustralianPostShortBarHeight()Short bar’s height of AustralianPost barcode.
getClass()
hashCode()
notify()
notifyAll()
setAustralianPostEncodingTable(CustomerInformationInterpretingType value)Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"
setAustralianPostShortBarHeight(Unit value)Short bar’s height of AustralianPost barcode.
toString()Returns a human-readable string representation of this AustralianPostParameters .
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAustralianPostEncodingTable()

public CustomerInformationInterpretingType getAustralianPostEncodingTable()

Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"

Returns: CustomerInformationInterpretingType

getAustralianPostShortBarHeight()

public Unit getAustralianPostShortBarHeight()

Short bar’s height of AustralianPost barcode.

Returns: Unit

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAustralianPostEncodingTable(CustomerInformationInterpretingType value)

public void setAustralianPostEncodingTable(CustomerInformationInterpretingType value)

Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"

Parameters:

ParameterTypeDescription
valueCustomerInformationInterpretingType

setAustralianPostShortBarHeight(Unit value)

public void setAustralianPostShortBarHeight(Unit value)

Short bar’s height of AustralianPost barcode.

Parameters:

ParameterTypeDescription
valueUnit

toString()

public String toString()

Returns a human-readable string representation of this AustralianPostParameters .

Returns: java.lang.String - A string that represents this AustralianPostParameters .

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int