SwissQRCodetext

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.barcode.complexbarcode.IComplexCodetext

public final class SwissQRCodetext implements IComplexCodetext

Class for encoding and decoding the text embedded in the SwissQR code.

Constructors

ConstructorDescription
SwissQRCodetext(SwissQRBill bill)Creates an instance of SwissQRCodetext.
SwissQRCodetext()Creates an instance of SwissQRCodetext.

Methods

MethodDescription
equals(Object arg0)
getBarcodeType()Gets barcode type.
getBill()SwissQR bill data
getClass()
getConstructedCodetext()Construct codetext from SwissQR bill data
hashCode()
initFromString(String constructedCodetext)Initializes Bill with constructed codetext.
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

SwissQRCodetext(SwissQRBill bill)

public SwissQRCodetext(SwissQRBill bill)

Creates an instance of SwissQRCodetext.

Parameters:

ParameterTypeDescription
billSwissQRBillSwissQR bill data

SwissQRCodetext()

public SwissQRCodetext()

Creates an instance of SwissQRCodetext.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBarcodeType()

public BaseEncodeType getBarcodeType()

Gets barcode type.

Returns: BaseEncodeType - Barcode type.

getBill()

public SwissQRBill getBill()

SwissQR bill data

Returns: SwissQRBill

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getConstructedCodetext()

public String getConstructedCodetext()

Construct codetext from SwissQR bill data

Returns: java.lang.String - Constructed codetext

hashCode()

public native int hashCode()

Returns: int

initFromString(String constructedCodetext)

public void initFromString(String constructedCodetext)

Initializes Bill with constructed codetext.

Parameters:

ParameterTypeDescription
constructedCodetextjava.lang.StringConstructed codetext.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

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