public class ImageReplacementParams extends ParameterType implements java.io.Serializable
Java class for ImageReplacementParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageReplacementParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="MaxSearchRecursion" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="MinResolution" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="IgnoreExtensions" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ImageReplacementStrategy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ImagePreScanStrategy" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
fileSpecRef |
protected java.util.List<java.lang.String> |
ignoreExtensions |
protected java.lang.String |
imagePreScanStrategy |
protected java.lang.String |
imageReplacementStrategy |
protected java.lang.Integer |
maxSearchRecursion |
protected java.lang.Double |
minResolution |
| Constructor and Description |
|---|
ImageReplacementParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.util.List<java.lang.String> |
getIgnoreExtensions()
Gets the value of the ignoreExtensions property.
|
java.lang.String |
getImagePreScanStrategy()
Gets the value of the imagePreScanStrategy property.
|
java.lang.String |
getImageReplacementStrategy()
Gets the value of the imageReplacementStrategy property.
|
java.lang.Integer |
getMaxSearchRecursion()
Gets the value of the maxSearchRecursion property.
|
java.lang.Double |
getMinResolution()
Gets the value of the minResolution property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
void |
setImagePreScanStrategy(java.lang.String value)
Sets the value of the imagePreScanStrategy property.
|
void |
setImageReplacementStrategy(java.lang.String value)
Sets the value of the imageReplacementStrategy property.
|
void |
setMaxSearchRecursion(java.lang.Integer value)
Sets the value of the maxSearchRecursion property.
|
void |
setMinResolution(java.lang.Double value)
Sets the value of the minResolution property.
|
protected java.lang.Integer maxSearchRecursion
protected java.lang.Double minResolution
protected java.util.List<java.lang.String> ignoreExtensions
protected java.lang.String imageReplacementStrategy
protected java.lang.String imagePreScanStrategy
protected java.lang.Object fileSpecRef
public java.lang.Integer getMaxSearchRecursion()
Integerpublic void setMaxSearchRecursion(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getMinResolution()
Doublepublic void setMinResolution(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.String> getIgnoreExtensions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ignoreExtensions property.
For example, to add a new item, do as follows:
getIgnoreExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getImageReplacementStrategy()
Stringpublic void setImageReplacementStrategy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getImagePreScanStrategy()
Stringpublic void setImagePreScanStrategy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.