Class QrSwissPaymentPdfType


  • public class QrSwissPaymentPdfType
    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">Used to position the barcode in a PDF document.</p>
     

    Java class for QrSwissPaymentPdfType complex type.

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

    
     <complexType name="QrSwissPaymentPdfType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="page" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
           <attribute name="mode" type="{http://schema.webpdf.de/1.0/operation}QrSwissPaymentPdfModeType" default="appendAtEnd" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • QrSwissPaymentPdfType

        public QrSwissPaymentPdfType()
    • Method Detail

      • getPage

        public int getPage()
        Gets the value of the page property.
        Returns:
        possible object is Integer
      • setPage

        public void setPage​(int value)
        Sets the value of the page property.
        Parameters:
        value - allowed object is Integer
      • isSetPage

        public boolean isSetPage()
      • unsetPage

        public void unsetPage()
      • isSetMode

        public boolean isSetMode()