SwissQRCodetext
Contents
[
Hide
]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
Constructor | Description |
---|---|
SwissQRCodetext(SwissQRBill bill) | Creates an instance of SwissQRCodetext. |
SwissQRCodetext() | Creates an instance of SwissQRCodetext. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
bill | SwissQRBill | SwissQR bill data |
SwissQRCodetext()
public SwissQRCodetext()
Creates an instance of SwissQRCodetext.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
constructedCodetext | java.lang.String | Constructed 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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |