public class FormatConversionParams extends ParameterType implements Serializable
Java class for FormatConversionParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormatConversionParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="TIFFFormatParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ImageCompressionParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ColorRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
colorRef |
protected Object |
fileSpecRef |
protected Object |
imageCompressionParamsRef |
protected Object |
tiffFormatParamsRef |
| Constructor and Description |
|---|
FormatConversionParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getColorRef()
Gets the value of the colorRef property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
Object |
getImageCompressionParamsRef()
Gets the value of the imageCompressionParamsRef property.
|
Object |
getTIFFFormatParamsRef()
Gets the value of the tiffFormatParamsRef property.
|
void |
setColorRef(Object value)
Sets the value of the colorRef property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setImageCompressionParamsRef(Object value)
Sets the value of the imageCompressionParamsRef property.
|
void |
setTIFFFormatParamsRef(Object value)
Sets the value of the tiffFormatParamsRef property.
|
protected Object tiffFormatParamsRef
protected Object imageCompressionParamsRef
protected Object fileSpecRef
protected Object colorRef
public Object getTIFFFormatParamsRef()
Objectpublic void setTIFFFormatParamsRef(Object value)
value - allowed object is
Objectpublic Object getImageCompressionParamsRef()
Objectpublic void setImageCompressionParamsRef(Object value)
value - allowed object is
Objectpublic Object getFileSpecRef()
Objectpublic void setFileSpecRef(Object value)
value - allowed object is
Objectpublic Object getColorRef()
ObjectCopyright © 2012. All Rights Reserved.