Class DataMatrixBarcodeType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseBarcodeType
-
- net.webpdf.wsclient.schema.operation.DataMatrixBarcodeType
-
public class DataMatrixBarcodeType 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 DataMatrix barcode.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegererrorCorrectionprotected DataMatrixShapeTypeshape
-
Constructor Summary
Constructors Constructor Description DataMatrixBarcodeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCorrection()Gets the value of the errorCorrection property.DataMatrixShapeTypegetShape()Gets the value of the shape property.booleanisSetErrorCorrection()booleanisSetShape()voidsetErrorCorrection(int value)Sets the value of the errorCorrection property.voidsetShape(DataMatrixShapeType value)Sets the value of the shape property.voidunsetErrorCorrection()-
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 Integer errorCorrection
-
shape
protected DataMatrixShapeType shape
-
-
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()
-
getShape
public DataMatrixShapeType getShape()
Gets the value of the shape property.- Returns:
- possible object is
DataMatrixShapeType
-
setShape
public void setShape(DataMatrixShapeType value)
Sets the value of the shape property.- Parameters:
value- allowed object isDataMatrixShapeType
-
isSetShape
public boolean isSetShape()
-
-