Class SwissQRCodetext
- java.lang.Object
-
- com.aspose.barcode.complexbarcode.SwissQRCodetext
-
- All Implemented Interfaces:
IComplexCodetext
public final class SwissQRCodetext extends java.lang.Object implements IComplexCodetext
Class for encoding and decoding the text embedded in the SwissQR code.
-
-
Constructor Summary
Constructors Constructor Description SwissQRCodetext()
Creates an instance of SwissQRCodetext.SwissQRCodetext(SwissQRBill bill)
Creates an instance of SwissQRCodetext.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseEncodeType
getBarcodeType()
Gets barcode type.SwissQRBill
getBill()
SwissQR bill datajava.lang.String
getConstructedCodetext()
Construct codetext from SwissQR bill datavoid
initFromString(java.lang.String constructedCodetext)
Initializes Bill with constructed codetext.
-
-
-
Constructor Detail
-
SwissQRCodetext
public SwissQRCodetext(SwissQRBill bill)
Creates an instance of SwissQRCodetext.
- Parameters:
bill
- SwissQR bill data
-
SwissQRCodetext
public SwissQRCodetext()
Creates an instance of SwissQRCodetext.
-
-
Method Detail
-
getBill
public SwissQRBill getBill()
SwissQR bill data
-
getConstructedCodetext
public java.lang.String getConstructedCodetext()
Construct codetext from SwissQR bill data
- Specified by:
getConstructedCodetext
in interfaceIComplexCodetext
- Returns:
- Constructed codetext
-
initFromString
public void initFromString(java.lang.String constructedCodetext)
Initializes Bill with constructed codetext.
- Specified by:
initFromString
in interfaceIComplexCodetext
- Parameters:
constructedCodetext
- Constructed codetext.
-
getBarcodeType
public BaseEncodeType getBarcodeType()
Gets barcode type.
- Specified by:
getBarcodeType
in interfaceIComplexCodetext
- Returns:
- Barcode type.
-
-