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 BarcodeCreateOutputFormatTypeoutputFormatprotected 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()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>getQrswiss()Gets the value of the qrswiss property.List<UpcaBarcodeType>getUpca()Gets the value of the upca property.booleanisSetOutputFormat()voidsetOutputFormat(BarcodeCreateOutputFormatType value)Sets the value of the outputFormat property.
-
-
-
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
-
-
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 Jakarta XML Binding 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.
-
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 Jakarta XML Binding 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.
-
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 Jakarta XML Binding 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.
-
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 Jakarta XML Binding 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.
-
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 Jakarta XML Binding 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.
-
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 Jakarta XML Binding 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.
-
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 Jakarta XML Binding 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.
-
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 Jakarta XML Binding 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.
-
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 Jakarta XML Binding 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.
-
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 Jakarta XML Binding 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.
-
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 Jakarta XML Binding 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.
-
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 Jakarta XML Binding 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.
-
getOutputFormat
public BarcodeCreateOutputFormatType getOutputFormat()
Gets the value of the outputFormat property.- Returns:
- possible object is
BarcodeCreateOutputFormatType
-
setOutputFormat
public void setOutputFormat(BarcodeCreateOutputFormatType value)
Sets the value of the outputFormat property.- Parameters:
value- allowed object isBarcodeCreateOutputFormatType
-
isSetOutputFormat
public boolean isSetOutputFormat()
-
-