public class AztecBarcodeType extends BaseBarcodeType
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>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
errorCorrection |
protected Integer |
layers |
| Constructor and Description |
|---|
AztecBarcodeType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCorrection()
Gets the value of the errorCorrection property.
|
int |
getLayers()
Gets the value of the layers property.
|
boolean |
isSetErrorCorrection() |
boolean |
isSetLayers() |
void |
setErrorCorrection(int value)
Sets the value of the errorCorrection property.
|
void |
setLayers(int value)
Sets the value of the layers property.
|
void |
unsetErrorCorrection() |
void |
unsetLayers() |
getCharset, getMargin, getPages, getPosition, getRotation, getValue, isSetCharset, isSetMargin, isSetPages, isSetPosition, isSetRotation, isSetValue, setCharset, setMargin, setPages, setPosition, setRotation, setValue, unsetMargin, unsetRotationpublic int getErrorCorrection()
Integerpublic void setErrorCorrection(int value)
value - allowed object is
Integerpublic boolean isSetErrorCorrection()
public void unsetErrorCorrection()
public int getLayers()
Integerpublic void setLayers(int value)
value - allowed object is
Integerpublic boolean isSetLayers()
public void unsetLayers()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.