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:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class VarnishingParams extends SpecificResource implements java.io.SerializableJava 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}string"> <enumeration value="Full"/> <enumeration value="Spot"/> </restriction> </simpleType> </attribute> <attribute name="VarnishMethod"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Blanket"/> <enumeration value="Plate"/> <enumeration value="Independent"/> </restriction> </simpleType> </attribute> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVarnishingParams.ModuleTypeJava class for null.static classVarnishingParams.VarnishAreaJava class for null.static classVarnishingParams.VarnishMethodJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringmoduleIDprotected VarnishingParams.ModuleTypemoduleTypeprotected VarnishingParams.VarnishAreavarnishAreaprotected VarnishingParams.VarnishMethodvarnishMethod
-
Constructor Summary
Constructors Constructor Description VarnishingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.StringgetModuleID()Gets the value of the moduleID property.VarnishingParams.ModuleTypegetModuleType()Gets the value of the moduleType property.VarnishingParams.VarnishAreagetVarnishArea()Gets the value of the varnishArea property.VarnishingParams.VarnishMethodgetVarnishMethod()Gets the value of the varnishMethod property.inthashCode()voidsetModuleID(java.lang.String value)Sets the value of the moduleID property.voidsetModuleType(VarnishingParams.ModuleType value)Sets the value of the moduleType property.voidsetVarnishArea(VarnishingParams.VarnishArea value)Sets the value of the varnishArea property.voidsetVarnishMethod(VarnishingParams.VarnishMethod value)Sets the value of the varnishMethod property.VarnishingParamswithModuleID(java.lang.String value)VarnishingParamswithModuleType(VarnishingParams.ModuleType value)VarnishingParamswithVarnishArea(VarnishingParams.VarnishArea value)VarnishingParamswithVarnishMethod(VarnishingParams.VarnishMethod value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
moduleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.String moduleID
-
moduleType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected VarnishingParams.ModuleType moduleType
-
varnishArea
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected VarnishingParams.VarnishArea varnishArea
-
varnishMethod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected VarnishingParams.VarnishMethod varnishMethod
-
-
Method Detail
-
getModuleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.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.1", date="2022-12-21T00:11:33Z") public void setModuleID(java.lang.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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") public void setVarnishMethod(VarnishingParams.VarnishMethod value)Sets the value of the varnishMethod property.- Parameters:
value- allowed object isVarnishingParams.VarnishMethod
-
withModuleID
public VarnishingParams withModuleID(java.lang.String value)
-
withModuleType
public VarnishingParams withModuleType(VarnishingParams.ModuleType value)
-
withVarnishArea
public VarnishingParams withVarnishArea(VarnishingParams.VarnishArea value)
-
withVarnishMethod
public VarnishingParams withVarnishMethod(VarnishingParams.VarnishMethod value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-