Class BarcodeType.Add
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BarcodeType.Add
-
- Enclosing class:
- BarcodeType
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="qrswiss" 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AztecBarcodeType>aztecprotected List<CodabarBarcodeType>codabarprotected List<Code128BarcodeType>code128protected List<Code39BarcodeType>code39protected List<DataMatrixBarcodeType>datamatrixprotected List<Ean13BarcodeType>ean13protected List<Ean8BarcodeType>ean8protected List<ItfBarcodeType>itfprotected BarcodeCreateOutputFormatTypeoutputFormat<?protected List<Pdf417BarcodeType>pdf417protected List<QrBarcodeType>qrcodeprotected List<QrSwissPaymentBarcodeType>qrswissprotected List<UpcaBarcodeType>upca
-
Constructor Summary
Constructors Constructor Description Add()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.BarcodeCreateOutputFormatTypegetOutputFormat()<?List<Pdf417BarcodeType>getPdf417()Gets the value of the pdf417 property.List<QrBarcodeType>getQrcode()Gets the value of the qrcode property.List<QrSwissPaymentBarcodeType>getQrswiss()Gets the value of the qrswiss property.List<UpcaBarcodeType>getUpca()Gets the value of the upca property.booleanisSetAztec()booleanisSetCodabar()booleanisSetCode128()booleanisSetCode39()booleanisSetDatamatrix()booleanisSetEan13()booleanisSetEan8()booleanisSetItf()booleanisSetOutputFormat()booleanisSetPdf417()booleanisSetQrcode()booleanisSetQrswiss()booleanisSetUpca()voidsetOutputFormat(BarcodeCreateOutputFormatType value)Sets the value of the outputFormat property.voidunsetAztec()voidunsetCodabar()voidunsetCode128()voidunsetCode39()voidunsetDatamatrix()voidunsetEan13()voidunsetEan8()voidunsetItf()voidunsetPdf417()voidunsetQrcode()voidunsetQrswiss()voidunsetUpca()
-
-
-
Field Detail
-
aztec
protected List<AztecBarcodeType> aztec
-
codabar
protected List<CodabarBarcodeType> codabar
-
code128
protected List<Code128BarcodeType> code128
-
code39
protected List<Code39BarcodeType> code39
-
datamatrix
protected List<DataMatrixBarcodeType> datamatrix
-
ean13
protected List<Ean13BarcodeType> ean13
-
ean8
protected List<Ean8BarcodeType> ean8
-
itf
protected List<ItfBarcodeType> itf
-
pdf417
protected List<Pdf417BarcodeType> pdf417
-
qrcode
protected List<QrBarcodeType> qrcode
-
upca
protected List<UpcaBarcodeType> upca
-
qrswiss
protected List<QrSwissPaymentBarcodeType> qrswiss
-
outputFormat
protected BarcodeCreateOutputFormatType outputFormat
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p122528_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p474718_="https://jakarta.ee/xml/ns/jaxb" xmlns:p929760_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the output format for the barcode generation. The resulting document will be created by this webservice, where selected image formats will completly ignore a possibly given PDF source document and will only contain the barcode image. </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:p122528_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p474718_="https://jakarta.ee/xml/ns/jaxb" xmlns:p929760_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b> This parameter is for internal use only. Please only set this value to anything other than "pdf", if you are really sure that you need to do so. </p>
-
-
Method Detail
-
getAztec
public List<AztecBarcodeType> getAztec()
Gets the value of the aztec property.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
setmethod 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- Returns:
- The value of the aztec property.
-
isSetAztec
public boolean isSetAztec()
-
unsetAztec
public void unsetAztec()
-
getCodabar
public List<CodabarBarcodeType> getCodabar()
Gets the value of the codabar property.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
setmethod 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- Returns:
- The value of the codabar property.
-
isSetCodabar
public boolean isSetCodabar()
-
unsetCodabar
public void unsetCodabar()
-
getCode128
public List<Code128BarcodeType> getCode128()
Gets the value of the code128 property.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
setmethod 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- Returns:
- The value of the code128 property.
-
isSetCode128
public boolean isSetCode128()
-
unsetCode128
public void unsetCode128()
-
getCode39
public List<Code39BarcodeType> getCode39()
Gets the value of the code39 property.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
setmethod 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- Returns:
- The value of the code39 property.
-
isSetCode39
public boolean isSetCode39()
-
unsetCode39
public void unsetCode39()
-
getDatamatrix
public List<DataMatrixBarcodeType> getDatamatrix()
Gets the value of the datamatrix property.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
setmethod 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- Returns:
- The value of the datamatrix property.
-
isSetDatamatrix
public boolean isSetDatamatrix()
-
unsetDatamatrix
public void unsetDatamatrix()
-
getEan13
public List<Ean13BarcodeType> getEan13()
Gets the value of the ean13 property.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
setmethod 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- Returns:
- The value of the ean13 property.
-
isSetEan13
public boolean isSetEan13()
-
unsetEan13
public void unsetEan13()
-
getEan8
public List<Ean8BarcodeType> getEan8()
Gets the value of the ean8 property.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
setmethod 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- Returns:
- The value of the ean8 property.
-
isSetEan8
public boolean isSetEan8()
-
unsetEan8
public void unsetEan8()
-
getItf
public List<ItfBarcodeType> getItf()
Gets the value of the itf property.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
setmethod 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- Returns:
- The value of the itf property.
-
isSetItf
public boolean isSetItf()
-
unsetItf
public void unsetItf()
-
getPdf417
public List<Pdf417BarcodeType> getPdf417()
Gets the value of the pdf417 property.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
setmethod 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- Returns:
- The value of the pdf417 property.
-
isSetPdf417
public boolean isSetPdf417()
-
unsetPdf417
public void unsetPdf417()
-
getQrcode
public List<QrBarcodeType> getQrcode()
Gets the value of the qrcode property.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
setmethod 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- Returns:
- The value of the qrcode property.
-
isSetQrcode
public boolean isSetQrcode()
-
unsetQrcode
public void unsetQrcode()
-
getUpca
public List<UpcaBarcodeType> getUpca()
Gets the value of the upca property.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
setmethod 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- Returns:
- The value of the upca property.
-
isSetUpca
public boolean isSetUpca()
-
unsetUpca
public void unsetUpca()
-
getQrswiss
public List<QrSwissPaymentBarcodeType> getQrswiss()
Gets the value of the qrswiss property.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
setmethod for the qrswiss property.For example, to add a new item, do as follows:
getQrswiss().add(newItem);
Objects of the following type(s) are allowed in the list
QrSwissPaymentBarcodeType- Returns:
- The value of the qrswiss property.
-
isSetQrswiss
public boolean isSetQrswiss()
-
unsetQrswiss
public void unsetQrswiss()
-
getOutputFormat
public BarcodeCreateOutputFormatType getOutputFormat()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p122528_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p474718_="https://jakarta.ee/xml/ns/jaxb" xmlns:p929760_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the output format for the barcode generation. The resulting document will be created by this webservice, where selected image formats will completly ignore a possibly given PDF source document and will only contain the barcode image. </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:p122528_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p474718_="https://jakarta.ee/xml/ns/jaxb" xmlns:p929760_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b> This parameter is for internal use only. Please only set this value to anything other than "pdf", if you are really sure that you need to do so. </p>- Returns:
- possible object is
BarcodeCreateOutputFormatType
-
setOutputFormat
public void setOutputFormat(BarcodeCreateOutputFormatType value)
Sets the value of the outputFormat property.- Parameters:
value- allowed object isBarcodeCreateOutputFormatType- See Also:
getOutputFormat()
-
isSetOutputFormat
public boolean isSetOutputFormat()
-
-