public class PDLCreationParams extends ParameterType implements java.io.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 java.lang.String |
mimeType |
protected java.lang.Object |
pdfToPSConversionParamsRef |
protected java.lang.Object |
psToPDFConversionParamsRef |
| Constructor and Description |
|---|
PDLCreationParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMimeType()
Gets the value of the mimeType property.
|
java.lang.Object |
getPDFToPSConversionParamsRef()
Gets the value of the pdfToPSConversionParamsRef property.
|
java.lang.Object |
getPSToPDFConversionParamsRef()
Gets the value of the psToPDFConversionParamsRef property.
|
void |
setMimeType(java.lang.String value)
Sets the value of the mimeType property.
|
void |
setPDFToPSConversionParamsRef(java.lang.Object value)
Sets the value of the pdfToPSConversionParamsRef property.
|
void |
setPSToPDFConversionParamsRef(java.lang.Object value)
Sets the value of the psToPDFConversionParamsRef property.
|
protected java.lang.String mimeType
protected java.lang.Object pdfToPSConversionParamsRef
protected java.lang.Object psToPDFConversionParamsRef
public java.lang.String getMimeType()
Stringpublic void setMimeType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getPDFToPSConversionParamsRef()
Objectpublic void setPDFToPSConversionParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getPSToPDFConversionParamsRef()
Objectpublic void setPSToPDFConversionParamsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.