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:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class BarcodeReproParams extends SpecificResource implements java.io.SerializableJava 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBarcodeReproParams.BearerBarsJava class for null.static classBarcodeReproParams.MaskingJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<BarcodeCompParams>barcodeCompParamsprotected BarcodeReproParams.BearerBarsbearerBarsprotected java.lang.Floatheightprotected java.lang.Floatmagnificationprotected BarcodeReproParams.Maskingmaskingprotected java.lang.FloatmoduleHeightprotected java.lang.FloatmoduleWidthprotected java.lang.Floatratio
-
Constructor Summary
Constructors Constructor Description BarcodeReproParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<BarcodeCompParams>getBarcodeCompParams()Gets the value of the barcodeCompParams property.BarcodeReproParams.BearerBarsgetBearerBars()Gets the value of the bearerBars property.java.lang.FloatgetHeight()Gets the value of the height property.java.lang.FloatgetMagnification()Gets the value of the magnification property.BarcodeReproParams.MaskinggetMasking()Gets the value of the masking property.java.lang.FloatgetModuleHeight()Gets the value of the moduleHeight property.java.lang.FloatgetModuleWidth()Gets the value of the moduleWidth property.java.lang.FloatgetRatio()Gets the value of the ratio property.inthashCode()voidsetBearerBars(BarcodeReproParams.BearerBars value)Sets the value of the bearerBars property.voidsetHeight(java.lang.Float value)Sets the value of the height property.voidsetMagnification(java.lang.Float value)Sets the value of the magnification property.voidsetMasking(BarcodeReproParams.Masking value)Sets the value of the masking property.voidsetModuleHeight(java.lang.Float value)Sets the value of the moduleHeight property.voidsetModuleWidth(java.lang.Float value)Sets the value of the moduleWidth property.voidsetRatio(java.lang.Float value)Sets the value of the ratio property.BarcodeReproParamswithBarcodeCompParams(java.util.Collection<BarcodeCompParams> values)BarcodeReproParamswithBarcodeCompParams(BarcodeCompParams... values)BarcodeReproParamswithBearerBars(BarcodeReproParams.BearerBars value)BarcodeReproParamswithHeight(java.lang.Float value)BarcodeReproParamswithMagnification(java.lang.Float value)BarcodeReproParamswithMasking(BarcodeReproParams.Masking value)BarcodeReproParamswithModuleHeight(java.lang.Float value)BarcodeReproParamswithModuleWidth(java.lang.Float value)BarcodeReproParamswithRatio(java.lang.Float value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
barcodeCompParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<BarcodeCompParams> barcodeCompParams
-
bearerBars
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected BarcodeReproParams.BearerBars bearerBars
-
height
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float height
-
magnification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float magnification
-
masking
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected BarcodeReproParams.Masking masking
-
moduleHeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float moduleHeight
-
moduleWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float moduleWidth
-
ratio
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float ratio
-
-
Method Detail
-
getBarcodeCompParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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
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- Returns:
- The value of the barcodeCompParams property.
-
getBearerBars
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setHeight(java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setMagnification(java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setModuleHeight(java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setModuleWidth(java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setRatio(java.lang.Float value)Sets the value of the ratio property.- Parameters:
value- allowed object isFloat
-
withBarcodeCompParams
public BarcodeReproParams withBarcodeCompParams(BarcodeCompParams... values)
-
withBarcodeCompParams
public BarcodeReproParams withBarcodeCompParams(java.util.Collection<BarcodeCompParams> values)
-
withBearerBars
public BarcodeReproParams withBearerBars(BarcodeReproParams.BearerBars value)
-
withHeight
public BarcodeReproParams withHeight(java.lang.Float value)
-
withMagnification
public BarcodeReproParams withMagnification(java.lang.Float value)
-
withMasking
public BarcodeReproParams withMasking(BarcodeReproParams.Masking value)
-
withModuleHeight
public BarcodeReproParams withModuleHeight(java.lang.Float value)
-
withModuleWidth
public BarcodeReproParams withModuleWidth(java.lang.Float value)
-
withRatio
public BarcodeReproParams withRatio(java.lang.Float value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-