Class BarcodesType


  • public class BarcodesType
    extends Object

    Java class for barcodes element declaration.

    The following schema fragment specifies the expected content contained within this class.

    
     <element name="barcodes">
       <complexType>
         <complexContent>
           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             <sequence maxOccurs="unbounded">
               <element name="barcode" type="{http://schema.webpdf.de/1.0/extraction/barcode}BarcodeType"/>
             </sequence>
           </restriction>
         </complexContent>
       </complexType>
     </element>
     
    • Constructor Detail

      • BarcodesType

        public BarcodesType()
    • Method Detail

      • getBarcode

        public List<BarcodeType> getBarcode()
        Gets the value of the barcode 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 barcode property.

        For example, to add a new item, do as follows:

            getBarcode().add(newItem);
         

        Objects of the following type(s) are allowed in the list BarcodeType

        Returns:
        The value of the barcode property.
      • isSetBarcode

        public boolean isSetBarcode()
      • unsetBarcode

        public void unsetBarcode()