public class BarcodeType extends Object
Java class for BarcodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BarcodeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="add">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="aztec" type="{http://schema.webpdf.de/1.0/operation}AztecBarcodeType"/>
<element name="codabar" type="{http://schema.webpdf.de/1.0/operation}CodabarBarcodeType"/>
<element name="code128" type="{http://schema.webpdf.de/1.0/operation}Code128BarcodeType"/>
<element name="code39" type="{http://schema.webpdf.de/1.0/operation}Code39BarcodeType"/>
<element name="datamatrix" type="{http://schema.webpdf.de/1.0/operation}DataMatrixBarcodeType"/>
<element name="ean13" type="{http://schema.webpdf.de/1.0/operation}Ean13BarcodeType"/>
<element name="ean8" type="{http://schema.webpdf.de/1.0/operation}Ean8BarcodeType"/>
<element name="itf" type="{http://schema.webpdf.de/1.0/operation}ItfBarcodeType"/>
<element name="pdf417" type="{http://schema.webpdf.de/1.0/operation}Pdf417BarcodeType"/>
<element name="qrcode" type="{http://schema.webpdf.de/1.0/operation}QrBarcodeType"/>
<element name="upca" type="{http://schema.webpdf.de/1.0/operation}UpcaBarcodeType"/>
</choice>
<attribute name="outputFormat" type="{http://schema.webpdf.de/1.0/operation}BarcodeCreateOutputFormatType" default="pdf" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="detect">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="selection" type="{http://schema.webpdf.de/1.0/operation}BarcodeSelectionType"/>
</choice>
<attribute name="outputFormat" type="{http://schema.webpdf.de/1.0/operation}BarcodeDetectOutputFormatType" default="json" />
<attribute name="inputFormat" type="{http://schema.webpdf.de/1.0/operation}BarcodeDetectInputFormatType" default="pdf" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BarcodeType.Add
Java class for anonymous complex type.
|
static class |
BarcodeType.Detect
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected BarcodeType.Add |
add |
protected BarcodeType.Detect |
detect |
| Constructor and Description |
|---|
BarcodeType() |
| Modifier and Type | Method and Description |
|---|---|
BarcodeType.Add |
getAdd()
Gets the value of the add property.
|
BarcodeType.Detect |
getDetect()
Gets the value of the detect property.
|
boolean |
isSetAdd() |
boolean |
isSetDetect() |
void |
setAdd(BarcodeType.Add value)
Sets the value of the add property.
|
void |
setDetect(BarcodeType.Detect value)
Sets the value of the detect property.
|
protected BarcodeType.Add add
protected BarcodeType.Detect detect
public BarcodeType.Add getAdd()
BarcodeType.Addpublic void setAdd(BarcodeType.Add value)
value - allowed object is
BarcodeType.Addpublic boolean isSetAdd()
public BarcodeType.Detect getDetect()
BarcodeType.Detectpublic void setDetect(BarcodeType.Detect value)
value - allowed object is
BarcodeType.Detectpublic boolean isSetDetect()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.