@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public class VarnishingParams extends ParameterType implements 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}ParameterType">
<attribute name="ModuleIndex" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ModuleType" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="VarnishArea" type="{http://www.CIP4.org/JDFSchema_2_0}EnumVarnishArea" />
<attribute name="VarnishMethod" type="{http://www.CIP4.org/JDFSchema_2_0}EnumVarnishMethod" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
moduleIndex |
protected String |
moduleType |
protected EnumVarnishArea |
varnishArea |
protected EnumVarnishMethod |
varnishMethod |
| Constructor and Description |
|---|
VarnishingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
String |
getModuleType()
Gets the value of the moduleType property.
|
EnumVarnishArea |
getVarnishArea()
Gets the value of the varnishArea property.
|
EnumVarnishMethod |
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 |
setModuleIndex(Integer value)
Sets the value of the moduleIndex property.
|
void |
setModuleType(String value)
Sets the value of the moduleType property.
|
void |
setVarnishArea(EnumVarnishArea value)
Sets the value of the varnishArea property.
|
void |
setVarnishMethod(EnumVarnishMethod value)
Sets the value of the varnishMethod property.
|
VarnishingParams |
withModuleIndex(Integer value) |
VarnishingParams |
withModuleType(String value) |
VarnishingParams |
withVarnishArea(EnumVarnishArea value) |
VarnishingParams |
withVarnishMethod(EnumVarnishMethod value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Integer moduleIndex
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String moduleType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected EnumVarnishArea varnishArea
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected EnumVarnishMethod varnishMethod
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Integer getModuleIndex()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setModuleIndex(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getModuleType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setModuleType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public EnumVarnishArea getVarnishArea()
EnumVarnishArea@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setVarnishArea(EnumVarnishArea value)
value - allowed object is
EnumVarnishArea@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public EnumVarnishMethod getVarnishMethod()
EnumVarnishMethod@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setVarnishMethod(EnumVarnishMethod value)
value - allowed object is
EnumVarnishMethod@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public VarnishingParams withModuleIndex(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public VarnishingParams withModuleType(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public VarnishingParams withVarnishArea(EnumVarnishArea value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public VarnishingParams withVarnishMethod(EnumVarnishMethod value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public 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 ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.