Package org.cip4.lib.xjdf.schema
Class VarnishingParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.VarnishingParams
- 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 VarnishingParams
extends SpecificResource
implements Serializable
Java class for VarnishingParams complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="VarnishingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<attribute name="ModuleID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="ModuleType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="PrintModule"/>
<enumeration value="CoatingModule"/>
</restriction>
</simpleType>
</attribute>
<attribute name="VarnishArea">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Full"/>
<enumeration value="Spot"/>
</restriction>
</simpleType>
</attribute>
<attribute name="VarnishMethod">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Blanket"/>
<enumeration value="Plate"/>
<enumeration value="Independent"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for nullstatic enumJava class for nullstatic enumJava class for null -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected VarnishingParams.ModuleTypeprotected VarnishingParams.VarnishAreaprotected VarnishingParams.VarnishMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the moduleID property.Gets the value of the moduleType property.Gets the value of the varnishArea property.Gets the value of the varnishMethod property.inthashCode()voidsetModuleID(String value) Sets the value of the moduleID property.voidSets the value of the moduleType property.voidSets the value of the varnishArea property.voidSets the value of the varnishMethod property.withModuleID(String value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
moduleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String moduleID -
moduleType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected VarnishingParams.ModuleType moduleType -
varnishArea
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected VarnishingParams.VarnishArea varnishArea -
varnishMethod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected VarnishingParams.VarnishMethod varnishMethod
-
-
Constructor Details
-
VarnishingParams
public VarnishingParams()
-
-
Method Details
-
getModuleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getModuleID()Gets the value of the moduleID property.- Returns:
- possible object is
String
-
setModuleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setModuleID(String value) Sets the value of the moduleID property.- Parameters:
value- allowed object isString
-
getModuleType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public VarnishingParams.ModuleType getModuleType()Gets the value of the moduleType property.- Returns:
- possible object is
VarnishingParams.ModuleType
-
setModuleType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setModuleType(VarnishingParams.ModuleType value) Sets the value of the moduleType property.- Parameters:
value- allowed object isVarnishingParams.ModuleType
-
getVarnishArea
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public VarnishingParams.VarnishArea getVarnishArea()Gets the value of the varnishArea property.- Returns:
- possible object is
VarnishingParams.VarnishArea
-
setVarnishArea
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setVarnishArea(VarnishingParams.VarnishArea value) Sets the value of the varnishArea property.- Parameters:
value- allowed object isVarnishingParams.VarnishArea
-
getVarnishMethod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public VarnishingParams.VarnishMethod getVarnishMethod()Gets the value of the varnishMethod property.- Returns:
- possible object is
VarnishingParams.VarnishMethod
-
setVarnishMethod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setVarnishMethod(VarnishingParams.VarnishMethod value) Sets the value of the varnishMethod property.- Parameters:
value- allowed object isVarnishingParams.VarnishMethod
-
withModuleID
-
withModuleType
-
withVarnishArea
-
withVarnishMethod
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-