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>
| Modifier and Type | Field and Description |
|---|---|
protected List<BarcodeType> |
barcode |
| Constructor and Description |
|---|
BarcodesType() |
| Modifier and Type | Method and Description |
|---|---|
List<BarcodeType> |
getBarcode()
Gets the value of the barcode property.
|
boolean |
isSetBarcode() |
void |
unsetBarcode() |
protected List<BarcodeType> barcode
public List<BarcodeType> getBarcode()
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 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
public boolean isSetBarcode()
public void unsetBarcode()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.