public class BarcodeCompParams extends ParameterType implements 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 String |
compensationProcess |
protected Double |
compensationValue |
| Constructor and Description |
|---|
BarcodeCompParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompensationProcess()
Gets the value of the compensationProcess property.
|
Double |
getCompensationValue()
Gets the value of the compensationValue property.
|
void |
setCompensationProcess(String value)
Sets the value of the compensationProcess property.
|
void |
setCompensationValue(Double value)
Sets the value of the compensationValue property.
|
protected Double compensationValue
protected String compensationProcess
public Double getCompensationValue()
Doublepublic void setCompensationValue(Double value)
value - allowed object is
Doublepublic String getCompensationProcess()
StringCopyright © 2013. All Rights Reserved.