Class QrSwissPaymentContentType

  • All Implemented Interfaces:
    FileDataType<byte[]>

    public class QrSwissPaymentContentType
    extends Object
    implements FileDataType<byte[]>
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p115207_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p454012_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p642845_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select the content encoded in the barcode.</p>
     

    Java class for QrSwissPaymentContentType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="QrSwissPaymentContentType">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
           <attGroup ref="{http://schema.webpdf.de/1.0/operation}FileDataGroup"/>
           <attribute name="format" type="{http://schema.webpdf.de/1.0/operation}QrSwissPaymentContentFormatType" default="json" />
         </extension>
       </simpleContent>
     </complexType>