Class BarcodeSelectionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BarcodeSelectionType
-
public class BarcodeSelectionType extends Object
<?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">This section is used to control the recognition process and configure settings that apply only to specific barcode types.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringallowedLengthsprotected Booleanbarcode39CheckDigitprotected Stringcharsetprotected BooleancodabarStartEndDigitsprotected Stringformatsprotected Booleangs1protected Stringpagesprotected BooleanpureBarcodeprotected Integerresolutionprotected RectangleTypescanAreaprotected BooleantryHarderprotected StringupcEanExtensions
-
Constructor Summary
Constructors Constructor Description BarcodeSelectionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAllowedLengths()Gets the value of the allowedLengths property.StringgetCharset()Gets the value of the charset property.StringgetFormats()Gets the value of the formats property.StringgetPages()Gets the value of the pages property.intgetResolution()Gets the value of the resolution property.RectangleTypegetScanArea()Gets the value of the scanArea property.StringgetUpcEanExtensions()Gets the value of the upcEanExtensions property.booleanisBarcode39CheckDigit()Gets the value of the barcode39CheckDigit property.booleanisCodabarStartEndDigits()Gets the value of the codabarStartEndDigits property.booleanisGs1()Gets the value of the gs1 property.booleanisPureBarcode()Gets the value of the pureBarcode property.booleanisSetAllowedLengths()booleanisSetBarcode39CheckDigit()booleanisSetCharset()booleanisSetCodabarStartEndDigits()booleanisSetFormats()booleanisSetGs1()booleanisSetPages()booleanisSetPureBarcode()booleanisSetResolution()booleanisSetScanArea()booleanisSetTryHarder()booleanisSetUpcEanExtensions()booleanisTryHarder()Gets the value of the tryHarder property.voidsetAllowedLengths(String value)Sets the value of the allowedLengths property.voidsetBarcode39CheckDigit(boolean value)Sets the value of the barcode39CheckDigit property.voidsetCharset(String value)Sets the value of the charset property.voidsetCodabarStartEndDigits(boolean value)Sets the value of the codabarStartEndDigits property.voidsetFormats(String value)Sets the value of the formats property.voidsetGs1(boolean value)Sets the value of the gs1 property.voidsetPages(String value)Sets the value of the pages property.voidsetPureBarcode(boolean value)Sets the value of the pureBarcode property.voidsetResolution(int value)Sets the value of the resolution property.voidsetScanArea(RectangleType value)Sets the value of the scanArea property.voidsetTryHarder(boolean value)Sets the value of the tryHarder property.voidsetUpcEanExtensions(String value)Sets the value of the upcEanExtensions property.voidunsetBarcode39CheckDigit()voidunsetCodabarStartEndDigits()voidunsetGs1()voidunsetPureBarcode()voidunsetResolution()voidunsetTryHarder()
-
-
-
Field Detail
-
scanArea
protected RectangleType scanArea
-
pages
protected String pages
-
resolution
protected Integer resolution
-
pureBarcode
protected Boolean pureBarcode
-
gs1
protected Boolean gs1
-
tryHarder
protected Boolean tryHarder
-
allowedLengths
protected String allowedLengths
-
barcode39CheckDigit
protected Boolean barcode39CheckDigit
-
codabarStartEndDigits
protected Boolean codabarStartEndDigits
-
upcEanExtensions
protected String upcEanExtensions
-
charset
protected String charset
-
formats
protected String formats
-
-
Method Detail
-
getScanArea
public RectangleType getScanArea()
Gets the value of the scanArea property.- Returns:
- possible object is
RectangleType
-
setScanArea
public void setScanArea(RectangleType value)
Sets the value of the scanArea property.- Parameters:
value- allowed object isRectangleType
-
isSetScanArea
public boolean isSetScanArea()
-
getPages
public String getPages()
Gets the value of the pages property.- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString
-
isSetPages
public boolean isSetPages()
-
getResolution
public int getResolution()
Gets the value of the resolution property.- Returns:
- possible object is
Integer
-
setResolution
public void setResolution(int value)
Sets the value of the resolution property.- Parameters:
value- allowed object isInteger
-
isSetResolution
public boolean isSetResolution()
-
unsetResolution
public void unsetResolution()
-
isPureBarcode
public boolean isPureBarcode()
Gets the value of the pureBarcode property.- Returns:
- possible object is
Boolean
-
setPureBarcode
public void setPureBarcode(boolean value)
Sets the value of the pureBarcode property.- Parameters:
value- allowed object isBoolean
-
isSetPureBarcode
public boolean isSetPureBarcode()
-
unsetPureBarcode
public void unsetPureBarcode()
-
isGs1
public boolean isGs1()
Gets the value of the gs1 property.- Returns:
- possible object is
Boolean
-
setGs1
public void setGs1(boolean value)
Sets the value of the gs1 property.- Parameters:
value- allowed object isBoolean
-
isSetGs1
public boolean isSetGs1()
-
unsetGs1
public void unsetGs1()
-
isTryHarder
public boolean isTryHarder()
Gets the value of the tryHarder property.- Returns:
- possible object is
Boolean
-
setTryHarder
public void setTryHarder(boolean value)
Sets the value of the tryHarder property.- Parameters:
value- allowed object isBoolean
-
isSetTryHarder
public boolean isSetTryHarder()
-
unsetTryHarder
public void unsetTryHarder()
-
getAllowedLengths
public String getAllowedLengths()
Gets the value of the allowedLengths property.- Returns:
- possible object is
String
-
setAllowedLengths
public void setAllowedLengths(String value)
Sets the value of the allowedLengths property.- Parameters:
value- allowed object isString
-
isSetAllowedLengths
public boolean isSetAllowedLengths()
-
isBarcode39CheckDigit
public boolean isBarcode39CheckDigit()
Gets the value of the barcode39CheckDigit property.- Returns:
- possible object is
Boolean
-
setBarcode39CheckDigit
public void setBarcode39CheckDigit(boolean value)
Sets the value of the barcode39CheckDigit property.- Parameters:
value- allowed object isBoolean
-
isSetBarcode39CheckDigit
public boolean isSetBarcode39CheckDigit()
-
unsetBarcode39CheckDigit
public void unsetBarcode39CheckDigit()
-
isCodabarStartEndDigits
public boolean isCodabarStartEndDigits()
Gets the value of the codabarStartEndDigits property.- Returns:
- possible object is
Boolean
-
setCodabarStartEndDigits
public void setCodabarStartEndDigits(boolean value)
Sets the value of the codabarStartEndDigits property.- Parameters:
value- allowed object isBoolean
-
isSetCodabarStartEndDigits
public boolean isSetCodabarStartEndDigits()
-
unsetCodabarStartEndDigits
public void unsetCodabarStartEndDigits()
-
getUpcEanExtensions
public String getUpcEanExtensions()
Gets the value of the upcEanExtensions property.- Returns:
- possible object is
String
-
setUpcEanExtensions
public void setUpcEanExtensions(String value)
Sets the value of the upcEanExtensions property.- Parameters:
value- allowed object isString
-
isSetUpcEanExtensions
public boolean isSetUpcEanExtensions()
-
getCharset
public String getCharset()
Gets the value of the charset property.- Returns:
- possible object is
String
-
setCharset
public void setCharset(String value)
Sets the value of the charset property.- Parameters:
value- allowed object isString
-
isSetCharset
public boolean isSetCharset()
-
getFormats
public String getFormats()
Gets the value of the formats property.- Returns:
- possible object is
String
-
setFormats
public void setFormats(String value)
Sets the value of the formats property.- Parameters:
value- allowed object isString
-
isSetFormats
public boolean isSetFormats()
-
-