public class ScanParams extends ParameterType implements java.io.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 java.lang.Integer |
bitDepth |
protected java.lang.String |
compressionFilter |
protected java.lang.Double |
dctQuality |
protected java.lang.Object |
fileSpecRef |
protected java.lang.Double |
inputBox |
protected java.util.List<java.lang.Double> |
magnifications |
protected java.lang.String |
mountID |
protected java.lang.String |
mounting |
protected java.lang.String |
outputColorSpace |
protected java.util.List<java.lang.Double> |
outputResolutions |
protected java.util.List<java.lang.Double> |
outputSizes |
protected java.lang.Integer |
splitDocuments |
| Constructor and Description |
|---|
ScanParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getBitDepth()
Gets the value of the bitDepth property.
|
java.lang.String |
getCompressionFilter()
Gets the value of the compressionFilter property.
|
java.lang.Double |
getDCTQuality()
Gets the value of the dctQuality property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.lang.Double |
getInputBox()
Gets the value of the inputBox property.
|
java.util.List<java.lang.Double> |
getMagnifications()
Gets the value of the magnifications property.
|
java.lang.String |
getMountID()
Gets the value of the mountID property.
|
java.lang.String |
getMounting()
Gets the value of the mounting property.
|
java.lang.String |
getOutputColorSpace()
Gets the value of the outputColorSpace property.
|
java.util.List<java.lang.Double> |
getOutputResolutions()
Gets the value of the outputResolutions property.
|
java.util.List<java.lang.Double> |
getOutputSizes()
Gets the value of the outputSizes property.
|
java.lang.Integer |
getSplitDocuments()
Gets the value of the splitDocuments property.
|
void |
setBitDepth(java.lang.Integer value)
Sets the value of the bitDepth property.
|
void |
setCompressionFilter(java.lang.String value)
Sets the value of the compressionFilter property.
|
void |
setDCTQuality(java.lang.Double value)
Sets the value of the dctQuality property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
void |
setInputBox(java.lang.Double value)
Sets the value of the inputBox property.
|
void |
setMountID(java.lang.String value)
Sets the value of the mountID property.
|
void |
setMounting(java.lang.String value)
Sets the value of the mounting property.
|
void |
setOutputColorSpace(java.lang.String value)
Sets the value of the outputColorSpace property.
|
void |
setSplitDocuments(java.lang.Integer value)
Sets the value of the splitDocuments property.
|
protected java.util.List<java.lang.Double> magnifications
protected java.util.List<java.lang.Double> outputResolutions
protected java.lang.Integer bitDepth
protected java.lang.String mounting
protected java.lang.Double inputBox
protected java.lang.Double dctQuality
protected java.lang.String mountID
protected java.lang.Integer splitDocuments
protected java.lang.String outputColorSpace
protected java.lang.String compressionFilter
protected java.util.List<java.lang.Double> outputSizes
protected java.lang.Object fileSpecRef
public java.util.List<java.lang.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 java.util.List<java.lang.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 java.lang.Integer getBitDepth()
Integerpublic void setBitDepth(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getMounting()
Stringpublic void setMounting(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getInputBox()
Doublepublic void setInputBox(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getDCTQuality()
Doublepublic void setDCTQuality(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getMountID()
Stringpublic void setMountID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getSplitDocuments()
Integerpublic void setSplitDocuments(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getOutputColorSpace()
Stringpublic void setOutputColorSpace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompressionFilter()
Stringpublic void setCompressionFilter(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.