public class OutputBarcodeType extends Object
Java class for OutputBarcodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputBarcodeType">
<simpleContent>
<extension base="<>TextString">
<attribute name="BarcodeType" type="{}BarcodeTypeTypeCode" default="EAN13" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
barcodeType |
protected String |
value |
| Constructor and Description |
|---|
OutputBarcodeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBarcodeType()
Gets the value of the barcodeType property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setBarcodeType(String value)
Sets the value of the barcodeType property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getBarcodeType()
StringCopyright © 2018. All rights reserved.