Class BarcodeReproParams

java.lang.Object
org.cip4.lib.xjdf.schema.BarcodeReproParams
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 BarcodeReproParams 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">
       <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'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • barcodeCompParams

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected BarcodeReproParams.BearerBars bearerBars
    • height

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected BarcodeReproParams.Masking masking
    • moduleHeight

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

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

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

    • BarcodeReproParams

      public BarcodeReproParams()
  • Method Details

    • getBarcodeCompParams

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public 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 JAXB 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.
    • getBearerBars

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public BarcodeReproParams.BearerBars getBearerBars()
      Gets the value of the bearerBars property.
      Returns:
      possible object is BarcodeReproParams.BearerBars
    • setBearerBars

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public BarcodeReproParams.Masking getMasking()
      Gets the value of the masking property.
      Returns:
      possible object is BarcodeReproParams.Masking
    • setMasking

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

      public BarcodeReproParams withBarcodeCompParams(BarcodeCompParams... values)
    • withBarcodeCompParams

      public BarcodeReproParams withBarcodeCompParams(Collection<BarcodeCompParams> values)
    • withBearerBars

      public BarcodeReproParams withBearerBars(BarcodeReproParams.BearerBars value)
    • withHeight

      public BarcodeReproParams withHeight(Float value)
    • withMagnification

      public BarcodeReproParams withMagnification(Float value)
    • withMasking

      public BarcodeReproParams withMasking(BarcodeReproParams.Masking value)
    • withModuleHeight

      public BarcodeReproParams withModuleHeight(Float value)
    • withModuleWidth

      public BarcodeReproParams withModuleWidth(Float value)
    • withRatio

      public BarcodeReproParams withRatio(Float value)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object