Class QrBarcodeType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseBarcodeType
-
- net.webpdf.wsclient.schema.operation.QrBarcodeType
-
public class QrBarcodeType extends BaseBarcodeType
<?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 QR barcode.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected QrCodeErrorCorrectionTypeerrorCorrection
-
Constructor Summary
Constructors Constructor Description QrBarcodeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QrCodeErrorCorrectionTypegetErrorCorrection()Gets the value of the errorCorrection property.booleanisSetErrorCorrection()voidsetErrorCorrection(QrCodeErrorCorrectionType value)Sets the value of the errorCorrection property.-
Methods inherited from class net.webpdf.wsclient.schema.operation.BaseBarcodeType
getCharset, getMargin, getPages, getPosition, getRotation, getValue, isSetCharset, isSetMargin, isSetPages, isSetPosition, isSetRotation, isSetValue, setCharset, setMargin, setPages, setPosition, setRotation, setValue, unsetMargin, unsetRotation
-
-
-
-
Field Detail
-
errorCorrection
protected QrCodeErrorCorrectionType errorCorrection
-
-
Method Detail
-
getErrorCorrection
public QrCodeErrorCorrectionType getErrorCorrection()
Gets the value of the errorCorrection property.- Returns:
- possible object is
QrCodeErrorCorrectionType
-
setErrorCorrection
public void setErrorCorrection(QrCodeErrorCorrectionType value)
Sets the value of the errorCorrection property.- Parameters:
value- allowed object isQrCodeErrorCorrectionType
-
isSetErrorCorrection
public boolean isSetErrorCorrection()
-
-