PostalParameters

Inheritance: java.lang.Object

public class PostalParameters

Postal parameters. Used for Postnet, Planet.

Methods

MethodDescription
equals(Object arg0)
getClass()
getPostalShortBarHeight()Short bar’s height of Postal barcodes.
hashCode()
notify()
notifyAll()
setPostalShortBarHeight(Unit value)Short bar’s height of Postal barcodes.
toString()Returns a human-readable string representation of this PostalParameters .
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getPostalShortBarHeight()

public Unit getPostalShortBarHeight()

Short bar’s height of Postal barcodes.

Returns: Unit

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setPostalShortBarHeight(Unit value)

public void setPostalShortBarHeight(Unit value)

Short bar’s height of Postal barcodes.

Parameters:

ParameterTypeDescription
valueUnit

toString()

public String toString()

Returns a human-readable string representation of this PostalParameters .

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

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