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 Rectangle |
inputBox |
protected XYPair |
magnification |
protected String |
mountID |
protected String |
mounting |
protected String |
outputColorSpace |
protected XYPair |
outputResolution |
protected XYPair |
outputSize |
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.
|
Rectangle |
getInputBox()
Gets the value of the inputBox property.
|
XYPair |
getMagnification()
Gets the value of the magnification 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.
|
XYPair |
getOutputResolution()
Gets the value of the outputResolution property.
|
XYPair |
getOutputSize()
Gets the value of the outputSize 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(Rectangle value)
Sets the value of the inputBox property.
|
void |
setMagnification(XYPair value)
Sets the value of the magnification 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 |
setOutputResolution(XYPair value)
Sets the value of the outputResolution property.
|
void |
setOutputSize(XYPair value)
Sets the value of the outputSize property.
|
void |
setSplitDocuments(Integer value)
Sets the value of the splitDocuments property.
|
protected XYPair magnification
protected XYPair outputResolution
protected Integer bitDepth
protected String mounting
protected Rectangle inputBox
protected Double dctQuality
protected String mountID
protected Integer splitDocuments
protected String outputColorSpace
protected String compressionFilter
protected XYPair outputSize
protected Object fileSpecRef
public XYPair getMagnification()
Stringpublic void setMagnification(XYPair value)
value - allowed object is
Stringpublic XYPair getOutputResolution()
Stringpublic void setOutputResolution(XYPair value)
value - allowed object is
Stringpublic Integer getBitDepth()
Integerpublic void setBitDepth(Integer value)
value - allowed object is
Integerpublic String getMounting()
Stringpublic void setMounting(String value)
value - allowed object is
Stringpublic Rectangle getInputBox()
Stringpublic void setInputBox(Rectangle value)
value - allowed object is
Stringpublic 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 XYPair getOutputSize()
Stringpublic void setOutputSize(XYPair value)
value - allowed object is
Stringpublic Object getFileSpecRef()
ObjectCopyright © 2013. All Rights Reserved.