public class BarcodeDetails
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="BarcodeVersion" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="XCells" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ErrorCorrectionLevel" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="YCells" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
barcodeVersion |
protected java.lang.String |
errorCorrectionLevel |
protected java.lang.Integer |
xCells |
protected java.lang.Integer |
yCells |
| Constructor and Description |
|---|
BarcodeDetails() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBarcodeVersion()
Gets the value of the barcodeVersion property.
|
java.lang.String |
getErrorCorrectionLevel()
Gets the value of the errorCorrectionLevel property.
|
java.lang.Integer |
getXCells()
Gets the value of the xCells property.
|
java.lang.Integer |
getYCells()
Gets the value of the yCells property.
|
void |
setBarcodeVersion(java.lang.String value)
Sets the value of the barcodeVersion property.
|
void |
setErrorCorrectionLevel(java.lang.String value)
Sets the value of the errorCorrectionLevel property.
|
void |
setXCells(java.lang.Integer value)
Sets the value of the xCells property.
|
void |
setYCells(java.lang.Integer value)
Sets the value of the yCells property.
|
protected java.lang.String barcodeVersion
protected java.lang.Integer xCells
protected java.lang.String errorCorrectionLevel
protected java.lang.Integer yCells
public java.lang.String getBarcodeVersion()
Stringpublic void setBarcodeVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getXCells()
Integerpublic void setXCells(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getErrorCorrectionLevel()
Stringpublic void setErrorCorrectionLevel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getYCells()
Integerpublic void setYCells(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.