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 IDREF |
colorRef |
protected IDREF |
fileSpecRef |
protected IDREF |
imageCompressionParamsRef |
protected IDREF |
tiffFormatParamsRef |
| Constructor and Description |
|---|
FormatConversionParams() |
| Modifier and Type | Method and Description |
|---|---|
IDREF |
getColorRef()
Gets the value of the colorRef property.
|
IDREF |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
IDREF |
getImageCompressionParamsRef()
Gets the value of the imageCompressionParamsRef property.
|
IDREF |
getTIFFFormatParamsRef()
Gets the value of the tiffFormatParamsRef property.
|
void |
setColorRef(IDREF value)
Sets the value of the colorRef property.
|
void |
setFileSpecRef(IDREF value)
Sets the value of the fileSpecRef property.
|
void |
setImageCompressionParamsRef(IDREF value)
Sets the value of the imageCompressionParamsRef property.
|
void |
setTIFFFormatParamsRef(IDREF value)
Sets the value of the tiffFormatParamsRef property.
|
protected IDREF tiffFormatParamsRef
protected IDREF imageCompressionParamsRef
protected IDREF fileSpecRef
protected IDREF colorRef
public IDREF getTIFFFormatParamsRef()
Stringpublic void setTIFFFormatParamsRef(IDREF value)
value - allowed object is
Stringpublic IDREF getImageCompressionParamsRef()
Stringpublic void setImageCompressionParamsRef(IDREF value)
value - allowed object is
Stringpublic IDREF getFileSpecRef()
Stringpublic void setFileSpecRef(IDREF value)
value - allowed object is
Stringpublic IDREF getColorRef()
StringCopyright © 2014. All Rights Reserved.