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:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class ConventionalPrintingParams extends SpecificResource implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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="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.w3.org/2001/XMLSchema}float" /> <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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConventionalPrintingParams.FountainSolutionJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected EnumDryingdryingprotected SidefirstSurfaceprotected ConventionalPrintingParams.FountainSolutionfountainSolutionprotected EnumDryingmoduleDryingprotected java.lang.Floatpowderprotected SheetLaysheetLayprotected java.lang.Floatspeedprotected WorkStyleworkStyle
-
Constructor Summary
Constructors Constructor Description ConventionalPrintingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(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)EnumDryinggetDrying()Gets the value of the drying property.SidegetFirstSurface()Gets the value of the firstSurface property.ConventionalPrintingParams.FountainSolutiongetFountainSolution()Gets the value of the fountainSolution property.EnumDryinggetModuleDrying()Gets the value of the moduleDrying property.java.lang.FloatgetPowder()Gets the value of the powder property.SheetLaygetSheetLay()Gets the value of the sheetLay property.java.lang.FloatgetSpeed()Gets the value of the speed property.WorkStylegetWorkStyle()Gets the value of the workStyle property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetDrying(EnumDrying value)Sets the value of the drying property.voidsetFirstSurface(Side value)Sets the value of the firstSurface property.voidsetFountainSolution(ConventionalPrintingParams.FountainSolution value)Sets the value of the fountainSolution property.voidsetModuleDrying(EnumDrying value)Sets the value of the moduleDrying property.voidsetPowder(java.lang.Float value)Sets the value of the powder property.voidsetSheetLay(SheetLay value)Sets the value of the sheetLay property.voidsetSpeed(java.lang.Float value)Sets the value of the speed property.voidsetWorkStyle(WorkStyle value)Sets the value of the workStyle property.ConventionalPrintingParamswithDrying(EnumDrying value)ConventionalPrintingParamswithFirstSurface(Side value)ConventionalPrintingParamswithFountainSolution(ConventionalPrintingParams.FountainSolution value)ConventionalPrintingParamswithModuleDrying(EnumDrying value)ConventionalPrintingParamswithPowder(java.lang.Float value)ConventionalPrintingParamswithSheetLay(SheetLay value)ConventionalPrintingParamswithSpeed(java.lang.Float value)ConventionalPrintingParamswithWorkStyle(WorkStyle value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
drying
protected EnumDrying drying
-
firstSurface
protected Side firstSurface
-
fountainSolution
protected ConventionalPrintingParams.FountainSolution fountainSolution
-
moduleDrying
protected EnumDrying moduleDrying
-
powder
protected java.lang.Float powder
-
sheetLay
protected SheetLay sheetLay
-
speed
protected java.lang.Float speed
-
workStyle
protected WorkStyle workStyle
-
-
Method Detail
-
getDrying
public EnumDrying getDrying()
Gets the value of the drying property.- Returns:
- possible object is
EnumDrying
-
setDrying
public void setDrying(EnumDrying value)
Sets the value of the drying property.- Parameters:
value- allowed object isEnumDrying
-
getFirstSurface
public Side getFirstSurface()
Gets the value of the firstSurface property.- Returns:
- possible object is
Side
-
setFirstSurface
public void setFirstSurface(Side value)
Sets the value of the firstSurface property.- Parameters:
value- allowed object isSide
-
getFountainSolution
public ConventionalPrintingParams.FountainSolution getFountainSolution()
Gets the value of the fountainSolution property.- Returns:
- possible object is
ConventionalPrintingParams.FountainSolution
-
setFountainSolution
public void setFountainSolution(ConventionalPrintingParams.FountainSolution value)
Sets the value of the fountainSolution property.- Parameters:
value- allowed object isConventionalPrintingParams.FountainSolution
-
getModuleDrying
public EnumDrying getModuleDrying()
Gets the value of the moduleDrying property.- Returns:
- possible object is
EnumDrying
-
setModuleDrying
public void setModuleDrying(EnumDrying value)
Sets the value of the moduleDrying property.- Parameters:
value- allowed object isEnumDrying
-
getPowder
public java.lang.Float getPowder()
Gets the value of the powder property.- Returns:
- possible object is
Float
-
setPowder
public void setPowder(java.lang.Float value)
Sets the value of the powder property.- Parameters:
value- allowed object isFloat
-
getSheetLay
public SheetLay getSheetLay()
Gets the value of the sheetLay property.- Returns:
- possible object is
SheetLay
-
setSheetLay
public void setSheetLay(SheetLay value)
Sets the value of the sheetLay property.- Parameters:
value- allowed object isSheetLay
-
getSpeed
public java.lang.Float getSpeed()
Gets the value of the speed property.- Returns:
- possible object is
Float
-
setSpeed
public void setSpeed(java.lang.Float value)
Sets the value of the speed property.- Parameters:
value- allowed object isFloat
-
getWorkStyle
public WorkStyle getWorkStyle()
Gets the value of the workStyle property.- Returns:
- possible object is
WorkStyle
-
setWorkStyle
public void setWorkStyle(WorkStyle value)
Sets the value of the workStyle property.- Parameters:
value- allowed object isWorkStyle
-
withDrying
public ConventionalPrintingParams withDrying(EnumDrying value)
-
withFirstSurface
public ConventionalPrintingParams withFirstSurface(Side value)
-
withFountainSolution
public ConventionalPrintingParams withFountainSolution(ConventionalPrintingParams.FountainSolution value)
-
withModuleDrying
public ConventionalPrintingParams withModuleDrying(EnumDrying value)
-
withPowder
public ConventionalPrintingParams withPowder(java.lang.Float value)
-
withSheetLay
public ConventionalPrintingParams withSheetLay(SheetLay value)
-
withSpeed
public ConventionalPrintingParams withSpeed(java.lang.Float value)
-
withWorkStyle
public ConventionalPrintingParams withWorkStyle(WorkStyle value)
-
equals
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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- 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
-
-