Package org.cip4.lib.xjdf.schema
Class BarcodeCompParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.BarcodeCompParams
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public class BarcodeCompParams extends SpecificResource implements java.io.SerializableJava 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.w3.org/2001/XMLSchema}float" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBarcodeCompParams.CompensationProcessJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected BarcodeCompParams.CompensationProcesscompensationProcessprotected floatcompensationValue
-
Constructor Summary
Constructors Constructor Description BarcodeCompParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)BarcodeCompParams.CompensationProcessgetCompensationProcess()Gets the value of the compensationProcess property.floatgetCompensationValue()Gets the value of the compensationValue property.inthashCode()voidsetCompensationProcess(BarcodeCompParams.CompensationProcess value)Sets the value of the compensationProcess property.voidsetCompensationValue(float value)Sets the value of the compensationValue property.BarcodeCompParamswithCompensationProcess(BarcodeCompParams.CompensationProcess value)BarcodeCompParamswithCompensationValue(float value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
compensationProcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected BarcodeCompParams.CompensationProcess compensationProcess
-
compensationValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected float compensationValue
-
-
Method Detail
-
getCompensationProcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public BarcodeCompParams.CompensationProcess getCompensationProcess()Gets the value of the compensationProcess property.- Returns:
- possible object is
BarcodeCompParams.CompensationProcess
-
setCompensationProcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setCompensationProcess(BarcodeCompParams.CompensationProcess value)Sets the value of the compensationProcess property.- Parameters:
value- allowed object isBarcodeCompParams.CompensationProcess
-
getCompensationValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public float getCompensationValue()Gets the value of the compensationValue property.
-
setCompensationValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setCompensationValue(float value)Sets the value of the compensationValue property.
-
withCompensationProcess
public BarcodeCompParams withCompensationProcess(BarcodeCompParams.CompensationProcess value)
-
withCompensationValue
public BarcodeCompParams withCompensationValue(float value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-