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">
<simpleContent>
<extension base="TextString">
<attribute name="Barcode" type="{}BarcodeType" default="EAN13" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BarcodeType |
barcodeType
The Barcode.
|
protected String |
barcodeValue
The Value.
|
| Constructor and Description |
|---|
OutputBarcode() |
| Modifier and Type | Method and Description |
|---|---|
BarcodeType |
getBarcodeType()
Gets the value of the barcodeType property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setBarcodeType(BarcodeType value)
Sets the value of the barcodeType property.
|
void |
setBarcodeValue(String barcodeValue)
Sets the value of the barcodeValue property.
|
protected String barcodeValue
protected BarcodeType barcodeType
public String getValue()
Stringpublic void setBarcodeValue(String barcodeValue)
barcodeValue - allowed object is Stringpublic BarcodeType getBarcodeType()
BarcodeTypepublic void setBarcodeType(BarcodeType value)
value - allowed object is BarcodeTypeCopyright © 2020. All rights reserved.