public class ImageReplacementParams extends ParameterType implements 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 Object |
fileSpecRef |
protected List<String> |
ignoreExtensions |
protected String |
imagePreScanStrategy |
protected String |
imageReplacementStrategy |
protected Integer |
maxSearchRecursion |
protected Double |
minResolution |
| Constructor and Description |
|---|
ImageReplacementParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
List<String> |
getIgnoreExtensions()
Gets the value of the ignoreExtensions property.
|
String |
getImagePreScanStrategy()
Gets the value of the imagePreScanStrategy property.
|
String |
getImageReplacementStrategy()
Gets the value of the imageReplacementStrategy property.
|
Integer |
getMaxSearchRecursion()
Gets the value of the maxSearchRecursion property.
|
Double |
getMinResolution()
Gets the value of the minResolution property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setImagePreScanStrategy(String value)
Sets the value of the imagePreScanStrategy property.
|
void |
setImageReplacementStrategy(String value)
Sets the value of the imageReplacementStrategy property.
|
void |
setMaxSearchRecursion(Integer value)
Sets the value of the maxSearchRecursion property.
|
void |
setMinResolution(Double value)
Sets the value of the minResolution property.
|
protected Integer maxSearchRecursion
protected Double minResolution
protected String imageReplacementStrategy
protected String imagePreScanStrategy
protected Object fileSpecRef
public Integer getMaxSearchRecursion()
Integerpublic void setMaxSearchRecursion(Integer value)
value - allowed object is
Integerpublic Double getMinResolution()
Doublepublic void setMinResolution(Double value)
value - allowed object is
Doublepublic List<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 String getImageReplacementStrategy()
Stringpublic void setImageReplacementStrategy(String value)
value - allowed object is
Stringpublic String getImagePreScanStrategy()
Stringpublic void setImagePreScanStrategy(String value)
value - allowed object is
Stringpublic Object getFileSpecRef()
ObjectCopyright © 2013. All Rights Reserved.