public class BarcodeSelectionType extends Object
Java class for BarcodeSelectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BarcodeSelectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="scanArea" type="{http://schema.webpdf.de/1.0/operation}RectangleType"/>
</all>
<attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="resolution" default="200">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="pureBarcode" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="gs1" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="tryHarder" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="allowedLengths" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="barcode39CheckDigit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="codabarStartEndDigits" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="upcEanExtensions" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="charset" type="{http://www.w3.org/2001/XMLSchema}string" default="utf-8" />
<attribute name="formats" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
allowedLengths |
protected Boolean |
barcode39CheckDigit |
protected String |
charset |
protected Boolean |
codabarStartEndDigits |
protected String |
formats |
protected Boolean |
gs1 |
protected String |
pages |
protected Boolean |
pureBarcode |
protected Integer |
resolution |
protected RectangleType |
scanArea |
protected Boolean |
tryHarder |
protected String |
upcEanExtensions |
| Constructor and Description |
|---|
BarcodeSelectionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedLengths()
Gets the value of the allowedLengths property.
|
String |
getCharset()
Gets the value of the charset property.
|
String |
getFormats()
Gets the value of the formats property.
|
String |
getPages()
Gets the value of the pages property.
|
int |
getResolution()
Gets the value of the resolution property.
|
RectangleType |
getScanArea()
Gets the value of the scanArea property.
|
String |
getUpcEanExtensions()
Gets the value of the upcEanExtensions property.
|
boolean |
isBarcode39CheckDigit()
Gets the value of the barcode39CheckDigit property.
|
boolean |
isCodabarStartEndDigits()
Gets the value of the codabarStartEndDigits property.
|
boolean |
isGs1()
Gets the value of the gs1 property.
|
boolean |
isPureBarcode()
Gets the value of the pureBarcode property.
|
boolean |
isSetAllowedLengths() |
boolean |
isSetBarcode39CheckDigit() |
boolean |
isSetCharset() |
boolean |
isSetCodabarStartEndDigits() |
boolean |
isSetFormats() |
boolean |
isSetGs1() |
boolean |
isSetPages() |
boolean |
isSetPureBarcode() |
boolean |
isSetResolution() |
boolean |
isSetScanArea() |
boolean |
isSetTryHarder() |
boolean |
isSetUpcEanExtensions() |
boolean |
isTryHarder()
Gets the value of the tryHarder property.
|
void |
setAllowedLengths(String value)
Sets the value of the allowedLengths property.
|
void |
setBarcode39CheckDigit(boolean value)
Sets the value of the barcode39CheckDigit property.
|
void |
setCharset(String value)
Sets the value of the charset property.
|
void |
setCodabarStartEndDigits(boolean value)
Sets the value of the codabarStartEndDigits property.
|
void |
setFormats(String value)
Sets the value of the formats property.
|
void |
setGs1(boolean value)
Sets the value of the gs1 property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
void |
setPureBarcode(boolean value)
Sets the value of the pureBarcode property.
|
void |
setResolution(int value)
Sets the value of the resolution property.
|
void |
setScanArea(RectangleType value)
Sets the value of the scanArea property.
|
void |
setTryHarder(boolean value)
Sets the value of the tryHarder property.
|
void |
setUpcEanExtensions(String value)
Sets the value of the upcEanExtensions property.
|
void |
unsetBarcode39CheckDigit() |
void |
unsetCodabarStartEndDigits() |
void |
unsetGs1() |
void |
unsetPureBarcode() |
void |
unsetResolution() |
void |
unsetTryHarder() |
protected RectangleType scanArea
protected String pages
protected Integer resolution
protected Boolean pureBarcode
protected Boolean gs1
protected Boolean tryHarder
protected String allowedLengths
protected Boolean barcode39CheckDigit
protected Boolean codabarStartEndDigits
protected String upcEanExtensions
protected String charset
protected String formats
public RectangleType getScanArea()
RectangleTypepublic void setScanArea(RectangleType value)
value - allowed object is
RectangleTypepublic boolean isSetScanArea()
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
public int getResolution()
Integerpublic void setResolution(int value)
value - allowed object is
Integerpublic boolean isSetResolution()
public void unsetResolution()
public boolean isPureBarcode()
Booleanpublic void setPureBarcode(boolean value)
value - allowed object is
Booleanpublic boolean isSetPureBarcode()
public void unsetPureBarcode()
public boolean isGs1()
Booleanpublic void setGs1(boolean value)
value - allowed object is
Booleanpublic boolean isSetGs1()
public void unsetGs1()
public boolean isTryHarder()
Booleanpublic void setTryHarder(boolean value)
value - allowed object is
Booleanpublic boolean isSetTryHarder()
public void unsetTryHarder()
public String getAllowedLengths()
Stringpublic void setAllowedLengths(String value)
value - allowed object is
Stringpublic boolean isSetAllowedLengths()
public boolean isBarcode39CheckDigit()
Booleanpublic void setBarcode39CheckDigit(boolean value)
value - allowed object is
Booleanpublic boolean isSetBarcode39CheckDigit()
public void unsetBarcode39CheckDigit()
public boolean isCodabarStartEndDigits()
Booleanpublic void setCodabarStartEndDigits(boolean value)
value - allowed object is
Booleanpublic boolean isSetCodabarStartEndDigits()
public void unsetCodabarStartEndDigits()
public String getUpcEanExtensions()
Stringpublic void setUpcEanExtensions(String value)
value - allowed object is
Stringpublic boolean isSetUpcEanExtensions()
public String getCharset()
Stringpublic void setCharset(String value)
value - allowed object is
Stringpublic boolean isSetCharset()
public String getFormats()
Stringpublic void setFormats(String value)
value - allowed object is
Stringpublic boolean isSetFormats()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.