Package org.cip4.lib.xjdf.schema
Class BarcodeReproParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.BarcodeReproParams
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class BarcodeReproParams
extends SpecificResource
implements 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.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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null.static enumJava class for null. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<BarcodeCompParams>protected BarcodeReproParams.BearerBarsprotected Floatprotected Floatprotected BarcodeReproParams.Maskingprotected Floatprotected Floatprotected Float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the barcodeCompParams property.Gets the value of the bearerBars property.Gets the value of the height property.Gets the value of the magnification property.Gets the value of the masking property.Gets the value of the moduleHeight property.Gets the value of the moduleWidth property.getRatio()Gets the value of the ratio property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the bearerBars property.voidSets the value of the height property.voidsetMagnification(Float value) Sets the value of the magnification property.voidSets the value of the masking property.voidsetModuleHeight(Float value) Sets the value of the moduleHeight property.voidsetModuleWidth(Float value) Sets the value of the moduleWidth property.voidSets the value of the ratio property.withBarcodeCompParams(BarcodeCompParams... values) withHeight(Float value) withMagnification(Float value) withModuleHeight(Float value) withModuleWidth(Float value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
barcodeCompParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<BarcodeCompParams> barcodeCompParams -
bearerBars
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected BarcodeReproParams.BearerBars bearerBars -
height
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float height -
magnification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float magnification -
masking
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected BarcodeReproParams.Masking masking -
moduleHeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float moduleHeight -
moduleWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float moduleWidth -
ratio
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float ratio
-
-
Constructor Details
-
BarcodeReproParams
public BarcodeReproParams()
-
-
Method Details
-
getBarcodeCompParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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
setmethod 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 -
getBearerBars
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setBearerBars(BarcodeReproParams.BearerBars value) Sets the value of the bearerBars property.- Parameters:
value- allowed object isBarcodeReproParams.BearerBars
-
getHeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setHeight(Float value) Sets the value of the height property.- Parameters:
value- allowed object isFloat
-
getMagnification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMagnification(Float value) Sets the value of the magnification property.- Parameters:
value- allowed object isFloat
-
getMasking
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMasking(BarcodeReproParams.Masking value) Sets the value of the masking property.- Parameters:
value- allowed object isBarcodeReproParams.Masking
-
getModuleHeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setModuleHeight(Float value) Sets the value of the moduleHeight property.- Parameters:
value- allowed object isFloat
-
getModuleWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setModuleWidth(Float value) Sets the value of the moduleWidth property.- Parameters:
value- allowed object isFloat
-
getRatio
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setRatio(Float value) Sets the value of the ratio property.- Parameters:
value- allowed object isFloat
-
withBarcodeCompParams
-
withBarcodeCompParams
-
withBearerBars
-
withHeight
-
withMagnification
-
withMasking
-
withModuleHeight
-
withModuleWidth
-
withRatio
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-