public class BarcodeReproParams extends ParameterType implements 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 Object |
barcodeCompParamsRef |
protected String |
bearerBars |
protected Double |
height |
protected Double |
magnification |
protected String |
masking |
protected Double |
moduleHeight |
protected Double |
moduleWidth |
protected Double |
ratio |
| Constructor and Description |
|---|
BarcodeReproParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBarcodeCompParamsRef()
Gets the value of the barcodeCompParamsRef property.
|
String |
getBearerBars()
Gets the value of the bearerBars property.
|
Double |
getHeight()
Gets the value of the height property.
|
Double |
getMagnification()
Gets the value of the magnification property.
|
String |
getMasking()
Gets the value of the masking property.
|
Double |
getModuleHeight()
Gets the value of the moduleHeight property.
|
Double |
getModuleWidth()
Gets the value of the moduleWidth property.
|
Double |
getRatio()
Gets the value of the ratio property.
|
void |
setBarcodeCompParamsRef(Object value)
Sets the value of the barcodeCompParamsRef property.
|
void |
setBearerBars(String value)
Sets the value of the bearerBars property.
|
void |
setHeight(Double value)
Sets the value of the height property.
|
void |
setMagnification(Double value)
Sets the value of the magnification property.
|
void |
setMasking(String value)
Sets the value of the masking property.
|
void |
setModuleHeight(Double value)
Sets the value of the moduleHeight property.
|
void |
setModuleWidth(Double value)
Sets the value of the moduleWidth property.
|
void |
setRatio(Double value)
Sets the value of the ratio property.
|
protected Double magnification
protected Double moduleHeight
protected Double height
protected String masking
protected Double moduleWidth
protected Double ratio
protected String bearerBars
protected Object barcodeCompParamsRef
public Double getMagnification()
Doublepublic void setMagnification(Double value)
value - allowed object is
Doublepublic Double getModuleHeight()
Doublepublic void setModuleHeight(Double value)
value - allowed object is
Doublepublic Double getHeight()
Doublepublic void setHeight(Double value)
value - allowed object is
Doublepublic String getMasking()
Stringpublic void setMasking(String value)
value - allowed object is
Stringpublic Double getModuleWidth()
Doublepublic void setModuleWidth(Double value)
value - allowed object is
Doublepublic Double getRatio()
Doublepublic void setRatio(Double value)
value - allowed object is
Doublepublic String getBearerBars()
Stringpublic void setBearerBars(String value)
value - allowed object is
Stringpublic Object getBarcodeCompParamsRef()
ObjectCopyright © 2013. All Rights Reserved.