Class Pdf417BarcodeType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseBarcodeType
-
- net.webpdf.wsclient.schema.operation.Pdf417BarcodeType
-
public class Pdf417BarcodeType 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 PDF417 barcode.</p>
Java class for Pdf417BarcodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Pdf417BarcodeType"> <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="compact" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="compactionMode" type="{http://schema.webpdf.de/1.0/operation}Pdf417CompactionModeType" default="auto" /> <attribute name="dataCodewordsMin"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="dataCodewordsMax"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="symbolsPerCodewordMin"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="symbolsPerCodewordMax"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </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 Booleancompactprotected Pdf417CompactionModeTypecompactionModeprotected IntegerdataCodewordsMaxprotected IntegerdataCodewordsMinprotected IntegererrorCorrectionprotected DataMatrixShapeTypeshapeprotected IntegersymbolsPerCodewordMaxprotected IntegersymbolsPerCodewordMin
-
Constructor Summary
Constructors Constructor Description Pdf417BarcodeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pdf417CompactionModeTypegetCompactionMode()Gets the value of the compactionMode property.intgetDataCodewordsMax()Gets the value of the dataCodewordsMax property.intgetDataCodewordsMin()Gets the value of the dataCodewordsMin property.intgetErrorCorrection()Gets the value of the errorCorrection property.DataMatrixShapeTypegetShape()Gets the value of the shape property.intgetSymbolsPerCodewordMax()Gets the value of the symbolsPerCodewordMax property.intgetSymbolsPerCodewordMin()Gets the value of the symbolsPerCodewordMin property.booleanisCompact()Gets the value of the compact property.booleanisSetCompact()booleanisSetCompactionMode()booleanisSetDataCodewordsMax()booleanisSetDataCodewordsMin()booleanisSetErrorCorrection()booleanisSetShape()booleanisSetSymbolsPerCodewordMax()booleanisSetSymbolsPerCodewordMin()voidsetCompact(boolean value)Sets the value of the compact property.voidsetCompactionMode(Pdf417CompactionModeType value)Sets the value of the compactionMode property.voidsetDataCodewordsMax(int value)Sets the value of the dataCodewordsMax property.voidsetDataCodewordsMin(int value)Sets the value of the dataCodewordsMin property.voidsetErrorCorrection(int value)Sets the value of the errorCorrection property.voidsetShape(DataMatrixShapeType value)Sets the value of the shape property.voidsetSymbolsPerCodewordMax(int value)Sets the value of the symbolsPerCodewordMax property.voidsetSymbolsPerCodewordMin(int value)Sets the value of the symbolsPerCodewordMin property.voidunsetCompact()voidunsetDataCodewordsMax()voidunsetDataCodewordsMin()voidunsetErrorCorrection()voidunsetSymbolsPerCodewordMax()voidunsetSymbolsPerCodewordMin()-
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
-
compact
protected Boolean compact
-
compactionMode
protected Pdf417CompactionModeType compactionMode
-
dataCodewordsMin
protected Integer dataCodewordsMin
-
dataCodewordsMax
protected Integer dataCodewordsMax
-
symbolsPerCodewordMin
protected Integer symbolsPerCodewordMin
-
symbolsPerCodewordMax
protected Integer symbolsPerCodewordMax
-
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()
-
isCompact
public boolean isCompact()
Gets the value of the compact property.- Returns:
- possible object is
Boolean
-
setCompact
public void setCompact(boolean value)
Sets the value of the compact property.- Parameters:
value- allowed object isBoolean
-
isSetCompact
public boolean isSetCompact()
-
unsetCompact
public void unsetCompact()
-
getCompactionMode
public Pdf417CompactionModeType getCompactionMode()
Gets the value of the compactionMode property.- Returns:
- possible object is
Pdf417CompactionModeType
-
setCompactionMode
public void setCompactionMode(Pdf417CompactionModeType value)
Sets the value of the compactionMode property.- Parameters:
value- allowed object isPdf417CompactionModeType
-
isSetCompactionMode
public boolean isSetCompactionMode()
-
getDataCodewordsMin
public int getDataCodewordsMin()
Gets the value of the dataCodewordsMin property.- Returns:
- possible object is
Integer
-
setDataCodewordsMin
public void setDataCodewordsMin(int value)
Sets the value of the dataCodewordsMin property.- Parameters:
value- allowed object isInteger
-
isSetDataCodewordsMin
public boolean isSetDataCodewordsMin()
-
unsetDataCodewordsMin
public void unsetDataCodewordsMin()
-
getDataCodewordsMax
public int getDataCodewordsMax()
Gets the value of the dataCodewordsMax property.- Returns:
- possible object is
Integer
-
setDataCodewordsMax
public void setDataCodewordsMax(int value)
Sets the value of the dataCodewordsMax property.- Parameters:
value- allowed object isInteger
-
isSetDataCodewordsMax
public boolean isSetDataCodewordsMax()
-
unsetDataCodewordsMax
public void unsetDataCodewordsMax()
-
getSymbolsPerCodewordMin
public int getSymbolsPerCodewordMin()
Gets the value of the symbolsPerCodewordMin property.- Returns:
- possible object is
Integer
-
setSymbolsPerCodewordMin
public void setSymbolsPerCodewordMin(int value)
Sets the value of the symbolsPerCodewordMin property.- Parameters:
value- allowed object isInteger
-
isSetSymbolsPerCodewordMin
public boolean isSetSymbolsPerCodewordMin()
-
unsetSymbolsPerCodewordMin
public void unsetSymbolsPerCodewordMin()
-
getSymbolsPerCodewordMax
public int getSymbolsPerCodewordMax()
Gets the value of the symbolsPerCodewordMax property.- Returns:
- possible object is
Integer
-
setSymbolsPerCodewordMax
public void setSymbolsPerCodewordMax(int value)
Sets the value of the symbolsPerCodewordMax property.- Parameters:
value- allowed object isInteger
-
isSetSymbolsPerCodewordMax
public boolean isSetSymbolsPerCodewordMax()
-
unsetSymbolsPerCodewordMax
public void unsetSymbolsPerCodewordMax()
-
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()
-
-