public class BarcodeCompParams extends ParameterType implements java.io.Serializable
Java class for BarcodeCompParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BarcodeCompParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="CompensationValue" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="CompensationProcess" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
compensationProcess |
protected java.lang.Double |
compensationValue |
| Constructor and Description |
|---|
BarcodeCompParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompensationProcess()
Gets the value of the compensationProcess property.
|
java.lang.Double |
getCompensationValue()
Gets the value of the compensationValue property.
|
void |
setCompensationProcess(java.lang.String value)
Sets the value of the compensationProcess property.
|
void |
setCompensationValue(java.lang.Double value)
Sets the value of the compensationValue property.
|
protected java.lang.Double compensationValue
protected java.lang.String compensationProcess
public java.lang.Double getCompensationValue()
Doublepublic void setCompensationValue(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getCompensationProcess()
Stringpublic void setCompensationProcess(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.