public class PDLCreationParams extends ParameterType implements Serializable
Java class for PDLCreationParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PDLCreationParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="MimeType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PDFToPSConversionParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="PSToPDFConversionParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
mimeType |
protected Object |
pdfToPSConversionParamsRef |
protected Object |
psToPDFConversionParamsRef |
| Constructor and Description |
|---|
PDLCreationParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMimeType()
Gets the value of the mimeType property.
|
Object |
getPDFToPSConversionParamsRef()
Gets the value of the pdfToPSConversionParamsRef property.
|
Object |
getPSToPDFConversionParamsRef()
Gets the value of the psToPDFConversionParamsRef property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
void |
setPDFToPSConversionParamsRef(Object value)
Sets the value of the pdfToPSConversionParamsRef property.
|
void |
setPSToPDFConversionParamsRef(Object value)
Sets the value of the psToPDFConversionParamsRef property.
|
protected String mimeType
protected Object pdfToPSConversionParamsRef
protected Object psToPDFConversionParamsRef
public String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic Object getPDFToPSConversionParamsRef()
Objectpublic void setPDFToPSConversionParamsRef(Object value)
value - allowed object is
Objectpublic Object getPSToPDFConversionParamsRef()
ObjectCopyright © 2012. All Rights Reserved.