Class BarcodeCompParams

java.lang.Object
org.cip4.lib.xjdf.schema.BarcodeCompParams
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public class BarcodeCompParams extends Object implements Serializable

Java class for anonymous complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <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'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • compensationProcess

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected BarcodeCompParams.CompensationProcess compensationProcess
    • compensationValue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected float compensationValue
  • Constructor Details

    • BarcodeCompParams

      public BarcodeCompParams()
  • Method Details

    • getCompensationProcess

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") public void setCompensationProcess(BarcodeCompParams.CompensationProcess value)
      Sets the value of the compensationProcess property.
      Parameters:
      value - allowed object is BarcodeCompParams.CompensationProcess
    • getCompensationValue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public float getCompensationValue()
      Gets the value of the compensationValue property.
    • setCompensationValue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setCompensationValue(float value)
      Sets the value of the compensationValue property.
    • getOtherAttributes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Map<QName,String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.

      the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

      Returns:
      always non-null
    • withCompensationProcess

      public BarcodeCompParams withCompensationProcess(BarcodeCompParams.CompensationProcess value)
    • withCompensationValue

      public BarcodeCompParams withCompensationValue(float value)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object