public class DataMatrixBarcodeType extends BaseBarcodeType
Java class for DataMatrixBarcodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataMatrixBarcodeType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseBarcodeType">
<attribute name="errorCorrection" default="2">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
<maxInclusive value="8"/>
</restriction>
</simpleType>
</attribute>
<attribute name="shape" type="{http://schema.webpdf.de/1.0/operation}DataMatrixShapeType" default="default" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
errorCorrection |
protected DataMatrixShapeType |
shape |
| Constructor and Description |
|---|
DataMatrixBarcodeType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCorrection()
Gets the value of the errorCorrection property.
|
DataMatrixShapeType |
getShape()
Gets the value of the shape property.
|
boolean |
isSetErrorCorrection() |
boolean |
isSetShape() |
void |
setErrorCorrection(int value)
Sets the value of the errorCorrection property.
|
void |
setShape(DataMatrixShapeType value)
Sets the value of the shape property.
|
void |
unsetErrorCorrection() |
getCharset, getMargin, getPages, getPosition, getRotation, getValue, isSetCharset, isSetMargin, isSetPages, isSetPosition, isSetRotation, isSetValue, setCharset, setMargin, setPages, setPosition, setRotation, setValue, unsetMargin, unsetRotationprotected Integer errorCorrection
protected DataMatrixShapeType shape
public int getErrorCorrection()
Integerpublic void setErrorCorrection(int value)
value - allowed object is
Integerpublic boolean isSetErrorCorrection()
public void unsetErrorCorrection()
public DataMatrixShapeType getShape()
DataMatrixShapeTypepublic void setShape(DataMatrixShapeType value)
value - allowed object is
DataMatrixShapeTypepublic boolean isSetShape()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.