public class VarnishingParams extends ParameterType 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}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 String |
absoluteWidth |
protected EnumAnchor |
anchor |
protected Integer |
moduleIndex |
protected String |
varnishMethod |
| Constructor and Description |
|---|
VarnishingParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsoluteWidth()
Gets the value of the absoluteWidth property.
|
EnumAnchor |
getAnchor()
Gets the value of the anchor property.
|
Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
String |
getVarnishMethod()
Gets the value of the varnishMethod property.
|
void |
setAbsoluteWidth(String value)
Sets the value of the absoluteWidth property.
|
void |
setAnchor(EnumAnchor value)
Sets the value of the anchor property.
|
void |
setModuleIndex(Integer value)
Sets the value of the moduleIndex property.
|
void |
setVarnishMethod(String value)
Sets the value of the varnishMethod property.
|
protected EnumAnchor anchor
protected String varnishMethod
protected String absoluteWidth
protected Integer moduleIndex
public EnumAnchor getAnchor()
EnumAnchorpublic void setAnchor(EnumAnchor value)
value - allowed object is
EnumAnchorpublic String getVarnishMethod()
Stringpublic void setVarnishMethod(String value)
value - allowed object is
Stringpublic String getAbsoluteWidth()
Stringpublic void setAbsoluteWidth(String value)
value - allowed object is
Stringpublic Integer getModuleIndex()
IntegerCopyright © 2013. All Rights Reserved.