public class OutputBarcode extends Object
Java class for OutputBarcode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputBarcode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="BarcodeValue" use="required" type="{}BarcodeValue" />
<attribute name="BarcodeType" type="{}BarcodeType" default="EAN13" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BarcodeType |
barcodeType |
protected String |
barcodeValue |
| Constructor and Description |
|---|
OutputBarcode() |
| Modifier and Type | Method and Description |
|---|---|
BarcodeType |
getBarcodeType()
Gets the value of the barcodeType property.
|
String |
getBarcodeValue()
Gets the value of the barcodeValue property.
|
void |
setBarcodeType(BarcodeType value)
Sets the value of the barcodeType property.
|
void |
setBarcodeValue(String value)
Sets the value of the barcodeValue property.
|
protected String barcodeValue
protected BarcodeType barcodeType
public String getBarcodeValue()
Stringpublic void setBarcodeValue(String value)
value - allowed object is
Stringpublic BarcodeType getBarcodeType()
BarcodeTypepublic void setBarcodeType(BarcodeType value)
value - allowed object is
BarcodeTypeCopyright © 2022. All rights reserved.