public class ScanParams extends ParameterType implements Serializable
Java class for ScanParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScanParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Magnification" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="OutputResolution" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="BitDepth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Mounting" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="InputBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="DCTQuality" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MountID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="SplitDocuments" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="OutputColorSpace" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="CompressionFilter" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="OutputSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
bitDepth |
protected String |
compressionFilter |
protected Double |
dctQuality |
protected Object |
fileSpecRef |
protected Double |
inputBox |
protected List<Double> |
magnifications |
protected String |
mountID |
protected String |
mounting |
protected String |
outputColorSpace |
protected List<Double> |
outputResolutions |
protected List<Double> |
outputSizes |
protected Integer |
splitDocuments |
| Constructor and Description |
|---|
ScanParams() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBitDepth()
Gets the value of the bitDepth property.
|
String |
getCompressionFilter()
Gets the value of the compressionFilter property.
|
Double |
getDCTQuality()
Gets the value of the dctQuality property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
Double |
getInputBox()
Gets the value of the inputBox property.
|
List<Double> |
getMagnifications()
Gets the value of the magnifications property.
|
String |
getMountID()
Gets the value of the mountID property.
|
String |
getMounting()
Gets the value of the mounting property.
|
String |
getOutputColorSpace()
Gets the value of the outputColorSpace property.
|
List<Double> |
getOutputResolutions()
Gets the value of the outputResolutions property.
|
List<Double> |
getOutputSizes()
Gets the value of the outputSizes property.
|
Integer |
getSplitDocuments()
Gets the value of the splitDocuments property.
|
void |
setBitDepth(Integer value)
Sets the value of the bitDepth property.
|
void |
setCompressionFilter(String value)
Sets the value of the compressionFilter property.
|
void |
setDCTQuality(Double value)
Sets the value of the dctQuality property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setInputBox(Double value)
Sets the value of the inputBox property.
|
void |
setMountID(String value)
Sets the value of the mountID property.
|
void |
setMounting(String value)
Sets the value of the mounting property.
|
void |
setOutputColorSpace(String value)
Sets the value of the outputColorSpace property.
|
void |
setSplitDocuments(Integer value)
Sets the value of the splitDocuments property.
|
protected Integer bitDepth
protected String mounting
protected Double inputBox
protected Double dctQuality
protected String mountID
protected Integer splitDocuments
protected String outputColorSpace
protected String compressionFilter
protected Object fileSpecRef
public List<Double> getMagnifications()
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 magnifications property.
For example, to add a new item, do as follows:
getMagnifications().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getOutputResolutions()
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 outputResolutions property.
For example, to add a new item, do as follows:
getOutputResolutions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Integer getBitDepth()
Integerpublic void setBitDepth(Integer value)
value - allowed object is
Integerpublic String getMounting()
Stringpublic void setMounting(String value)
value - allowed object is
Stringpublic Double getInputBox()
Doublepublic void setInputBox(Double value)
value - allowed object is
Doublepublic Double getDCTQuality()
Doublepublic void setDCTQuality(Double value)
value - allowed object is
Doublepublic String getMountID()
Stringpublic void setMountID(String value)
value - allowed object is
Stringpublic Integer getSplitDocuments()
Integerpublic void setSplitDocuments(Integer value)
value - allowed object is
Integerpublic String getOutputColorSpace()
Stringpublic void setOutputColorSpace(String value)
value - allowed object is
Stringpublic String getCompressionFilter()
Stringpublic void setCompressionFilter(String value)
value - allowed object is
Stringpublic List<Double> getOutputSizes()
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 outputSizes property.
For example, to add a new item, do as follows:
getOutputSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Object getFileSpecRef()
ObjectCopyright © 2012. All Rights Reserved.