Class QrSwissPaymentBarcodeType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected QrSwissPaymentContentTypecontentprotected Integerdpiprotected QrSwissPaymentFormatTypeformatprotected QrSwissPaymentLanguageTypelanguageprotected QrSwissPaymentPdfTypepdfprotected RectangleTypepositionprotected QrSwissPaymentSeparatorTypeseparator
-
Constructor Summary
Constructors Constructor Description QrSwissPaymentBarcodeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QrSwissPaymentContentTypegetContent()Gets the value of the content property.intgetDpi()Gets the value of the dpi property.QrSwissPaymentFormatTypegetFormat()Gets the value of the format property.QrSwissPaymentLanguageTypegetLanguage()Gets the value of the language property.QrSwissPaymentPdfTypegetPdf()Gets the value of the pdf property.RectangleTypegetPosition()Gets the value of the position property.QrSwissPaymentSeparatorTypegetSeparator()Gets the value of the separator property.booleanisSetContent()booleanisSetDpi()booleanisSetFormat()booleanisSetLanguage()booleanisSetPdf()booleanisSetPosition()booleanisSetSeparator()voidsetContent(QrSwissPaymentContentType value)Sets the value of the content property.voidsetDpi(int value)Sets the value of the dpi property.voidsetFormat(QrSwissPaymentFormatType value)Sets the value of the format property.voidsetLanguage(QrSwissPaymentLanguageType value)Sets the value of the language property.voidsetPdf(QrSwissPaymentPdfType value)Sets the value of the pdf property.voidsetPosition(RectangleType value)Sets the value of the position property.voidsetSeparator(QrSwissPaymentSeparatorType value)Sets the value of the separator property.voidunsetDpi()
-
-
-
Field Detail
-
content
protected QrSwissPaymentContentType content
-
pdf
protected QrSwissPaymentPdfType pdf
-
position
protected RectangleType position
-
format
protected QrSwissPaymentFormatType format
-
language
protected QrSwissPaymentLanguageType language
-
dpi
protected Integer dpi
-
separator
protected QrSwissPaymentSeparatorType separator
-
-
Method Detail
-
getContent
public QrSwissPaymentContentType getContent()
Gets the value of the content property.- Returns:
- possible object is
QrSwissPaymentContentType
-
setContent
public void setContent(QrSwissPaymentContentType value)
Sets the value of the content property.- Parameters:
value- allowed object isQrSwissPaymentContentType
-
isSetContent
public boolean isSetContent()
-
getPdf
public QrSwissPaymentPdfType getPdf()
Gets the value of the pdf property.- Returns:
- possible object is
QrSwissPaymentPdfType
-
setPdf
public void setPdf(QrSwissPaymentPdfType value)
Sets the value of the pdf property.- Parameters:
value- allowed object isQrSwissPaymentPdfType
-
isSetPdf
public boolean isSetPdf()
-
getPosition
public RectangleType getPosition()
Gets the value of the position property.- Returns:
- possible object is
RectangleType
-
setPosition
public void setPosition(RectangleType value)
Sets the value of the position property.- Parameters:
value- allowed object isRectangleType
-
isSetPosition
public boolean isSetPosition()
-
getFormat
public QrSwissPaymentFormatType getFormat()
Gets the value of the format property.- Returns:
- possible object is
QrSwissPaymentFormatType
-
setFormat
public void setFormat(QrSwissPaymentFormatType value)
Sets the value of the format property.- Parameters:
value- allowed object isQrSwissPaymentFormatType
-
isSetFormat
public boolean isSetFormat()
-
getLanguage
public QrSwissPaymentLanguageType getLanguage()
Gets the value of the language property.- Returns:
- possible object is
QrSwissPaymentLanguageType
-
setLanguage
public void setLanguage(QrSwissPaymentLanguageType value)
Sets the value of the language property.- Parameters:
value- allowed object isQrSwissPaymentLanguageType
-
isSetLanguage
public boolean isSetLanguage()
-
getDpi
public int getDpi()
Gets the value of the dpi property.- Returns:
- possible object is
Integer
-
setDpi
public void setDpi(int value)
Sets the value of the dpi property.- Parameters:
value- allowed object isInteger
-
isSetDpi
public boolean isSetDpi()
-
unsetDpi
public void unsetDpi()
-
getSeparator
public QrSwissPaymentSeparatorType getSeparator()
Gets the value of the separator property.- Returns:
- possible object is
QrSwissPaymentSeparatorType
-
setSeparator
public void setSeparator(QrSwissPaymentSeparatorType value)
Sets the value of the separator property.- Parameters:
value- allowed object isQrSwissPaymentSeparatorType
-
isSetSeparator
public boolean isSetSeparator()
-
-