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 |
value
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 |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected BarcodeType barcodeType
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic BarcodeType getBarcodeType()
BarcodeTypepublic void setBarcodeType(BarcodeType value)
value - allowed object is BarcodeTypeCopyright © 2019. All rights reserved.