public class QrSwissPaymentBarcodeType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected QrSwissPaymentContentType |
content |
protected Integer |
dpi |
protected QrSwissPaymentFormatType |
format |
protected QrSwissPaymentLanguageType |
language |
protected QrSwissPaymentPdfType |
pdf |
protected RectangleType |
position |
protected QrSwissPaymentSeparatorType |
separator |
| Constructor and Description |
|---|
QrSwissPaymentBarcodeType() |
| Modifier and Type | Method and Description |
|---|---|
QrSwissPaymentContentType |
getContent()
Gets the value of the content property.
|
int |
getDpi()
Gets the value of the dpi property.
|
QrSwissPaymentFormatType |
getFormat()
Gets the value of the format property.
|
QrSwissPaymentLanguageType |
getLanguage()
Gets the value of the language property.
|
QrSwissPaymentPdfType |
getPdf()
Gets the value of the pdf property.
|
RectangleType |
getPosition()
Gets the value of the position property.
|
QrSwissPaymentSeparatorType |
getSeparator()
Gets the value of the separator property.
|
boolean |
isSetContent() |
boolean |
isSetDpi() |
boolean |
isSetFormat() |
boolean |
isSetLanguage() |
boolean |
isSetPdf() |
boolean |
isSetPosition() |
boolean |
isSetSeparator() |
void |
setContent(QrSwissPaymentContentType value)
Sets the value of the content property.
|
void |
setDpi(int value)
Sets the value of the dpi property.
|
void |
setFormat(QrSwissPaymentFormatType value)
Sets the value of the format property.
|
void |
setLanguage(QrSwissPaymentLanguageType value)
Sets the value of the language property.
|
void |
setPdf(QrSwissPaymentPdfType value)
Sets the value of the pdf property.
|
void |
setPosition(RectangleType value)
Sets the value of the position property.
|
void |
setSeparator(QrSwissPaymentSeparatorType value)
Sets the value of the separator property.
|
void |
unsetDpi() |
protected QrSwissPaymentContentType content
protected QrSwissPaymentPdfType pdf
protected RectangleType position
protected QrSwissPaymentFormatType format
protected QrSwissPaymentLanguageType language
protected Integer dpi
protected QrSwissPaymentSeparatorType separator
public QrSwissPaymentContentType getContent()
QrSwissPaymentContentTypepublic void setContent(QrSwissPaymentContentType value)
value - allowed object is
QrSwissPaymentContentTypepublic boolean isSetContent()
public QrSwissPaymentPdfType getPdf()
QrSwissPaymentPdfTypepublic void setPdf(QrSwissPaymentPdfType value)
value - allowed object is
QrSwissPaymentPdfTypepublic boolean isSetPdf()
public RectangleType getPosition()
RectangleTypepublic void setPosition(RectangleType value)
value - allowed object is
RectangleTypepublic boolean isSetPosition()
public QrSwissPaymentFormatType getFormat()
QrSwissPaymentFormatTypepublic void setFormat(QrSwissPaymentFormatType value)
value - allowed object is
QrSwissPaymentFormatTypepublic boolean isSetFormat()
public QrSwissPaymentLanguageType getLanguage()
QrSwissPaymentLanguageTypepublic void setLanguage(QrSwissPaymentLanguageType value)
value - allowed object is
QrSwissPaymentLanguageTypepublic boolean isSetLanguage()
public int getDpi()
Integerpublic void setDpi(int value)
value - allowed object is
Integerpublic boolean isSetDpi()
public void unsetDpi()
public QrSwissPaymentSeparatorType getSeparator()
QrSwissPaymentSeparatorTypepublic void setSeparator(QrSwissPaymentSeparatorType value)
value - allowed object is
QrSwissPaymentSeparatorTypepublic boolean isSetSeparator()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.