public class VarnishingParams extends ParameterType implements java.io.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}ParameterType">
<attribute name="Anchor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumAnchor" />
<attribute name="VarnishMethod" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="AbsoluteWidth" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ModuleIndex" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
absoluteWidth |
protected EnumAnchor |
anchor |
protected java.lang.Integer |
moduleIndex |
protected java.lang.String |
varnishMethod |
| Constructor and Description |
|---|
VarnishingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbsoluteWidth()
Gets the value of the absoluteWidth property.
|
EnumAnchor |
getAnchor()
Gets the value of the anchor property.
|
java.lang.Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
java.lang.String |
getVarnishMethod()
Gets the value of the varnishMethod property.
|
void |
setAbsoluteWidth(java.lang.String value)
Sets the value of the absoluteWidth property.
|
void |
setAnchor(EnumAnchor value)
Sets the value of the anchor property.
|
void |
setModuleIndex(java.lang.Integer value)
Sets the value of the moduleIndex property.
|
void |
setVarnishMethod(java.lang.String value)
Sets the value of the varnishMethod property.
|
protected EnumAnchor anchor
protected java.lang.String varnishMethod
protected java.lang.String absoluteWidth
protected java.lang.Integer moduleIndex
public EnumAnchor getAnchor()
EnumAnchorpublic void setAnchor(EnumAnchor value)
value - allowed object is
EnumAnchorpublic java.lang.String getVarnishMethod()
Stringpublic void setVarnishMethod(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAbsoluteWidth()
Stringpublic void setAbsoluteWidth(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getModuleIndex()
Integerpublic void setModuleIndex(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.