public class BarcodeReproParams extends ParameterType implements java.io.Serializable
Java class for BarcodeReproParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BarcodeReproParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Magnification" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ModuleHeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Height" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Masking" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ModuleWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Ratio" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BearerBars" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BarcodeCompParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
barcodeCompParamsRef |
protected java.lang.String |
bearerBars |
protected java.lang.Double |
height |
protected java.lang.Double |
magnification |
protected java.lang.String |
masking |
protected java.lang.Double |
moduleHeight |
protected java.lang.Double |
moduleWidth |
protected java.lang.Double |
ratio |
| Constructor and Description |
|---|
BarcodeReproParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBarcodeCompParamsRef()
Gets the value of the barcodeCompParamsRef property.
|
java.lang.String |
getBearerBars()
Gets the value of the bearerBars property.
|
java.lang.Double |
getHeight()
Gets the value of the height property.
|
java.lang.Double |
getMagnification()
Gets the value of the magnification property.
|
java.lang.String |
getMasking()
Gets the value of the masking property.
|
java.lang.Double |
getModuleHeight()
Gets the value of the moduleHeight property.
|
java.lang.Double |
getModuleWidth()
Gets the value of the moduleWidth property.
|
java.lang.Double |
getRatio()
Gets the value of the ratio property.
|
void |
setBarcodeCompParamsRef(java.lang.Object value)
Sets the value of the barcodeCompParamsRef property.
|
void |
setBearerBars(java.lang.String value)
Sets the value of the bearerBars property.
|
void |
setHeight(java.lang.Double value)
Sets the value of the height property.
|
void |
setMagnification(java.lang.Double value)
Sets the value of the magnification property.
|
void |
setMasking(java.lang.String value)
Sets the value of the masking property.
|
void |
setModuleHeight(java.lang.Double value)
Sets the value of the moduleHeight property.
|
void |
setModuleWidth(java.lang.Double value)
Sets the value of the moduleWidth property.
|
void |
setRatio(java.lang.Double value)
Sets the value of the ratio property.
|
protected java.lang.Double magnification
protected java.lang.Double moduleHeight
protected java.lang.Double height
protected java.lang.String masking
protected java.lang.Double moduleWidth
protected java.lang.Double ratio
protected java.lang.String bearerBars
protected java.lang.Object barcodeCompParamsRef
public java.lang.Double getMagnification()
Doublepublic void setMagnification(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getModuleHeight()
Doublepublic void setModuleHeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getHeight()
Doublepublic void setHeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getMasking()
Stringpublic void setMasking(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getModuleWidth()
Doublepublic void setModuleWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getRatio()
Doublepublic void setRatio(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getBearerBars()
Stringpublic void setBearerBars(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getBarcodeCompParamsRef()
Objectpublic void setBarcodeCompParamsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.