Class 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>
     
    • Constructor Detail

      • Add

        public Add()
    • 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 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

        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 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

        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 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

        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 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

        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 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

        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 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

        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 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

        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 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

        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 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

        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 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

        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 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

        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 set method 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.
      • isSetOutputFormat

        public boolean isSetOutputFormat()