public static class BarcodeType.Add extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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"/>
<element name="qrcode-swiss-payment" type="{http://schema.webpdf.de/1.0/operation}QrSwissPaymentBarcodeType"/>
</choice>
<attribute name="outputFormat" type="{http://schema.webpdf.de/1.0/operation}BarcodeCreateOutputFormatType" default="pdf" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AztecBarcodeType> |
aztec |
protected List<CodabarBarcodeType> |
codabar |
protected List<Code128BarcodeType> |
code128 |
protected List<Code39BarcodeType> |
code39 |
protected List<DataMatrixBarcodeType> |
datamatrix |
protected List<Ean13BarcodeType> |
ean13 |
protected List<Ean8BarcodeType> |
ean8 |
protected List<ItfBarcodeType> |
itf |
protected BarcodeCreateOutputFormatType |
outputFormat |
protected List<Pdf417BarcodeType> |
pdf417 |
protected List<QrBarcodeType> |
qrcode |
protected List<QrSwissPaymentBarcodeType> |
qrcodeSwissPayment |
protected List<UpcaBarcodeType> |
upca |
| Constructor and Description |
|---|
Add() |
| Modifier and Type | Method and Description |
|---|---|
List<AztecBarcodeType> |
getAztec()
Gets the value of the aztec property.
|
List<CodabarBarcodeType> |
getCodabar()
Gets the value of the codabar property.
|
List<Code128BarcodeType> |
getCode128()
Gets the value of the code128 property.
|
List<Code39BarcodeType> |
getCode39()
Gets the value of the code39 property.
|
List<DataMatrixBarcodeType> |
getDatamatrix()
Gets the value of the datamatrix property.
|
List<Ean13BarcodeType> |
getEan13()
Gets the value of the ean13 property.
|
List<Ean8BarcodeType> |
getEan8()
Gets the value of the ean8 property.
|
List<ItfBarcodeType> |
getItf()
Gets the value of the itf property.
|
BarcodeCreateOutputFormatType |
getOutputFormat()
Gets the value of the outputFormat property.
|
List<Pdf417BarcodeType> |
getPdf417()
Gets the value of the pdf417 property.
|
List<QrBarcodeType> |
getQrcode()
Gets the value of the qrcode property.
|
List<QrSwissPaymentBarcodeType> |
getQrcodeSwissPayment()
Gets the value of the qrcodeSwissPayment property.
|
List<UpcaBarcodeType> |
getUpca()
Gets the value of the upca property.
|
boolean |
isSetOutputFormat() |
void |
setOutputFormat(BarcodeCreateOutputFormatType value)
Sets the value of the outputFormat property.
|
protected List<AztecBarcodeType> aztec
protected List<CodabarBarcodeType> codabar
protected List<Code128BarcodeType> code128
protected List<Code39BarcodeType> code39
protected List<DataMatrixBarcodeType> datamatrix
protected List<Ean13BarcodeType> ean13
protected List<Ean8BarcodeType> ean8
protected List<ItfBarcodeType> itf
protected List<Pdf417BarcodeType> pdf417
protected List<QrBarcodeType> qrcode
protected List<UpcaBarcodeType> upca
protected List<QrSwissPaymentBarcodeType> qrcodeSwissPayment
protected BarcodeCreateOutputFormatType outputFormat
public List<AztecBarcodeType> getAztec()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the aztec property.
For example, to add a new item, do as follows:
getAztec().add(newItem);
Objects of the following type(s) are allowed in the list
AztecBarcodeType
public List<CodabarBarcodeType> getCodabar()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the codabar property.
For example, to add a new item, do as follows:
getCodabar().add(newItem);
Objects of the following type(s) are allowed in the list
CodabarBarcodeType
public List<Code128BarcodeType> getCode128()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the code128 property.
For example, to add a new item, do as follows:
getCode128().add(newItem);
Objects of the following type(s) are allowed in the list
Code128BarcodeType
public List<Code39BarcodeType> getCode39()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the code39 property.
For example, to add a new item, do as follows:
getCode39().add(newItem);
Objects of the following type(s) are allowed in the list
Code39BarcodeType
public List<DataMatrixBarcodeType> getDatamatrix()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the datamatrix property.
For example, to add a new item, do as follows:
getDatamatrix().add(newItem);
Objects of the following type(s) are allowed in the list
DataMatrixBarcodeType
public List<Ean13BarcodeType> getEan13()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ean13 property.
For example, to add a new item, do as follows:
getEan13().add(newItem);
Objects of the following type(s) are allowed in the list
Ean13BarcodeType
public List<Ean8BarcodeType> getEan8()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ean8 property.
For example, to add a new item, do as follows:
getEan8().add(newItem);
Objects of the following type(s) are allowed in the list
Ean8BarcodeType
public List<ItfBarcodeType> getItf()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the itf property.
For example, to add a new item, do as follows:
getItf().add(newItem);
Objects of the following type(s) are allowed in the list
ItfBarcodeType
public List<Pdf417BarcodeType> getPdf417()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pdf417 property.
For example, to add a new item, do as follows:
getPdf417().add(newItem);
Objects of the following type(s) are allowed in the list
Pdf417BarcodeType
public List<QrBarcodeType> getQrcode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the qrcode property.
For example, to add a new item, do as follows:
getQrcode().add(newItem);
Objects of the following type(s) are allowed in the list
QrBarcodeType
public List<UpcaBarcodeType> getUpca()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the upca property.
For example, to add a new item, do as follows:
getUpca().add(newItem);
Objects of the following type(s) are allowed in the list
UpcaBarcodeType
public List<QrSwissPaymentBarcodeType> getQrcodeSwissPayment()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the qrcodeSwissPayment property.
For example, to add a new item, do as follows:
getQrcodeSwissPayment().add(newItem);
Objects of the following type(s) are allowed in the list
QrSwissPaymentBarcodeType
public BarcodeCreateOutputFormatType getOutputFormat()
BarcodeCreateOutputFormatTypepublic void setOutputFormat(BarcodeCreateOutputFormatType value)
value - allowed object is
BarcodeCreateOutputFormatTypepublic boolean isSetOutputFormat()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.