public class QrSwissPaymentPdfType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected QrSwissPaymentPdfModeType |
mode |
protected Integer |
page |
| Constructor and Description |
|---|
QrSwissPaymentPdfType() |
| Modifier and Type | Method and Description |
|---|---|
QrSwissPaymentPdfModeType |
getMode()
Gets the value of the mode property.
|
int |
getPage()
Gets the value of the page property.
|
boolean |
isSetMode() |
boolean |
isSetPage() |
void |
setMode(QrSwissPaymentPdfModeType value)
Sets the value of the mode property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
unsetPage() |
protected Integer page
protected QrSwissPaymentPdfModeType mode
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
public QrSwissPaymentPdfModeType getMode()
QrSwissPaymentPdfModeTypepublic void setMode(QrSwissPaymentPdfModeType value)
value - allowed object is
QrSwissPaymentPdfModeTypepublic boolean isSetMode()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.