Class BarcodeReproParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-21T00:11:33Z")
    public class BarcodeReproParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for BarcodeReproParams complex type.

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

    
     <complexType name="BarcodeReproParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}BarcodeCompParams" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="BearerBars">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="None"/>
                 <enumeration value="TopBottom"/>
                 <enumeration value="Box"/>
                 <enumeration value="BoxHMarks"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="Height" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="Magnification" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="Masking">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="None"/>
                 <enumeration value="WhiteBox"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="ModuleHeight" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="ModuleWidth" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="Ratio" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • barcodeCompParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.util.List<BarcodeCompParams> barcodeCompParams
      • bearerBars

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected BarcodeReproParams.BearerBars bearerBars
      • height

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float height
      • magnification

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float magnification
      • masking

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected BarcodeReproParams.Masking masking
      • moduleHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float moduleHeight
      • moduleWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float moduleWidth
      • ratio

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float ratio
    • Constructor Detail

      • BarcodeReproParams

        public BarcodeReproParams()
    • Method Detail

      • getBarcodeCompParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.util.List<BarcodeCompParams> getBarcodeCompParams()
        Gets the value of the barcodeCompParams property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the barcodeCompParams property.

        For example, to add a new item, do as follows:

            getBarcodeCompParams().add(newItem);
         

        Objects of the following type(s) are allowed in the list BarcodeCompParams

        Returns:
        The value of the barcodeCompParams property.
      • setBearerBars

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setBearerBars​(BarcodeReproParams.BearerBars value)
        Sets the value of the bearerBars property.
        Parameters:
        value - allowed object is BarcodeReproParams.BearerBars
      • getHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Float getHeight()
        Gets the value of the height property.
        Returns:
        possible object is Float
      • setHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setHeight​(java.lang.Float value)
        Sets the value of the height property.
        Parameters:
        value - allowed object is Float
      • getMagnification

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Float getMagnification()
        Gets the value of the magnification property.
        Returns:
        possible object is Float
      • setMagnification

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setMagnification​(java.lang.Float value)
        Sets the value of the magnification property.
        Parameters:
        value - allowed object is Float
      • setMasking

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setMasking​(BarcodeReproParams.Masking value)
        Sets the value of the masking property.
        Parameters:
        value - allowed object is BarcodeReproParams.Masking
      • getModuleHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Float getModuleHeight()
        Gets the value of the moduleHeight property.
        Returns:
        possible object is Float
      • setModuleHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setModuleHeight​(java.lang.Float value)
        Sets the value of the moduleHeight property.
        Parameters:
        value - allowed object is Float
      • getModuleWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Float getModuleWidth()
        Gets the value of the moduleWidth property.
        Returns:
        possible object is Float
      • setModuleWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setModuleWidth​(java.lang.Float value)
        Sets the value of the moduleWidth property.
        Parameters:
        value - allowed object is Float
      • getRatio

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Float getRatio()
        Gets the value of the ratio property.
        Returns:
        possible object is Float
      • setRatio

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setRatio​(java.lang.Float value)
        Sets the value of the ratio property.
        Parameters:
        value - allowed object is Float
      • withMagnification

        public BarcodeReproParams withMagnification​(java.lang.Float value)
      • withModuleHeight

        public BarcodeReproParams withModuleHeight​(java.lang.Float value)