public class BarcodeDetails extends Object implements 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 String |
barcodeVersion |
protected String |
errorCorrectionLevel |
protected Integer |
xCells |
protected Integer |
yCells |
| Constructor and Description |
|---|
BarcodeDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBarcodeVersion()
Gets the value of the barcodeVersion property.
|
String |
getErrorCorrectionLevel()
Gets the value of the errorCorrectionLevel property.
|
Integer |
getXCells()
Gets the value of the xCells property.
|
Integer |
getYCells()
Gets the value of the yCells property.
|
void |
setBarcodeVersion(String value)
Sets the value of the barcodeVersion property.
|
void |
setErrorCorrectionLevel(String value)
Sets the value of the errorCorrectionLevel property.
|
void |
setXCells(Integer value)
Sets the value of the xCells property.
|
void |
setYCells(Integer value)
Sets the value of the yCells property.
|
protected String barcodeVersion
protected Integer xCells
protected String errorCorrectionLevel
protected Integer yCells
public String getBarcodeVersion()
Stringpublic void setBarcodeVersion(String value)
value - allowed object is
Stringpublic Integer getXCells()
Integerpublic void setXCells(Integer value)
value - allowed object is
Integerpublic String getErrorCorrectionLevel()
Stringpublic void setErrorCorrectionLevel(String value)
value - allowed object is
Stringpublic Integer getYCells()
IntegerCopyright © 2012. All Rights Reserved.