public class QrBarcodeType extends BaseBarcodeType
Java class for QrBarcodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QrBarcodeType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseBarcodeType">
<attribute name="errorCorrection" type="{http://schema.webpdf.de/1.0/operation}QrCodeErrorCorrectionType" default="l" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QrCodeErrorCorrectionType |
errorCorrection |
| Constructor and Description |
|---|
QrBarcodeType() |
| Modifier and Type | Method and Description |
|---|---|
QrCodeErrorCorrectionType |
getErrorCorrection()
Gets the value of the errorCorrection property.
|
boolean |
isSetErrorCorrection() |
void |
setErrorCorrection(QrCodeErrorCorrectionType value)
Sets the value of the errorCorrection property.
|
getCharset, getMargin, getPages, getPosition, getRotation, getValue, isSetCharset, isSetMargin, isSetPages, isSetPosition, isSetRotation, isSetValue, setCharset, setMargin, setPages, setPosition, setRotation, setValue, unsetMargin, unsetRotationprotected QrCodeErrorCorrectionType errorCorrection
public QrCodeErrorCorrectionType getErrorCorrection()
QrCodeErrorCorrectionTypepublic void setErrorCorrection(QrCodeErrorCorrectionType value)
value - allowed object is
QrCodeErrorCorrectionTypepublic boolean isSetErrorCorrection()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.