Class BarcodesType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.barcode.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<BarcodeType>barcode
-
Constructor Summary
Constructors Constructor Description BarcodesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BarcodeType>getBarcode()Gets the value of the barcode property.booleanisSetBarcode()voidunsetBarcode()
-
-
-
Field Detail
-
barcode
protected List<BarcodeType> barcode
-
-
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
setmethod 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()
-
-