Class BarcodeCompParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class BarcodeCompParams
    extends SpecificResource
    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}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
    • Field Detail

      • compensationProcess

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected BarcodeCompParams.CompensationProcess compensationProcess
      • compensationValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected float compensationValue
    • Constructor Detail

      • BarcodeCompParams

        public BarcodeCompParams()
    • Method Detail

      • getCompensationValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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="2023-01-02T18:51:33Z")
        public void setCompensationValue​(float value)
        Sets the value of the compensationValue property.
      • withCompensationValue

        public BarcodeCompParams withCompensationValue​(float value)