public class Pdf417BarcodeType extends BaseBarcodeType
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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
compact |
protected Pdf417CompactionModeType |
compactionMode |
protected Integer |
dataCodewordsMax |
protected Integer |
dataCodewordsMin |
protected Integer |
errorCorrection |
protected DataMatrixShapeType |
shape |
protected Integer |
symbolsPerCodewordMax |
protected Integer |
symbolsPerCodewordMin |
| Constructor and Description |
|---|
Pdf417BarcodeType() |
| Modifier and Type | Method and Description |
|---|---|
Pdf417CompactionModeType |
getCompactionMode()
Gets the value of the compactionMode property.
|
int |
getDataCodewordsMax()
Gets the value of the dataCodewordsMax property.
|
int |
getDataCodewordsMin()
Gets the value of the dataCodewordsMin property.
|
int |
getErrorCorrection()
Gets the value of the errorCorrection property.
|
DataMatrixShapeType |
getShape()
Gets the value of the shape property.
|
int |
getSymbolsPerCodewordMax()
Gets the value of the symbolsPerCodewordMax property.
|
int |
getSymbolsPerCodewordMin()
Gets the value of the symbolsPerCodewordMin property.
|
boolean |
isCompact()
Gets the value of the compact property.
|
boolean |
isSetCompact() |
boolean |
isSetCompactionMode() |
boolean |
isSetDataCodewordsMax() |
boolean |
isSetDataCodewordsMin() |
boolean |
isSetErrorCorrection() |
boolean |
isSetShape() |
boolean |
isSetSymbolsPerCodewordMax() |
boolean |
isSetSymbolsPerCodewordMin() |
void |
setCompact(boolean value)
Sets the value of the compact property.
|
void |
setCompactionMode(Pdf417CompactionModeType value)
Sets the value of the compactionMode property.
|
void |
setDataCodewordsMax(int value)
Sets the value of the dataCodewordsMax property.
|
void |
setDataCodewordsMin(int value)
Sets the value of the dataCodewordsMin property.
|
void |
setErrorCorrection(int value)
Sets the value of the errorCorrection property.
|
void |
setShape(DataMatrixShapeType value)
Sets the value of the shape property.
|
void |
setSymbolsPerCodewordMax(int value)
Sets the value of the symbolsPerCodewordMax property.
|
void |
setSymbolsPerCodewordMin(int value)
Sets the value of the symbolsPerCodewordMin property.
|
void |
unsetCompact() |
void |
unsetDataCodewordsMax() |
void |
unsetDataCodewordsMin() |
void |
unsetErrorCorrection() |
void |
unsetSymbolsPerCodewordMax() |
void |
unsetSymbolsPerCodewordMin() |
getCharset, getMargin, getPages, getPosition, getRotation, getValue, isSetCharset, isSetMargin, isSetPages, isSetPosition, isSetRotation, isSetValue, setCharset, setMargin, setPages, setPosition, setRotation, setValue, unsetMargin, unsetRotationprotected Integer errorCorrection
protected Boolean compact
protected Pdf417CompactionModeType compactionMode
protected Integer dataCodewordsMin
protected Integer dataCodewordsMax
protected Integer symbolsPerCodewordMin
protected Integer symbolsPerCodewordMax
protected DataMatrixShapeType shape
public int getErrorCorrection()
Integerpublic void setErrorCorrection(int value)
value - allowed object is
Integerpublic boolean isSetErrorCorrection()
public void unsetErrorCorrection()
public boolean isCompact()
Booleanpublic void setCompact(boolean value)
value - allowed object is
Booleanpublic boolean isSetCompact()
public void unsetCompact()
public Pdf417CompactionModeType getCompactionMode()
Pdf417CompactionModeTypepublic void setCompactionMode(Pdf417CompactionModeType value)
value - allowed object is
Pdf417CompactionModeTypepublic boolean isSetCompactionMode()
public int getDataCodewordsMin()
Integerpublic void setDataCodewordsMin(int value)
value - allowed object is
Integerpublic boolean isSetDataCodewordsMin()
public void unsetDataCodewordsMin()
public int getDataCodewordsMax()
Integerpublic void setDataCodewordsMax(int value)
value - allowed object is
Integerpublic boolean isSetDataCodewordsMax()
public void unsetDataCodewordsMax()
public int getSymbolsPerCodewordMin()
Integerpublic void setSymbolsPerCodewordMin(int value)
value - allowed object is
Integerpublic boolean isSetSymbolsPerCodewordMin()
public void unsetSymbolsPerCodewordMin()
public int getSymbolsPerCodewordMax()
Integerpublic void setSymbolsPerCodewordMax(int value)
value - allowed object is
Integerpublic boolean isSetSymbolsPerCodewordMax()
public void unsetSymbolsPerCodewordMax()
public DataMatrixShapeType getShape()
DataMatrixShapeTypepublic void setShape(DataMatrixShapeType value)
value - allowed object is
DataMatrixShapeTypepublic boolean isSetShape()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.