Class QrSwissPaymentPdfType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected QrSwissPaymentPdfModeTypemodeprotected Integerpage
-
Constructor Summary
Constructors Constructor Description QrSwissPaymentPdfType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QrSwissPaymentPdfModeTypegetMode()Gets the value of the mode property.intgetPage()Gets the value of the page property.booleanisSetMode()booleanisSetPage()voidsetMode(QrSwissPaymentPdfModeType value)Sets the value of the mode property.voidsetPage(int value)Sets the value of the page property.voidunsetPage()
-
-
-
Field Detail
-
page
protected Integer page
-
mode
protected QrSwissPaymentPdfModeType mode
-
-
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 isInteger
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
getMode
public QrSwissPaymentPdfModeType getMode()
Gets the value of the mode property.- Returns:
- possible object is
QrSwissPaymentPdfModeType
-
setMode
public void setMode(QrSwissPaymentPdfModeType value)
Sets the value of the mode property.- Parameters:
value- allowed object isQrSwissPaymentPdfModeType
-
isSetMode
public boolean isSetMode()
-
-