@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class BarcodeCompParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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}SpecificResource">
<attribute name="CompensationProcess" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Printing"/>
<enumeration value="Platemaking"/>
</restriction>
</simpleType>
</attribute>
<attribute name="CompensationValue" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BarcodeCompParams.CompensationProcess
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected BarcodeCompParams.CompensationProcess |
compensationProcess |
protected float |
compensationValue |
| Constructor and Description |
|---|
BarcodeCompParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
BarcodeCompParams.CompensationProcess |
getCompensationProcess()
Gets the value of the compensationProcess property.
|
float |
getCompensationValue()
Gets the value of the compensationValue property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setCompensationProcess(BarcodeCompParams.CompensationProcess value)
Sets the value of the compensationProcess property.
|
void |
setCompensationValue(float value)
Sets the value of the compensationValue property.
|
BarcodeCompParams |
withCompensationProcess(BarcodeCompParams.CompensationProcess value) |
BarcodeCompParams |
withCompensationValue(float value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected BarcodeCompParams.CompensationProcess compensationProcess
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected float compensationValue
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public BarcodeCompParams.CompensationProcess getCompensationProcess()
BarcodeCompParams.CompensationProcess@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setCompensationProcess(BarcodeCompParams.CompensationProcess value)
value - allowed object is
BarcodeCompParams.CompensationProcess@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public float getCompensationValue()
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setCompensationValue(float value)
public BarcodeCompParams withCompensationProcess(BarcodeCompParams.CompensationProcess value)
public BarcodeCompParams withCompensationValue(float value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource