com.aspose.barcode.complexbarcode

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 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 interface IComplexCodetext
        Returns:
        Constructed codetext
      • initFromString

        public void initFromString(java.lang.String constructedCodetext)

        Initializes Bill with constructed codetext.

        Specified by:
        initFromString in interface IComplexCodetext
        Parameters:
        constructedCodetext - Constructed codetext.