@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class BarcodeReproParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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.CIP4.org/JDFSchema_2_0}float" />
<attribute name="Magnification" type="{http://www.CIP4.org/JDFSchema_2_0}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.CIP4.org/JDFSchema_2_0}float" />
<attribute name="ModuleWidth" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="Ratio" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BarcodeReproParams.BearerBars
Java class for null.
|
static class |
BarcodeReproParams.Masking
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<BarcodeCompParams> |
barcodeCompParams |
protected BarcodeReproParams.BearerBars |
bearerBars |
protected java.lang.Float |
height |
protected java.lang.Float |
magnification |
protected BarcodeReproParams.Masking |
masking |
protected java.lang.Float |
moduleHeight |
protected java.lang.Float |
moduleWidth |
protected java.lang.Float |
ratio |
| Constructor and Description |
|---|
BarcodeReproParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.util.List<BarcodeCompParams> |
getBarcodeCompParams()
Gets the value of the barcodeCompParams property.
|
BarcodeReproParams.BearerBars |
getBearerBars()
Gets the value of the bearerBars property.
|
java.lang.Float |
getHeight()
Gets the value of the height property.
|
java.lang.Float |
getMagnification()
Gets the value of the magnification property.
|
BarcodeReproParams.Masking |
getMasking()
Gets the value of the masking property.
|
java.lang.Float |
getModuleHeight()
Gets the value of the moduleHeight property.
|
java.lang.Float |
getModuleWidth()
Gets the value of the moduleWidth property.
|
java.lang.Float |
getRatio()
Gets the value of the ratio property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setBearerBars(BarcodeReproParams.BearerBars value)
Sets the value of the bearerBars property.
|
void |
setHeight(java.lang.Float value)
Sets the value of the height property.
|
void |
setMagnification(java.lang.Float value)
Sets the value of the magnification property.
|
void |
setMasking(BarcodeReproParams.Masking value)
Sets the value of the masking property.
|
void |
setModuleHeight(java.lang.Float value)
Sets the value of the moduleHeight property.
|
void |
setModuleWidth(java.lang.Float value)
Sets the value of the moduleWidth property.
|
void |
setRatio(java.lang.Float value)
Sets the value of the ratio property.
|
BarcodeReproParams |
withBarcodeCompParams(BarcodeCompParams... values) |
BarcodeReproParams |
withBarcodeCompParams(java.util.Collection<BarcodeCompParams> values) |
BarcodeReproParams |
withBearerBars(BarcodeReproParams.BearerBars value) |
BarcodeReproParams |
withHeight(java.lang.Float value) |
BarcodeReproParams |
withMagnification(java.lang.Float value) |
BarcodeReproParams |
withMasking(BarcodeReproParams.Masking value) |
BarcodeReproParams |
withModuleHeight(java.lang.Float value) |
BarcodeReproParams |
withModuleWidth(java.lang.Float value) |
BarcodeReproParams |
withRatio(java.lang.Float value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<BarcodeCompParams> barcodeCompParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected BarcodeReproParams.BearerBars bearerBars
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float height
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float magnification
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected BarcodeReproParams.Masking masking
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float moduleHeight
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float moduleWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float ratio
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<BarcodeCompParams> getBarcodeCompParams()
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
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public BarcodeReproParams.BearerBars getBearerBars()
BarcodeReproParams.BearerBars@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setBearerBars(BarcodeReproParams.BearerBars value)
value - allowed object is
BarcodeReproParams.BearerBars@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getHeight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setHeight(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getMagnification()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setMagnification(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public BarcodeReproParams.Masking getMasking()
BarcodeReproParams.Masking@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setMasking(BarcodeReproParams.Masking value)
value - allowed object is
BarcodeReproParams.Masking@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getModuleHeight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setModuleHeight(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getModuleWidth()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setModuleWidth(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getRatio()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setRatio(java.lang.Float value)
value - allowed object is
Floatpublic BarcodeReproParams withBarcodeCompParams(BarcodeCompParams... values)
public BarcodeReproParams withBarcodeCompParams(java.util.Collection<BarcodeCompParams> values)
public BarcodeReproParams withBearerBars(BarcodeReproParams.BearerBars value)
public BarcodeReproParams withHeight(java.lang.Float value)
public BarcodeReproParams withMagnification(java.lang.Float value)
public BarcodeReproParams withMasking(BarcodeReproParams.Masking value)
public BarcodeReproParams withModuleHeight(java.lang.Float value)
public BarcodeReproParams withModuleWidth(java.lang.Float value)
public BarcodeReproParams withRatio(java.lang.Float value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource