Class AztecBarcodeType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseBarcodeType
-
- net.webpdf.wsclient.schema.operation.AztecBarcodeType
-
public class AztecBarcodeType 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 aztec barcode.</p>
Java class for AztecBarcodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AztecBarcodeType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseBarcodeType"> <attribute name="errorCorrection" default="7"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> <maxInclusive value="100"/> </restriction> </simpleType> </attribute> <attribute name="layers" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="-4"/> <maxInclusive value="32"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AztecBarcodeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCorrection()Gets the value of the errorCorrection property.intgetLayers()Gets the value of the layers property.booleanisSetErrorCorrection()booleanisSetLayers()voidsetErrorCorrection(int value)Sets the value of the errorCorrection property.voidsetLayers(int value)Sets the value of the layers property.voidunsetErrorCorrection()voidunsetLayers()-
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
-
-
-
-
Method Detail
-
getErrorCorrection
public int getErrorCorrection()
Gets the value of the errorCorrection property.- Returns:
- possible object is
Integer
-
setErrorCorrection
public void setErrorCorrection(int value)
Sets the value of the errorCorrection property.- Parameters:
value- allowed object isInteger
-
isSetErrorCorrection
public boolean isSetErrorCorrection()
-
unsetErrorCorrection
public void unsetErrorCorrection()
-
getLayers
public int getLayers()
Gets the value of the layers property.- Returns:
- possible object is
Integer
-
setLayers
public void setLayers(int value)
Sets the value of the layers property.- Parameters:
value- allowed object isInteger
-
isSetLayers
public boolean isSetLayers()
-
unsetLayers
public void unsetLayers()
-
-