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 |
barcode
The Barcode.
|
protected String |
value
The Value.
|
| Constructor and Description |
|---|
OutputBarcode() |
| Modifier and Type | Method and Description |
|---|---|
BarcodeType |
getBarcode()
Gets the value of the barcode property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setBarcode(BarcodeType value)
Sets the value of the barcode property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected BarcodeType barcode
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic BarcodeType getBarcode()
BarcodeTypepublic void setBarcode(BarcodeType value)
value - allowed object is BarcodeTypeCopyright © 2019. All rights reserved.