Package org.cip4.lib.xjdf.schema
Class ConventionalPrintingParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.ConventionalPrintingParams
- 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 ConventionalPrintingParams
extends SpecificResource
implements Serializable
Java class for ConventionalPrintingParams complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ConventionalPrintingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<attribute name="Drying" type="{http://www.CIP4.org/JDFSchema_2_0}EnumDrying" />
<attribute name="FeedSheetLay" type="{http://www.CIP4.org/JDFSchema_2_0}FeedSheetLay" />
<attribute name="FirstSurface" type="{http://www.CIP4.org/JDFSchema_2_0}Side" />
<attribute name="FountainSolution">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="On"/>
<enumeration value="Off"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ModuleDrying" type="{http://www.CIP4.org/JDFSchema_2_0}EnumDrying" />
<attribute name="Powder" type="{http://www.CIP4.org/JDFSchema_2_0}Percentage" />
<attribute name="SheetLay" type="{http://www.CIP4.org/JDFSchema_2_0}SheetLay" />
<attribute name="Speed" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="WorkStyle" type="{http://www.CIP4.org/JDFSchema_2_0}WorkStyle" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EnumDryingprotected FeedSheetLayprotected Sideprotected EnumDryingprotected Floatprotected SheetLayprotected Floatprotected WorkStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the drying property.Gets the value of the feedSheetLay property.Gets the value of the firstSurface property.Gets the value of the fountainSolution property.Gets the value of the moduleDrying property.Gets the value of the powder property.Gets the value of the sheetLay property.getSpeed()Gets the value of the speed property.Gets the value of the workStyle property.inthashCode()voidsetDrying(EnumDrying value) Sets the value of the drying property.voidsetFeedSheetLay(FeedSheetLay value) Sets the value of the feedSheetLay property.voidsetFirstSurface(Side value) Sets the value of the firstSurface property.voidSets the value of the fountainSolution property.voidsetModuleDrying(EnumDrying value) Sets the value of the moduleDrying property.voidSets the value of the powder property.voidsetSheetLay(SheetLay value) Sets the value of the sheetLay property.voidSets the value of the speed property.voidsetWorkStyle(WorkStyle value) Sets the value of the workStyle property.withDrying(EnumDrying value) withFeedSheetLay(FeedSheetLay value) withFirstSurface(Side value) withModuleDrying(EnumDrying value) withPowder(Float value) withSheetLay(SheetLay value) withWorkStyle(WorkStyle value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
drying
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected EnumDrying drying -
feedSheetLay
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected FeedSheetLay feedSheetLay -
firstSurface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Side firstSurface -
fountainSolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ConventionalPrintingParams.FountainSolution fountainSolution -
moduleDrying
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected EnumDrying moduleDrying -
powder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float powder -
sheetLay
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected SheetLay sheetLay -
speed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float speed -
workStyle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected WorkStyle workStyle
-
-
Constructor Details
-
ConventionalPrintingParams
public ConventionalPrintingParams()
-
-
Method Details
-
getDrying
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public EnumDrying getDrying()Gets the value of the drying property.- Returns:
- possible object is
EnumDrying
-
setDrying
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setDrying(EnumDrying value) Sets the value of the drying property.- Parameters:
value- allowed object isEnumDrying
-
getFeedSheetLay
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public FeedSheetLay getFeedSheetLay()Gets the value of the feedSheetLay property.- Returns:
- possible object is
FeedSheetLay
-
setFeedSheetLay
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setFeedSheetLay(FeedSheetLay value) Sets the value of the feedSheetLay property.- Parameters:
value- allowed object isFeedSheetLay
-
getFirstSurface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Side getFirstSurface()Gets the value of the firstSurface property.- Returns:
- possible object is
Side
-
setFirstSurface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setFirstSurface(Side value) Sets the value of the firstSurface property.- Parameters:
value- allowed object isSide
-
getFountainSolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public ConventionalPrintingParams.FountainSolution getFountainSolution()Gets the value of the fountainSolution property.- Returns:
- possible object is
ConventionalPrintingParams.FountainSolution
-
setFountainSolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setFountainSolution(ConventionalPrintingParams.FountainSolution value) Sets the value of the fountainSolution property.- Parameters:
value- allowed object isConventionalPrintingParams.FountainSolution
-
getModuleDrying
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public EnumDrying getModuleDrying()Gets the value of the moduleDrying property.- Returns:
- possible object is
EnumDrying
-
setModuleDrying
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setModuleDrying(EnumDrying value) Sets the value of the moduleDrying property.- Parameters:
value- allowed object isEnumDrying
-
getPowder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getPowder()Gets the value of the powder property.- Returns:
- possible object is
Float
-
setPowder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setPowder(Float value) Sets the value of the powder property.- Parameters:
value- allowed object isFloat
-
getSheetLay
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public SheetLay getSheetLay()Gets the value of the sheetLay property.- Returns:
- possible object is
SheetLay
-
setSheetLay
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSheetLay(SheetLay value) Sets the value of the sheetLay property.- Parameters:
value- allowed object isSheetLay
-
getSpeed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getSpeed()Gets the value of the speed property.- Returns:
- possible object is
Float
-
setSpeed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSpeed(Float value) Sets the value of the speed property.- Parameters:
value- allowed object isFloat
-
getWorkStyle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public WorkStyle getWorkStyle()Gets the value of the workStyle property.- Returns:
- possible object is
WorkStyle
-
setWorkStyle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setWorkStyle(WorkStyle value) Sets the value of the workStyle property.- Parameters:
value- allowed object isWorkStyle
-
withDrying
-
withFeedSheetLay
-
withFirstSurface
-
withFountainSolution
public ConventionalPrintingParams withFountainSolution(ConventionalPrintingParams.FountainSolution value) -
withModuleDrying
-
withPowder
-
withSheetLay
-
withSpeed
-
withWorkStyle
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-