Class QrSwissPaymentBarcodeType


  • public class QrSwissPaymentBarcodeType
    extends Object
     <?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">A swiss QR payment barcode.</p>
     

    Java class for QrSwissPaymentBarcodeType complex type.

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

    
     <complexType name="QrSwissPaymentBarcodeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="content" type="{http://schema.webpdf.de/1.0/operation}QrSwissPaymentContentType"/>
             <element name="pdf" type="{http://schema.webpdf.de/1.0/operation}QrSwissPaymentPdfType" minOccurs="0"/>
             <element name="position" type="{http://schema.webpdf.de/1.0/operation}RectangleType" minOccurs="0"/>
           </all>
           <attribute name="format" default="codeOnly">
             <simpleType>
               <restriction base="{http://schema.webpdf.de/1.0/operation}QrSwissPaymentFormatType">
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="language" default="de">
             <simpleType>
               <restriction base="{http://schema.webpdf.de/1.0/operation}QrSwissPaymentLanguageType">
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="dpi" type="{http://www.w3.org/2001/XMLSchema}int" default="200" />
           <attribute name="separator" type="{http://schema.webpdf.de/1.0/operation}QrSwissPaymentSeparatorType" default="dashedLineWithScissors" />
         </restriction>
       </complexContent>
     </complexType>