@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public class VarnishingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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.CIP4.org/JDFSchema_2_0}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>
| Modifier and Type | Class and Description |
|---|---|
static class |
VarnishingParams.ModuleType
Java class for null.
|
static class |
VarnishingParams.VarnishArea
Java class for null.
|
static class |
VarnishingParams.VarnishMethod
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
moduleID |
protected VarnishingParams.ModuleType |
moduleType |
protected VarnishingParams.VarnishArea |
varnishArea |
protected VarnishingParams.VarnishMethod |
varnishMethod |
| Constructor and Description |
|---|
VarnishingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
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.EqualsStrategy strategy) |
java.lang.String |
getModuleID()
Gets the value of the moduleID property.
|
VarnishingParams.ModuleType |
getModuleType()
Gets the value of the moduleType property.
|
VarnishingParams.VarnishArea |
getVarnishArea()
Gets the value of the varnishArea property.
|
VarnishingParams.VarnishMethod |
getVarnishMethod()
Gets the value of the varnishMethod property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setModuleID(java.lang.String value)
Sets the value of the moduleID property.
|
void |
setModuleType(VarnishingParams.ModuleType value)
Sets the value of the moduleType property.
|
void |
setVarnishArea(VarnishingParams.VarnishArea value)
Sets the value of the varnishArea property.
|
void |
setVarnishMethod(VarnishingParams.VarnishMethod value)
Sets the value of the varnishMethod property.
|
VarnishingParams |
withModuleID(java.lang.String value) |
VarnishingParams |
withModuleType(VarnishingParams.ModuleType value) |
VarnishingParams |
withVarnishArea(VarnishingParams.VarnishArea value) |
VarnishingParams |
withVarnishMethod(VarnishingParams.VarnishMethod value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String moduleID
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected VarnishingParams.ModuleType moduleType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected VarnishingParams.VarnishArea varnishArea
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected VarnishingParams.VarnishMethod varnishMethod
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getModuleID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setModuleID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public VarnishingParams.ModuleType getModuleType()
VarnishingParams.ModuleType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setModuleType(VarnishingParams.ModuleType value)
value - allowed object is
VarnishingParams.ModuleType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public VarnishingParams.VarnishArea getVarnishArea()
VarnishingParams.VarnishArea@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setVarnishArea(VarnishingParams.VarnishArea value)
value - allowed object is
VarnishingParams.VarnishArea@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public VarnishingParams.VarnishMethod getVarnishMethod()
VarnishingParams.VarnishMethod@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setVarnishMethod(VarnishingParams.VarnishMethod value)
value - allowed object is
VarnishingParams.VarnishMethodpublic VarnishingParams withModuleID(java.lang.String value)
public VarnishingParams withModuleType(VarnishingParams.ModuleType value)
public VarnishingParams withVarnishArea(VarnishingParams.VarnishArea value)
public VarnishingParams withVarnishMethod(VarnishingParams.VarnishMethod value)
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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource